Skip to content

Commit

Permalink
undo debug changes to hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Jun 4, 2024
1 parent 2b77c55 commit fb4bac2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions l1-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export default {
enabled: process.env.TEST_CONTRACTS_FORK === "1",
},
},
local: {
url: "http://127.0.0.1:8545/",
accounts: ["0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"]
}
},
etherscan: {
apiKey: process.env.MISC_ETHERSCAN_API_KEY,
Expand Down

0 comments on commit fb4bac2

Please sign in to comment.