Skip to content

Commit

Permalink
Unify verify URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Jun 7, 2024
1 parent b1ec291 commit d574310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
url: "https://sepolia.era.zksync.dev",
ethNetwork: "sepolia",
zksync: true,
verifyURL: 'https://sepolia.explorer.zksync.io/contract_verification'
verifyURL: 'https://sepolia.zksync.io/contract_verification'

Check failure on line 64 in system-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `'https://sepolia.zksync.io/contract_verification'` with `"https://sepolia.zksync.io/contract_verification",`

Check failure on line 64 in system-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use doublequote

Check failure on line 64 in system-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `'https://sepolia.zksync.io/contract_verification'` with `"https://sepolia.zksync.io/contract_verification",`

Check failure on line 64 in system-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use doublequote

Check failure on line 64 in system-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `'https://sepolia.zksync.io/contract_verification'` with `"https://sepolia.zksync.io/contract_verification",`

Check failure on line 64 in system-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use doublequote
},
zkSyncTestNode: {
url: "http://127.0.0.1:8011",
Expand Down

0 comments on commit d574310

Please sign in to comment.