You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To bridge Ethereum, you can use the `L1StandardBridge` on the sepolia network crafted for the Inkchain.
8
+
9
+
You need to call the `bridgeETH` method in the contract here: https://sepolia.etherscan.io/address/0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec#writeProxyContract
10
+
11
+
For instance, if you want to bridge 1 Sepolia ETH into 1 Sepolia "Ink" ETH:
12
+
13
+
1. Connect your Wallet using the "Connect to Web3" button
14
+
2. Expand the `bridgeETH` method and enter `bridgeETH: 1`
15
+
3. Enter `_minGasLimit: 1000` (or whatever suits you)
16
+
4. Enter `_extraData: 0x00`
17
+
5. Click "Write", then validate the transaction in MetaMask, then sign it to complete the transaction.
18
+
19
+
## Wrapped ETH
20
+
21
+
> Awarded for wrapping Ethereum into WETH.
22
+
23
+
## ERC20 Interactions
24
+
25
+
> Awarded for minting, sending, and receiving ERC20 tokens.
26
+
27
+
## NFT Interactions
28
+
29
+
> Awarded for minting, sending, and receiving NFTs.
0 commit comments