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