Skip to content

Commit

Permalink
docs: update cdp links (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed May 2, 2024
1 parent 7840e5e commit 6471060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/create/getUserInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function getUserInput() {
return prompts.text({
message: 'Base RPC URL [required]',
placeholder:
'Visit https://www.coinbase.com/developer-platform/products/base-node',
'Visit https://www.coinbase.com/developer-platform/products/base-node?utm_source=boat',
validate: (value) => {
if (value.length === 0) return;
if (value.length < 79)
Expand Down
2 changes: 1 addition & 1 deletion template/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#### Step 1: Setup Environment Variables

- Obtain the Wallet Connect Project ID from [walletconnect.com](https://cloud.walletconnect.com/sign-in) and assign to the `.env.local` file
- Obtain a Base RPC URL from [Coinbase Developer Platform](https://portal.cdp.coinbase.com/products/base) and assign to the `.env.local` file
- 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

```bash
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=ADD_WALLET_CONNECT_PROJECT_ID_HERE
Expand Down

0 comments on commit 6471060

Please sign in to comment.