Skip to content

Commit

Permalink
add nativeToken configuration;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed Sep 19, 2024
1 parent 93c6a67 commit d740509
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions mainnet/shared-config-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"name": "ethereum",
"type": "evm",
"bridge": "0x4D878E8Fb90178588Cda4cf1DCcdC9a6d2757089",
"nativeTokenAdapter": "0xd5eCb14F0449E5aDA3d5A8AeB17EfA41554D1A28",
"handlers": [
{
"type": "erc20",
Expand All @@ -14,6 +15,10 @@
{
"type": "permissionlessGeneric",
"address": "0x31282123E7bcd947e2c1Bc364d564839574fAdCD"
},
{
"type": "erc20",
"address": "0xCcCCA86919b0769D46705e7Adf0EF02e98BebAc7"
}
],
"nativeTokenSymbol": "eth",
Expand All @@ -26,6 +31,10 @@
{
"address": "0x9f9778DA7c1D0AbE148314d6C1EA6E0A93C151C7",
"type": "basic"
},
{
"address": "0x9B78199430693278445C8465C0C6c1Df1E76b100",
"type": "twap"
}
],
"resources": [
Expand All @@ -42,6 +51,13 @@
"address": "",
"symbol": "",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000002",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
},
Expand Down Expand Up @@ -163,6 +179,7 @@
"name": "base",
"type": "evm",
"bridge": "0xC47468aeae431f5D0B7DA50F9f5D8a6c0eca4789",
"nativeTokenAdapter": "0xc8d25C177c126326c5FD7a50A60ED98098399179",
"handlers": [
{
"type": "erc20",
Expand All @@ -171,6 +188,10 @@
{
"type": "permissionlessGeneric",
"address": "0x2e1eE4153ad2F763ab8C612415AcF0DEe02Bc79B"
},
{
"type": "erc20",
"address": "0xFF0992fFA502b6FdB4620Dab8A858f6a76F19f79"
}
],
"nativeTokenSymbol": "eth",
Expand All @@ -187,6 +208,10 @@
{
"address": "0x73aB792E6AdF236879a0A2AB1597fa221E736a0d",
"type": "basic"
},
{
"address": "0x0018e0b9062f1A40c1db29652A271cB94354d572",
"type": "twap"
}
],
"resources": [
Expand All @@ -196,6 +221,13 @@
"address": "",
"symbol": "",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000002",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
},
Expand Down Expand Up @@ -281,6 +313,7 @@
"name": "b3",
"type": "evm",
"bridge": "0xC47468aeae431f5D0B7DA50F9f5D8a6c0eca4789",
"nativeTokenAdapter": "0xb4DabA4ba85C0b8C5438844FBEBA4fDB5748e6e8",
"handlers": [
{
"type": "erc20",
Expand All @@ -289,6 +322,10 @@
{
"type": "permissionlessGeneric",
"address": "0x2e1eE4153ad2F763ab8C612415AcF0DEe02Bc79B"
},
{
"type": "erc20",
"address": "0x44d1Ae962945c5B168282D5002705dE7A9B84657"
}
],
"nativeTokenSymbol": "eth",
Expand All @@ -301,6 +338,10 @@
{
"address": "0x73aB792E6AdF236879a0A2AB1597fa221E736a0d",
"type": "basic"
},
{
"address": "0xb18fEa28C8C9557aB65b2808c7b323A586687740",
"type": "twap"
}
],
"resources": [
Expand All @@ -310,6 +351,13 @@
"address": "",
"symbol": "",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000002",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
}
Expand Down

0 comments on commit d740509

Please sign in to comment.