From 48a4a9e359367e4a4ac76216ae9c573f3138c3a9 Mon Sep 17 00:00:00 2001 From: mace Date: Wed, 23 Oct 2024 09:35:01 +0000 Subject: [PATCH] remove usdc check from arbitrum --- mainnet/balance-config-mainnet.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mainnet/balance-config-mainnet.json b/mainnet/balance-config-mainnet.json index 1922e30..0857dc5 100644 --- a/mainnet/balance-config-mainnet.json +++ b/mainnet/balance-config-mainnet.json @@ -1022,15 +1022,6 @@ "type": "native", "erc20Address": "", "msgPath": "../nativeLowBalanceTemplate.ejs" - }, - { - "address": "0xe889ebec7f82b927407fcc7ecd1408277906932a", - "topic": "MAINNET-liquidity-low-balance", - "minBalance": "1000", - "decimals": "6", - "type": "erc20", - "erc20Address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831", - "msgPath": "../assetLowBalanceTemplate.ejs" } ] },