Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/base-account/framework-integrations/cdp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ We are actively working on native Base Account integration with CDP Embedded Wal

## Resources

- [CDP Embedded Wallets Documentation](https://docs.cdp.coinbase.com/embedded-wallets/)
- [CDP React Components Documentation](https://docs.cdp.coinbase.com/embedded-wallets/components)
- [CDP Embedded Wallets Documentation](https://docs.cdp.coinbase.com/embedded-wallets/welcome)
- [CDP React Components Documentation](https://docs.cdp.coinbase.com/embedded-wallets/react-components)
- [Base Account Wagmi Setup](/base-account/framework-integrations/wagmi/setup)
- [CDP Portal](https://portal.cdp.coinbase.com/)
- [Wagmi Documentation](https://wagmi.sh/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Below are some popular wallet libraries and what we know of their plans for day

| Name | Support |
| ---------------------------------------------------------------------------------- | ------- |
| [Dynamic](https://docs.dynamic.xyz/wallets/advanced-wallets/coinbase-smart-wallet) | ✅ |
| [Dynamic](https://www.dynamic.xyz/docs/react/wallets/external-wallets/coinbase-smart-wallet) | ✅ |
| [Privy](https://docs.privy.io/guide/react/recipes/misc/coinbase-smart-wallets) | ✅ |
| [ThirdWeb](http://portal.thirdweb.com/connect) | ✅ |
| [ConnectKit](https://docs.family.co/connectkit) | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/ai-instructions/langchain-replit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Warning>
**Security of wallets on Replit**

Every agent comes with an associated wallet. Wallet data is read from wallet_data.txt, and if that file does not exist, this repl will create a new wallet and persist it in a new file. Please note that this contains your wallet's private key and should not be used in production environments. Refer to the [CDP docs](https://docs.cdp.coinbase.com/wallet-api/docs/wallets#securing-a-wallet) on how to secure your wallets.
Every agent comes with an associated wallet. Wallet data is read from wallet_data.txt, and if that file does not exist, this repl will create a new wallet and persist it in a new file. Please note that this contains your wallet's private key and should not be used in production environments. Refer to the [CDP docs](https://docs.cdp.coinbase.com/server-wallets/v2/introduction/security) on how to secure your wallets.
</Warning>
</Step>
</Steps>
Loading