Skip to content

Commit 67ee44d

Browse files
committed
Add QuickNode Faucet
1 parent e8ad5a5 commit 67ee44d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docs/src/content/hardhat-runner/docs/guides/verifying.md

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ module.exports = {
232232
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:
233233

234234
- [Alchemy Sepolia Faucet](https://sepoliafaucet.com/)
235+
- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia)
235236

236237
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.
237238

docs/src/content/ignition/docs/guides/create2.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module.exports = {
7777
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:
7878

7979
- [Alchemy Sepolia Faucet](https://sepoliafaucet.com/)
80+
- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia)
8081

8182
:::tip
8283

docs/src/content/ignition/docs/guides/ledger.md

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ module.exports = {
9191
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:
9292

9393
- [Alchemy Sepolia Faucet](https://sepoliafaucet.com/)
94+
- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia)
9495

9596
:::tip
9697

docs/src/content/ignition/docs/guides/verify.md

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ module.exports = {
117117
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:
118118

119119
- [Alchemy Sepolia Faucet](https://sepoliafaucet.com/)
120+
- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia)
120121

121122
:::tip
122123

docs/src/content/tutorial/deploying-to-a-live-network.md

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ To deploy on Sepolia you need to send some Sepolia ether to the address that's g
139139
- [Coinbase Sepolia Faucet](https://coinbase.com/faucets/ethereum-sepolia-faucet) (only works if you are using the Coinbase Wallet)
140140
- [Infura Sepolia Faucet](https://www.infura.io/faucet/sepolia)
141141
- [Chainstack Sepolia Faucet](https://faucet.chainstack.com/sepolia-faucet)
142+
- [QuickNode Sepolia Faucet](https://faucet.quicknode.com/ethereum/sepolia)
142143

143144
You'll have to change your wallet's network to Sepolia before transacting.
144145

0 commit comments

Comments
 (0)