You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=${envVar.walletConnectProjectID??'"GET_ID_FROM_WALLET_CONNET" # See https://cloud.walletconnect.com'}
11
10
NEXT_PRIVATE_RPC_URL=${envVar.rpcUrl??'"GET_FROM_COINBASE_DEVELOPER_PLATFORM" # See https://www.coinbase.com/developer-platform/products/base-node?utm_source=boat'}
12
11
NEXT_PRIVATE_PAYMASTER_URL=${envVar.rpcUrl??'"GET_FROM_COINBASE_DEVELOPER_PLATFORM" # See https://www.coinbase.com/developer-platform/products/base-node?utm_source=boat'}
Copy file name to clipboardExpand all lines: template/web/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
5
5
#### Step 1: Setup Environment Variables
6
6
7
-
- Obtain the Wallet Connect Project ID from [walletconnect.com](https://cloud.walletconnect.com/sign-in) and assign to the `.env.local` file
8
7
- Obtain a Base RPC URL from [Coinbase Developer Platform](https://www.coinbase.com/developer-platform/products/base-node?utm_source=boat) and assign to the `.env.local` file
0 commit comments