diff --git a/docs/src/content/hardhat-runner/docs/guides/verifying.md b/docs/src/content/hardhat-runner/docs/guides/verifying.md index b06c88c0d8..74e764c5fe 100644 --- a/docs/src/content/hardhat-runner/docs/guides/verifying.md +++ b/docs/src/content/hardhat-runner/docs/guides/verifying.md @@ -232,6 +232,7 @@ module.exports = { To deploy on Sepolia you need to send some Sepolia ether to the address that's going to be making the deployment. You can get testnet ether from a faucet, a service that distributes testing-ETH for free. Here is one for Sepolia: - [Alchemy Sepolia Faucet](https://sepoliafaucet.com/) +- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia) Now you are ready to deploy your contract, but first we are going to make the source code of our contract unique. The reason we need to do this is that the sample code from the previous section is already verified in Sepolia, so if you try to verify it you'll get an error. diff --git a/docs/src/content/ignition/docs/guides/create2.md b/docs/src/content/ignition/docs/guides/create2.md index 7844b9bc43..2b594661ea 100644 --- a/docs/src/content/ignition/docs/guides/create2.md +++ b/docs/src/content/ignition/docs/guides/create2.md @@ -77,6 +77,7 @@ module.exports = { To deploy on Sepolia you need to send some Sepolia ether to the address that's going to be making the deployment. You can get testnet ether from a faucet, a service that distributes testing-ETH for free. Here is one for Sepolia: - [Alchemy Sepolia Faucet](https://sepoliafaucet.com/) +- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia) :::tip diff --git a/docs/src/content/ignition/docs/guides/ledger.md b/docs/src/content/ignition/docs/guides/ledger.md index 8b8a31e445..7e485c9dbe 100644 --- a/docs/src/content/ignition/docs/guides/ledger.md +++ b/docs/src/content/ignition/docs/guides/ledger.md @@ -99,6 +99,7 @@ module.exports = { To deploy on Sepolia you need to send some Sepolia ether to the address that's going to be making the deployment. You can get testnet ether from a faucet, a service that distributes testing-ETH for free. Here is one for Sepolia: - [Alchemy Sepolia Faucet](https://sepoliafaucet.com/) +- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia) :::tip diff --git a/docs/src/content/ignition/docs/guides/verify.md b/docs/src/content/ignition/docs/guides/verify.md index b7852399e9..c2a504d37d 100644 --- a/docs/src/content/ignition/docs/guides/verify.md +++ b/docs/src/content/ignition/docs/guides/verify.md @@ -117,6 +117,7 @@ module.exports = { To deploy on Sepolia you need to send some Sepolia ether to the address that's going to be making the deployment. You can get testnet ether from a faucet, a service that distributes testing-ETH for free. Here is one for Sepolia: - [Alchemy Sepolia Faucet](https://sepoliafaucet.com/) +- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia) :::tip diff --git a/docs/src/content/tutorial/deploying-to-a-live-network.md b/docs/src/content/tutorial/deploying-to-a-live-network.md index 581b75bd11..436f641db3 100644 --- a/docs/src/content/tutorial/deploying-to-a-live-network.md +++ b/docs/src/content/tutorial/deploying-to-a-live-network.md @@ -139,6 +139,7 @@ To deploy on Sepolia you need to send some Sepolia ether to the address that's g - [Coinbase Sepolia Faucet](https://coinbase.com/faucets/ethereum-sepolia-faucet) (only works if you are using the Coinbase Wallet) - [Infura Sepolia Faucet](https://www.infura.io/faucet/sepolia) - [Chainstack Sepolia Faucet](https://faucet.chainstack.com/sepolia-faucet) +- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia) You'll have to change your wallet's network to Sepolia before transacting.