Skip to content

Commit a575edc

Browse files
authored
Fix Incorrect Faucet Links in Documentation (#2111)
* Update deploy-with-hardhat.md * Update contract-verification-sbs.mdx * Update deployment-to-base-sepolia-sbs.mdx
1 parent 136bb84 commit a575edc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/base-docs/docs/pages/cookbook/smart-contract-development/hardhat/deploy-with-hardhat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In order to deploy a smart contract, you will first need a web3 wallet. You can
4343

4444
Deploying contracts to the blockchain requires a gas fee. Therefore, you will need to fund your wallet with ETH to cover those gas fees.
4545

46-
For this tutorial, you will be deploying a contract to the Base Sepolia test network. You can fund your wallet with Base Sepolia ETH using one of the faucets listed on the Base [Network Faucets](https://docs.base.org/tools/network-faucets) page.
46+
For this tutorial, you will be deploying a contract to the Base Sepolia test network. You can fund your wallet with Base Sepolia ETH using one of the faucets listed on the Base [Network Faucets](https://docs.base.org/chain/network-faucets) page.
4747

4848

4949

apps/base-docs/docs/pages/learn/deployment-to-testnet/contract-verification-sbs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ With your contracts verified, you can interact with them using online tools and
6969

7070
[`sepolia.basescan.org`]: https://sepolia.basescan.org/
7171
[coinbase]: https://www.coinbase.com/wallet
72-
[faucet]: https://docs.base.org/tools/network-faucets
72+
[faucet]: https://docs.base.org/chain/network-faucets
7373
[set up]:
7474
[coinbase settings]: https://docs.cloud.coinbase.com/wallet-sdk/docs/developer-settings
7575
[BaseScan]: https://sepolia.basescan.org/

apps/base-docs/docs/pages/learn/deployment-to-testnet/deployment-to-base-sepolia-sbs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ You now have the power to put smart contracts on the blockchain! You've only dep
101101
[`sepolia.basescan.org`]: https://sepolia.basescan.org/
102102
[coinbase]: https://www.coinbase.com/wallet
103103
[metamask]: https://metamask.io/
104-
[faucet]: https://docs.base.org/tools/network-faucets
104+
[faucet]: https://docs.base.org/chain/network-faucets
105105
[set up]:
106106
[coinbase settings]: https://docs.cloud.coinbase.com/wallet-sdk/docs/developer-settings
107107
[Metamask Settings]: https://support.metamask.io/hc/en-us/articles/13946422437147-How-to-view-testnets-in-MetaMask

0 commit comments

Comments
 (0)