Skip to content

Commit

Permalink
add base sepolia config;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed Mar 20, 2024
1 parent 501fd41 commit 054f64e
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
30 changes: 30 additions & 0 deletions testnet/balance-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,35 @@
}
],
"assetBalanceData": []
},
{
"id": 10,
"chainId": 84532,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.1",
"nativeBalanceData": [
{
"address": "0xEd4Ee0cF70423A2E4CD3ca960a1932c2D610BB54",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x0d58d2D2134C99CEac9934524633f02E282dB28C",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0xC567612F0DAc053BdD35FE2363b4193a9B9c31E1",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0xcBE812d1cE78a5FE403757Df45AdC7f59585De7a",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x4C2A3a361030dC5786b633bc60e6012279aD7316",
"topic": "TEST-relayer-low-balance"
}
],
"assetBalanceData": []
}
]
53 changes: 53 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,59 @@
"decimals": 18
}
]
},
{
"id": 10,
"chainId": 84532,
"name": "base_sepolia",
"type": "evm",
"bridge": "0x9D5C332Ebe0DaE36e07a4eD552Ad4d8c5067A61F",
"handlers": [
{
"type": "erc20",
"address": "0x72a588B76025d552B239532C31fB7D5Cc80A3e41"
},
{
"type": "permissionlessGeneric",
"address": "0x7f4e1E62A0Abd4A381254335CeF5770F74b3E22E"
},
{
"type": "permissionlessGeneric",
"address": "0xfd69bbfcCbfc832C56Ca1490df48B4baF3DfD376"
}
],
"nativeTokenSymbol": "eth",
"nativeTokenFullName": "ether",
"nativeTokenDecimals": 18,
"blockConfirmations": 5,
"startBlock": 7501472,
"feeRouter": "0x772e242e6c312f6eF6255d8F35921e7A30D018BA",
"feeHandlers": [
{
"address": "0xde937016D67811f08D93ee54093ea686C21d211C",
"type": "basic"
},
{
"address": "0x4430E5D4447Df0FC25adCafEb8b5E49d38B56e21",
"type": "percentage"
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500",
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000600",
"type": "permissionlessGeneric",
"address": "",
"symbol": "eth",
"decimals": 18
}
]
}
]
}

0 comments on commit 054f64e

Please sign in to comment.