Skip to content

Commit

Permalink
fix(hardhat): fdpPlay with ipv4 url
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Oct 29, 2024
1 parent 94ce98d commit 4560984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: HardhatUserConfig = {
},
networks: {
fdpPlay: {
url: 'http://localhost:9545',
url: 'http://127.0.0.1:9545',
chainId: 4020,
gasPrice: 10000000000, //10 gwei
accounts: ['0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d'],
Expand Down

0 comments on commit 4560984

Please sign in to comment.