Skip to content

Commit

Permalink
hh + gasMultiplier, allowUnlimitedContractSize
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcloa committed Mar 1, 2021
1 parent fe36f4e commit ae425b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ module.exports = {
accounts: { mnemonic: "brownie", count: 10 },
network_id: 31,
confirmations: 4,
gasMultiplier: 1.25,
//timeout: 20000, // increase if needed; 20000 is the default value
//allowUnlimitedContractSize, //to overcome EIP170 contrtact size restriction on the testnet; i.e. console.log adds a decent overhead to the contracts; use with care, don't forget to comment after usage
},
rskPublicMainnet: {
url: "https://public-node.rsk.co/",
Expand All @@ -66,6 +69,9 @@ module.exports = {
accounts: { mnemonic: "brownie", count: 10 },
network_id: 31,
confirmations: 4,
gasMultiplier: 1.25,
//timeout: 20000, // increase if needed; 20000 is the default value
//allowUnlimitedContractSize, //to overcome EIP170 contrtact size restriction on the testnet; i.e. console.log adds a decent overhead to the contracts; use with care, don't forget to comment after usage
},
rskSovrynMainnet: {
url: "https://mainnet.sovryn.app/rpc",
Expand Down

0 comments on commit ae425b3

Please sign in to comment.