Skip to content

Commit

Permalink
Updated network config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Oct 26, 2023
1 parent f96f066 commit c65cefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solidity/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const config: HardhatUserConfig = {
allowUnlimitedContractSize: process.env.TEST_USE_STUBS_TBTC === "true",
},
system_tests: {
url: "http://localhost:8545",
url: "http://127.0.0.1:8545",
tags: ["allowStubs"],
},
development: {
Expand Down
4 changes: 2 additions & 2 deletions system-tests/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import "hardhat-deploy"
const config: HardhatUserConfig = {
networks: {
development: {
url: "http://localhost:8545",
url: "http://127.0.0.1:8545",
},
system_tests: {
url: "http://localhost:8545",
url: "http://127.0.0.1:8545",
},
},

Expand Down

0 comments on commit c65cefc

Please sign in to comment.