From ec996635652be815f328641eaa43aee272fbfeab Mon Sep 17 00:00:00 2001 From: Shriya Tyagi Date: Sat, 19 Aug 2023 19:59:55 +0530 Subject: [PATCH] base gas config update --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 448adfcf..bce32b39 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -45,7 +45,7 @@ const networkGasPriceConfig: Record = { arbitrum: 1, optimism: 0.001, fantom: 210, - base: 8453 + base: 0.0005 }; function createConfig(network: string) {