diff --git a/hardhat.config.ts b/hardhat.config.ts index ffa2c307..62f019f4 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -40,11 +40,11 @@ const mnemonic = process.env.MNEMONIC ?? "test test test test test test test test test test test junk"; -const networkGasPriceConfig: Record = { - "mainnet": "160", - "polygon": "50", - "avalanche": "50", - "arbitrum": "2" +const networkGasPriceConfig: Record = { + "mainnet": 160000000000, + "polygon": 50000000000, + "avalanche": 50000000000, + "arbitrum": 2000000000 } function createConfig(network: string) {