Skip to content

Commit

Permalink
fix addresses for testnet balance checker;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed Oct 3, 2024
1 parent c4bdcee commit fd040ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testnet/balance-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,15 +919,15 @@
"address": "0x46b535f52237a9621dce4d506744056b10d2AD7D",
"topic": "TESTNET-liquidity-low-balance",
"minBalance": "20",
"decimals": "18",
"decimals": "6",
"type": "erc20",
"erc20Address": "0xE61e5ed4c4f198c5384Ef57E69aAD1eF0c911004",
"msgPath": "../assetLowBalanceTemplate.ejs"
},
{
"address": "0x46b535f52237a9621dce4d506744056b10d2AD7D",
"address": "0x76779F1C15605d78001a364F6E551e25Bb63b74B",
"topic": "TESTNET-native-handler-liquidity-low-balance",
"minBalance": "20",
"minBalance": "0.5",
"decimals": "18",
"type": "native",
"erc20Address": "",
Expand Down

0 comments on commit fd040ed

Please sign in to comment.