Skip to content

Commit 114c8e6

Browse files
committed
chore: added documentation to fund SepoliaETH on InkChain
1 parent 7e1a60b commit 114c8e6

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

src/pages/build/ink-contracts.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## L1 Testnet Contracts
44

5-
| Contract Name | Contract Address |
6-
| ---------------- | ------------------- |
7-
| \[Contract Name] | \[Contract Address] |
8-
| ... | ... |
5+
| Contract Name | Contract Address |
6+
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------- |
7+
| L1StandardBridge | (0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec)\[<https://sepolia.etherscan.io/address/0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec>] |
8+
| ... | ... |
99

1010
## L2 Testnet Contracts
1111

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Network information
22

3-
| Field | Information |
4-
| --------------- | -------------------------------------------------------------- |
5-
| Network Name | Ink sepolia |
6-
| Description | Ink's public testnet |
7-
| RPC Endpoint | [https://sepolia.inkchain.xyz](https://sepolia.inkchain.xyz) |
8-
| Chain ID | 911911 |
9-
| Currency Symbol | ETH |
10-
| Block Explorer | [https://explorer.inkchain.xyz](https://explorer.inkchain.xyz) |
3+
| Field | Information |
4+
| --------------- | ------------------------------- |
5+
| Network Name | Ink sepolia |
6+
| Description | Ink's public testnet |
7+
| RPC Endpoint | <https://sepolia.inkchain.xyz> |
8+
| Chain ID | 911911 |
9+
| Currency Symbol | ETH |
10+
| Block Explorer | <https://explorer.inkchain.xyz> |
1111

1212
## Public RPC Endpoints
1313

14-
* [https://sepolia.inkchain.xyz](https://sepolia.inkchain.xyz)
15-
* [https://rpc.op-one-testnet.gelato.digital](https://rpc.op-one-testnet.gelato.digital)
14+
* <https://sepolia.inkchain.xyz>
15+
* <https://rpc.op-one-testnet.gelato.digital>

src/pages/index.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Welcome to the Ink Docs
22

33
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
4+
5+
## Fund your Sepolia Ink Chain Account
6+
7+
To get funds into your account, make sure to follow the steps below:
8+
9+
1. If you don't already own some SepoliaETH, make sure to get some from one of the avaialable faucets
10+
2. Once you have your SepoliaETH deposited into your account, send the amount you wish to bridge to the [`L1StandardBridge`](https://sepolia.etherscan.io/address/0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec). The op-node will automatically pick up the L1 transactions and process them in the L2 state, which means you should soon see your SepoliaETH bridged over to InkChain.

0 commit comments

Comments
 (0)