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