Skip to content

Commit

Permalink
fix: restore hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed May 15, 2024
1 parent d6ac62e commit 3d2df17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/verify-example/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config: HardhatUserConfig = {
ethNetwork: 'ethNetwork',
zksync: true,
verifyURL: "https://explorer.sepolia.era.zksync.dev/contract_verification",
accounts: ["0x9d81dd1aaccd4bd613a641e42728ccfa49aaf5c0eda8ce5faeb159c493894329"]
accounts: ["PRIVATE_KEY"]
},
customNetwork: {
zksync: true,
Expand All @@ -37,7 +37,7 @@ const config: HardhatUserConfig = {
url: `https://sepolia.era.zksync.dev`,
ethNetwork: 'ethNetwork',
zksync:true,
accounts: ["0x9d81dd1aaccd4bd613a641e42728ccfa49aaf5c0eda8ce5faeb159c493894329"]
accounts: ["PRIVATE_KEY"]
},
ethNetwork:{
url:'YOUR_URL_FOR_SEPOLIA'
Expand Down

0 comments on commit 3d2df17

Please sign in to comment.