Skip to content

Commit

Permalink
Update RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Mar 20, 2024
1 parent b53e7ba commit 76b0f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = {
url: 'http://localhost:8545',
},
testnode_l1: {
url: 'http://localhost:8545',
url: 'http://geth:8545',
accounts: process.env['DEPLOYER_PRIVKEY']
? [process.env['DEPLOYER_PRIVKEY']]
: [],
Expand Down

0 comments on commit 76b0f66

Please sign in to comment.