Skip to content

Commit

Permalink
Merge pull request #195 from sygmaprotocol/mmuftic/b4-addition
Browse files Browse the repository at this point in the history
chore: add b4 network to testnet
  • Loading branch information
mpetrun5 authored Dec 10, 2024
2 parents 7d2f411 + 5f042cb commit ea29e4f
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,63 @@
"decimals": 18
}
]
},
{
"id": 16,
"chainId": 19934,
"caipId": "eip155:19934",
"name": "b4-sepolia",
"type": "evm",
"bridge": "0x9D5C332Ebe0DaE36e07a4eD552Ad4d8c5067A61F",
"nativeTokenAdapter": "0x90e3B6Ec4587790c709cb17E5dbAff5F9E682Be5",
"handlers": [
{
"type": "erc20",
"address": "0x7f027eE45b95D20804178583D0644BaEbbACcF8F"
},
{
"type": "permissionlessGeneric",
"address": "0xD1c5D5e3084159dD2e92444A2b4657aB7358979c"
},
{
"type": "native",
"address": "0x579E3e2b73fD14b240a08fdcC50E1e6286c4CB9c"
}
],
"nativeTokenSymbol": "ETH",
"nativeTokenFullName": "eth",
"nativeTokenDecimals": 18,
"blockConfirmations": 1,
"startBlock": 750,
"feeRouter": "0xde937016D67811f08D93ee54093ea686C21d211C",
"feeHandlers": [
{
"address": "0x4430E5D4447Df0FC25adCafEb8b5E49d38B56e21",
"type": "basic"
},
{
"address": "0x668fad90DeAd0F8f04346A735875b62eF9c65f0B",
"type": "percentage"
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000600",
"caip19": "",
"type": "permissionlessGeneric",
"address": "",
"symbol": "eth",
"decimals": 18
},
{
"resourceId": "0x1000000000000000000000000000000000000000000000000000000000000000",
"caip19": "eip155:1993/erc20:0x0000000000000000000000000000000000000000",
"type": "fungible",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18
}
]
}
]
}

0 comments on commit ea29e4f

Please sign in to comment.