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