Skip to content

Commit

Permalink
added timeout param to hh settings mainnets
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcloa committed Mar 1, 2021
1 parent 9bfc5c3 commit 3c780a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
rskPublicMainnet: {
url: "https://public-node.rsk.co/",
network_id: 30,
//timeout: 20000, // increase if needed; 20000 is the default value
},
rskSovrynTestnet: {
url: "https://testnet.sovryn.app/rpc",
Expand All @@ -76,6 +77,7 @@ module.exports = {
rskSovrynMainnet: {
url: "https://mainnet.sovryn.app/rpc",
network_id: 30,
//timeout: 20000, // increase if needed; 20000 is the default value
},
},
paths: {
Expand Down

0 comments on commit 3c780a4

Please sign in to comment.