Skip to content

Commit

Permalink
test: hardhat test network
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscotobar committed Jul 18, 2024
1 parent d3084bc commit 3be7617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const config: HardhatUserConfig = {
regtest: {
url: getRskNodeUrl(),
chainId: 33,
gasPrice: 1, //RSKj on startup returns 0 gasPrice on first tx.
},
},
typechain: {
Expand Down

0 comments on commit 3be7617

Please sign in to comment.