Skip to content

Commit

Permalink
add native adapter and resource on sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Sep 5, 2024
1 parent b0fc1b7 commit 0c474d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"name": "sepolia",
"type": "evm",
"bridge": "0x4CF326d3817558038D1DEF9e76b727202c3E8492",
"nativeTokenAdapter": "0xb55D0F87eE4a76fAa2f1d01A5abf3f1EB1bbFdd6",
"handlers": [
{
"type": "erc20",
Expand Down Expand Up @@ -141,6 +142,14 @@
"address": "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
"symbol": "WETH",
"decimals": 18
},
{
"resourceId": "0x1000000000000000000000000000000000000000000000000000000000000000",
"caip19": "eip155:11155111/erc20:0x0000000000000000000000000000000000000000",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
},
Expand Down

0 comments on commit 0c474d6

Please sign in to comment.