Skip to content

Commit

Permalink
update dev chain port to 85451 to aboid conflicts with other local ch…
Browse files Browse the repository at this point in the history
…ains
  • Loading branch information
gravityblast committed Oct 19, 2023
1 parent a0ccbe4 commit ac5c3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN pnpm hardhat compile

EXPOSE 8545/tcp

CMD ~/.foundry/bin/anvil --host 0.0.0.0 --chain-id 313371
CMD ~/.foundry/bin/anvil --host 0.0.0.0 --chain-id 313371 -p 85451
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const config: HardhatUserConfig = {
chainId: chainIds["mumbai"],
},

localhost: createTestnetConfig("localhost", "http://localhost:8545"),
localhost: createTestnetConfig("localhost", "http://localhost:85451"),
// dev is still a local chain but it's based on our dev environment
// with hardcoded deterministic addresses for deployed contracts
dev: createTestnetConfig(
Expand Down

0 comments on commit ac5c3a6

Please sign in to comment.