Skip to content

Commit cb43445

Browse files
authored
Update discord links (#63)
* update discord links * change cdp to buildonbase link
1 parent 150088f commit cb43445

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

docs/cookbook/go-gasless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ This approach can greatly improve your dApp’s user experience by removing gas
394394
- [simple NFT contract]
395395

396396
[list of factory addresses]: https://docs.alchemy.com/reference/factory-addresses
397-
[Discord]: https://discord.com/invite/cdp
397+
[Discord]: https://discord.com/invite/buildonbase
398398
[CDP site]: https://portal.cdp.coinbase.com/
399399
[Coinbase Developer Platform]: https://portal.cdp.coinbase.com/
400400
[UI]: https://portal.cdp.coinbase.com/products/bundler-and-paymaster

docs/docs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
},
177177
{
178178
"anchor": "Support",
179-
"href": "https://discord.com/invite/base",
179+
"href": "https://discord.com/invite/buildonbase",
180180
"icon": "discord"
181181
}
182182
]
@@ -347,7 +347,7 @@
347347
},
348348
{
349349
"anchor": "Support",
350-
"href": "https://discord.com/invite/cdp",
350+
"href": "https://discord.com/invite/buildonbase",
351351
"icon": "discord"
352352
}
353353
]
@@ -626,7 +626,7 @@
626626
},
627627
{
628628
"anchor": "Support",
629-
"href": "https://discord.com/invite/cdp",
629+
"href": "https://discord.com/invite/buildonbase",
630630
"icon": "discord"
631631
}
632632
]
@@ -1108,7 +1108,7 @@
11081108
},
11091109
{
11101110
"label": "Support",
1111-
"href": "https://discord.com/invite/base"
1111+
"href": "https://discord.com/invite/buildonbase"
11121112
}
11131113
],
11141114
"primary": {

docs/onchainkit/guides/build-onchain-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ Play with it live [here](https://onchain-app-template.vercel.app).
100100

101101
## Need more help?
102102

103-
If you have any questions or need help, feel free to reach out to us on [Discord](https://discord.gg/invite/cdp)
103+
If you have any questions or need help, feel free to reach out to us on [Discord](https://discord.gg/invite/buildonbase)
104104
or open a [Github issue](https://github.com/coinbase/onchainkit/issues) or DM us
105105
on X at [@onchainkit](https://x.com/onchainkit), [@zizzamia](https://x.com/zizzamia), [@fkpxls](https://x.com/fkpxls).

docs/onchainkit/guides/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Troubleshooting"
33
---
44

55

6-
This guide covers common issues you may encounter while using OnchainKit. If you don't find your issue here, try searching our [GitHub Issues](https://github.com/coinbase/onchainkit/issues) or joining our [Discord Community](https://discord.gg/invite/cdp).
6+
This guide covers common issues you may encounter while using OnchainKit. If you don't find your issue here, try searching our [GitHub Issues](https://github.com/coinbase/onchainkit/issues) or joining our [Discord Community](https://discord.gg/invite/buildonbase).
77

88
## Common Issues
99

@@ -136,6 +136,6 @@ This guide covers common issues you may encounter while using OnchainKit. If you
136136

137137
Need more help?
138138

139-
- [Discord Community](https://discord.gg/invite/cdp)
139+
- [Discord Community](https://discord.gg/invite/buildonbase)
140140
- [X/Twitter Support](https://x.com/onchainkit)
141141
- [GitHub Issues](https://github.com/coinbase/onchainkit/issues)

docs/smart-wallet/guides/sub-accounts/add-sub-accounts-to-onchainkit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ npm run dev
241241

242242
Congratulations! You've successfully added Sub Accounts to your OnchainKit/MiniKit project.
243243

244-
If you have any questions, join the _#smart-wallet_ channel on [Discord](https://discord.gg/cdp).
244+
If you have any questions, join the _#smart-wallet_ channel on [Discord](https://discord.gg/buildonbase).

docs/smart-wallet/guides/sub-accounts/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ In the next section, we'll cover [Using Sub Accounts](/smart-wallet/guides/sub-a
222222
## Additional Resources
223223

224224
- You can take a look at the final code in the [Sub Account Starter Template Demo](https://github.com/base/demos/tree/master/smart-wallet/sub-accounts-demo)
225-
- You can reach out to us on the #smart-wallet channel on [Discord](https://discord.com/invite/cdp) if you have any questions or feedback
225+
- You can reach out to us on the #smart-wallet channel on [Discord](https://discord.com/invite/buildonbase) if you have any questions or feedback

docs/smart-wallet/guides/sub-accounts/sub-accounts-with-privy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ npm run dev
150150
- [Sub Accounts Technical Reference](/smart-wallet/technical-reference/sdk/sub-account-reference)
151151
- [Smart Wallet Sub Accounts Feature](/smart-wallet/concepts/features/optional/sub-accounts)
152152
- [Privy Quickstart](https://docs.privy.io/guide/quickstart)
153-
- [Discord #smart-wallet](https://discord.com/invite/cdp) for questions or feedback
153+
- [Discord #smart-wallet](https://discord.com/invite/buildonbase) for questions or feedback

docs/smart-wallet/guides/sub-accounts/using-sub-accounts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@ All transactions will be automatically limited by the Spend Permissions configur
276276
## Additional Resources
277277

278278
- You can take a look at the final code in the [Sub Account Starter Template Demo](https://github.com/base/demos/tree/master/smart-wallet/sub-accounts-demo)
279-
- You can reach out to us on the #smart-wallet channel on [Discord](https://discord.com/invite/cdp) if you have any questions or feedback
279+
- You can reach out to us on the #smart-wallet channel on [Discord](https://discord.com/invite/buildonbase) if you have any questions or feedback

docs/smart-wallet/quickstart/react-native-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ return (
203203

204204
## Give feedback!
205205

206-
Send us feedback on the [Coinbase Developer Platform](https://discord.com/invite/cdp/) Discord or create a new issue on the [MobileWalletProtocol/react-native-client](https://github.com/MobileWalletProtocol/react-native-client/issues) repository.
206+
Send us feedback on the [Base Discord](https://discord.com/invite/buildonbase/) or create a new issue on the [MobileWalletProtocol/react-native-client](https://github.com/MobileWalletProtocol/react-native-client/issues) repository.

0 commit comments

Comments
 (0)