Skip to content
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ print(f"Faucet transaction successfully completed: {faucet_tx}")

### Transferring Funds

See [Transfers](https://docs.cdp.coinbase.com/wallets/docs/transfers) for more information.
See [Transfers](https://docs.cdp.coinbase.com/wallet-api/docs/transfers) for more information.

Now that your faucet transaction has successfully completed, you can send the funds in your wallet to another wallet.
The code below creates another wallet, and uses the `transfer` function to send testnet ETH from the first wallet to
Expand Down Expand Up @@ -175,7 +175,7 @@ list(address.transfers())

### Trading Funds

See [Trades](https://docs.cdp.coinbase.com/wallets/docs/trades) for more information.
See [Trades](https://docs.cdp.coinbase.com/wallet-api/docs/trades) for more information.

```python
wallet = Wallet.create("base-mainnet")
Expand Down Expand Up @@ -286,4 +286,4 @@ Examples, demo apps, and further code samples can be found in the [CDP SDK Pytho

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
Loading