diff --git a/hardhat.config.ts b/hardhat.config.ts index af8ea557..c74d290f 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -43,7 +43,6 @@ function createConfig(network: string) { return { url: getNetworkUrl(network), accounts: !!PRIVATE_KEY ? [`0x${PRIVATE_KEY}`] : { mnemonic }, - gasPrice:100000000000 }; }