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) {