Skip to content

Commit

Permalink
update relayer min balance threshold;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Jan 17, 2024
1 parent 8f23bed commit 8e5e074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnet/balance-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"chainId": 421614,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.5",
"nativeTokenMinBalance": "0.1",
"nativeBalanceData": [
{
"address": "0xEd4Ee0cF70423A2E4CD3ca960a1932c2D610BB54",
Expand Down Expand Up @@ -336,7 +336,7 @@
"chainId": 10200,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.5",
"nativeTokenMinBalance": "0.1",
"nativeBalanceData": [
{
"address": "0xEd4Ee0cF70423A2E4CD3ca960a1932c2D610BB54",
Expand Down

0 comments on commit 8e5e074

Please sign in to comment.