Skip to content

Commit

Permalink
update hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Mar 28, 2024
1 parent e813696 commit a5b5c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ const config: HardhatUserConfig = {
ethNetwork: 'goerli',
verifyURL: 'https://goerli.explorer.zklink.io/contract_verification',
zksync: true,
accounts: ["YOUR_KEY"]
accounts: ["0x0000000000000000000000000000000000000000000000000000000000000000"]
},
zklinkNova: {
url: 'https://rpc.zklink.io',
ethNetwork: 'mainnet',
verifyURL: 'https://explorer.zklink.io/contract_verification',
zksync: true,
accounts: ["YOUR_KEY"]
accounts: ["0x0000000000000000000000000000000000000000000000000000000000000000"]
}
},
zksolc: {
Expand Down

0 comments on commit a5b5c7e

Please sign in to comment.