Skip to content

Commit 1f85c88

Browse files
authored
chore: update docs to point to wallet-api
chore: update docs to point to wallet-api
2 parents 59f0475 + b57d506 commit 1f85c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ print("CDP SDK has been successfully configured from JSON file.")
7979

8080
This will allow you to authenticate with the Platform APIs.
8181

82-
If you are using a CDP [Server-Signer](https://docs.cdp.coinbase.com/mpc-wallet/docs/serversigners) to manage your private keys, enable it with
82+
If you are using a CDP [Server-Signer](https://docs.cdp.coinbase.com/wallet-api/docs/serversigners) to manage your private keys, enable it with
8383

8484
```python
8585
Cdp.use_server_signer = True
@@ -193,7 +193,7 @@ list(address.trades())
193193

194194
### Re-Instantiating Wallets
195195

196-
The SDK creates wallets with [Developer-Managed (1-1)](https://docs.cdp.coinbase.com/mpc-wallet/docs/wallets#developer-managed-wallets) keys by default, which means you are responsible for securely storing the keys required to re-instantiate wallets. The below code walks you through how to export a wallet and store it in a secure location.
196+
The SDK creates wallets with [Developer-Managed (1-1)](https://docs.cdp.coinbase.com/wallet-api/docs/wallets#developer-managed-wallets) keys by default, which means you are responsible for securely storing the keys required to re-instantiate wallets. The below code walks you through how to export a wallet and store it in a secure location.
197197

198198
```python
199199
# Export the data required to re-instantiate the wallet. The data contains the seed, the ID of the wallet, and the network ID.

0 commit comments

Comments
 (0)