mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
removed gasPrice in hardhat-config
This commit is contained in:
parent
66f6eade57
commit
8920b68394
|
@ -43,7 +43,6 @@ function createConfig(network: string) {
|
|||
return {
|
||||
url: getNetworkUrl(network),
|
||||
accounts: !!PRIVATE_KEY ? [`0x${PRIVATE_KEY}`] : { mnemonic },
|
||||
gasPrice:100000000000
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user