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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ list(address.trades())
189
189
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.
190
190
191
191
```python
192
-
# Export the data required to re-instantiate the wallet. The data contains the seed and the ID of the wallet.
192
+
# 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