From cc018480e956f45f8020bb8026457752d22be21b Mon Sep 17 00:00:00 2001 From: Shriya Tyagi Date: Mon, 11 Sep 2023 20:07:21 +0400 Subject: [PATCH] feat: update --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 0508b8e5..87f74d71 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -38,7 +38,7 @@ const PRIVATE_KEY = process.env.PRIVATE_KEY; const mnemonic = process.env.MNEMONIC ?? "test test test test test test test test test test test junk"; const networkGasPriceConfig: Record = { - mainnet: 100, + mainnet: 35, polygon: 50, avalanche: 40, arbitrum: 1,