Skip to content

Commit

Permalink
Add Holesky and Mumbai to balance checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Nov 3, 2023
1 parent e4ea5d7 commit a519e3c
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions testnet/balance-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,77 @@
"topic": ""
}
]
},
{
"id": 6,
"chainId": 17000,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "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": []
},
{
"id": 7,
"chainId": 80001,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.5",
"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": [
{
"assets": [
{
"resourceId":
"0x0000000000000000000000000000000000000000000000000000000000000300",
"assetTokenMinBalance": "200"
}
],
"accountAddresses": [],
"topic": ""
}
]
}
]

0 comments on commit a519e3c

Please sign in to comment.