Skip to content

Commit

Permalink
Merge pull request #5712 from zer0cache/qn-faucet
Browse files Browse the repository at this point in the history
Add QuickNode Faucet
  • Loading branch information
alcuadrado committed Sep 13, 2024
2 parents 8c564b4 + 67ee44d commit 458cc50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/content/hardhat-runner/docs/guides/verifying.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/src/content/ignition/docs/guides/create2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/src/content/ignition/docs/guides/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/src/content/ignition/docs/guides/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/src/content/tutorial/deploying-to-a-live-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 458cc50

Please sign in to comment.