From 0bcf87313e504587cc8cfaa3ca1e1f7b36093573 Mon Sep 17 00:00:00 2001 From: avichalp Date: Sat, 13 Apr 2024 00:03:28 +0800 Subject: [PATCH] Remove polygon mumbai from healthbot config Signed-off-by: avichalp --- docker/deployed/testnet/healthbot/config.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker/deployed/testnet/healthbot/config.json b/docker/deployed/testnet/healthbot/config.json index 088f3a61..d7faaff1 100644 --- a/docker/deployed/testnet/healthbot/config.json +++ b/docker/deployed/testnet/healthbot/config.json @@ -21,16 +21,6 @@ "EstimatedGasLimitMultiplier": 1.1 } }, - { - "ChainID": 80001, - "WalletPrivateKey": "${HEALTHBOT_POLYGON_MUMBAI_PRIVATE_KEY}", - "AlchemyAPIKey": "${HEALTHBOT_ALCHEMY_POLYGON_MUMBAI_API_KEY}", - "Probe": { - "CheckInterval": "240s", - "ReceiptTimeout": "40s", - "Tablename": "${HEALTHBOT_POLYGON_MUMBAI_TABLE}" - } - }, { "ChainID": 314159, "WalletPrivateKey": "${HEALTHBOT_FILECOIN_CALIBRATION_PRIVATE_KEY}",