From 5c1931ad9b8c958f4c57a8caed488144ae43447e Mon Sep 17 00:00:00 2001 From: pk1411 Date: Thu, 10 Mar 2022 11:24:50 +0530 Subject: [PATCH] gas price --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 736996b2..ae89739f 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -51,7 +51,7 @@ const networkGasPriceConfig: Record = { "avalanche": 25, "arbitrum":1, "fantom": 1700, - "optimism": 0.01, + "optimism": 0.001, } function createConfig(network: string) {