Skip to content

Commit f1192df

Browse files
authored
Merge pull request #124 from inkonchain/docs/update-faucet
docs: update faucet link
2 parents 8569ebc + 9fc0694 commit f1192df

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

src/pages/_badges.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _coming soon_
5757

5858
> Awarded for using the Ink faucet.
5959
60-
Get here: https://faucet.ink.kraken.zone/
60+
Get here: https://mystery-faucet.demo.inkonchain.com/
6161

6262
Enter your address, enter the captcha, that's it!
6363

src/pages/quick-start/faucets.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
## Faucets
2-
Get fake Ether (ETH) from these faucets so you can fund your wallet to send transactions and deploy contracts on Ink Sepolia. You can also [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds to Ink.
2+
Get fake Ether (ETH) from these faucets so you can fund your wallet to send transactions and deploy contracts on Ink Sepolia. You can also [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds to Ink.
33

4-
###### Kraken
4+
###### Kraken
55
Our in house faucet provides a quick and easy way to acquire testnet ETH.
6-
- https://faucet.ink.kraken.zone/
6+
- https://mystery-faucet.demo.inkonchain.com/
77
###### Quicknode
88
Quicknode faucet is an easy to use Multi-Chain Faucet. You can use Quicknode Faucet to claim Ink Sepolia for testnet ETH for free - one drip per network every 12 hours.
99
- https://quicknode.com
1010
###### Tenderly
1111
Tenderly Node is a fast and reliable production node that enables access to over 12 blockchain networks via RPC. It allows you to send transactions, deploy smart contracts, query blockchain data or other operations without having to run your own node or manage infrastructure.
12-
- https://tenderly.co
12+
- https://tenderly.co
1313
###### Optimism
1414
###### Superchain
1515
- The Superchain Faucet provides testnet ETH for all OP chains, including Ink.
1616

17-
## Bridging funds to Ink Sepolia
18-
If you need an alternative to the above faucets you can choose to bridge ETH onto Ink Sepolia.
17+
## Bridging funds to Ink Sepolia
18+
If you need an alternative to the above faucets you can choose to bridge ETH onto Ink Sepolia.
1919

2020
1. Get ETH by using your web3 wallet with one of the existing faucets on the Ethereum Sepolia network:
2121

@@ -24,7 +24,7 @@ If you need an alternative to the above faucets you can choose to bridge ETH ont
2424
- https://faucet.quicknode.com/ethereum/sepolia
2525
- https://cloud.google.com/application/web3/faucet/ethereum/sepolia
2626

27-
2. Transfer your ETH to `0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec`.
28-
- This is the [`L1StandardBridge Contract`](https://sepolia.etherscan.io/address/0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec).
29-
- This contract will help you send your ETH from other Sepolia chains to Ink.
27+
2. Transfer your ETH to `0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec`.
28+
- This is the [`L1StandardBridge Contract`](https://sepolia.etherscan.io/address/0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec).
29+
- This contract will help you send your ETH from other Sepolia chains to Ink.
3030
- Once the transaction is confirmed you will quickly receive Ink ETH in your wallet.

src/pages/quick-start/get-connected.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Adding Ink testnet to Metamask, both via our blockscout explorer, and manually v
2323

2424
## What Do I Need to Start Developing on Ink?
2525
1. An editor (with a Solidity highlighting package) like Visual Studio Code
26-
2. A web3 wallet
26+
2. A web3 wallet
2727
3. Testnet funds
28-
4. Recommended: a development framework like Foundry or Hardhat
28+
4. Recommended: a development framework like Foundry or Hardhat
2929
5. If you want to deploy code to the blockchain through the browser, a web3 browser extension (most web3 wallets will have one)
3030

3131
As an alternative to most of the above you can use [Remix](https://remix.ethereum.org/), but you will still need a web3 wallet with funds to deploy your code.
@@ -38,10 +38,10 @@ In order to deploy code to Ink, you need a blockchain wallet that has funds in i
3838
3. Getting funds to use on Ink from a [faucet](https://https://docs.inkonchain.com/quick-start/faucets) or by [bridging]()
3939

4040
###### Creating a wallet
41-
1. Get a wallet from [Rabby](https://rabby.io/), [Metamask](https://metamask.io/), [Rainbow](https://rainbow.me/en-us/) or many more.
42-
- Make sure your wallet is EVM compatible i.e. works with Ethereum-based chains. The ones mentioned above do.
41+
1. Get a wallet from [Rabby](https://rabby.io/), [Metamask](https://metamask.io/), [Rainbow](https://rainbow.me/en-us/) or many more.
42+
- Make sure your wallet is EVM compatible i.e. works with Ethereum-based chains. The ones mentioned above do.
4343
- Use the browser extension of the wallet you chose to simplify deploying code.
44-
2. Set up your wallet, which will include writing down a mnemonic (a set of words) and getting an address that starts with "0x".
44+
2. Set up your wallet, which will include writing down a mnemonic (a set of words) and getting an address that starts with "0x".
4545

4646
###### Connecting Metamask wallet to Ink Sepolia (Testnet)
4747

@@ -61,8 +61,8 @@ Next: get some [play money](#faucet) from our faucets!
6161

6262
###### Fund your wallet
6363
Get fake Ether (ETH) from these faucets so you can fund your wallet to send transactions and deploy contracts on Ink Sepolia. Kraken's in house faucet provides a quick and easy way to acquire testnet ETH:
64-
https://faucet.ink.kraken.zone/
64+
https://mystery-faucet.demo.inkonchain.com/
6565

66-
Check out alternative faucets [here](https://docs.inkonchain.com/quick-start/faucets). Alternatively, you can [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds.
66+
Check out alternative faucets [here](https://docs.inkonchain.com/quick-start/faucets). Alternatively, you can [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds.
6767

6868
## Troubleshooting

0 commit comments

Comments
 (0)