Skip to content

Commit

Permalink
Merge pull request #164 from sygmaprotocol/mmuftic/add-native-routes
Browse files Browse the repository at this point in the history
chore: add native routes on testnet
  • Loading branch information
MakMuftic authored Sep 5, 2024
2 parents b0fc1b7 + fe84b49 commit 2095a04
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 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 All @@ -31,6 +32,10 @@
{
"type": "permissionlessGeneric",
"address": "0x39f34c108E0E47ED7fe124975c0204aa5146c074"
},
{
"type": "native",
"address": "0x2a71bc0efcbcFd3789385F8E49baf558b73904F8"
}
],
"nativeTokenSymbol": "eth",
Expand Down Expand Up @@ -141,6 +146,14 @@
"address": "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
"symbol": "WETH",
"decimals": 18
},
{
"resourceId": "0x1000000000000000000000000000000000000000000000000000000000000000",
"caip19": "eip155:11155111/erc20:0x0000000000000000000000000000000000000000",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
},
Expand Down Expand Up @@ -448,6 +461,7 @@
"name": "base_sepolia",
"type": "evm",
"bridge": "0x9D5C332Ebe0DaE36e07a4eD552Ad4d8c5067A61F",
"nativeTokenAdapter": "0x6b3BB80A93087CF0eABb72c6a1654C979586E15B",
"handlers": [
{
"type": "erc20",
Expand All @@ -464,6 +478,10 @@
{
"type": "permissionlessGeneric",
"address": "0xfd69bbfcCbfc832C56Ca1490df48B4baF3DfD376"
},
{
"type": "native",
"address": "0xEe1B03dc34d8A5F8f85de78335c29ecc1e73A65e"
}
],
"nativeTokenSymbol": "eth",
Expand Down Expand Up @@ -526,6 +544,14 @@
"address": "0x4200000000000000000000000000000000000006",
"symbol": "WETH",
"decimals": 18
},
{
"resourceId": "0x1000000000000000000000000000000000000000000000000000000000000000",
"caip19": "eip155:84532/erc20:0x0000000000000000000000000000000000000000",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
},
Expand Down Expand Up @@ -718,6 +744,7 @@
"name": "b3-sepolia",
"type": "evm",
"bridge": "0xFF92C3C393B22F9d26e5732F2601EaC04094880F",
"nativeTokenAdapter": "0x7f1B01c8daFa8B8Ce843A47f85458C0F26B6b47b",
"handlers": [
{
"type": "erc20",
Expand All @@ -734,6 +761,10 @@
{
"type": "permissionlessGeneric",
"address": "0x41F7869E4E0dd06c0c02804e4afcFA76BEE92CC7"
},
{
"type": "native",
"address": "0x76779F1C15605d78001a364F6E551e25Bb63b74B"
}
],
"nativeTokenSymbol": "ETH",
Expand Down Expand Up @@ -780,6 +811,14 @@
"address": "0x3538f4C55893eDca690D1e4Cf9Fb61FB70cd0DD8",
"symbol": "WETH",
"decimals": 18
},
{
"resourceId": "0x1000000000000000000000000000000000000000000000000000000000000000",
"caip19": "eip155:1993/erc20:0x0000000000000000000000000000000000000000",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
},
Expand Down

0 comments on commit 2095a04

Please sign in to comment.