Skip to content

Commit

Permalink
♻️ Replace zkSync Goerli with zkSync Sepolia
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 7, 2023
1 parent 7555bed commit 2489204
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config: HardhatUserConfig = {
},
},
zksolc: {
version: "1.3.17",
version: "1.3.18",
compilerSource: "binary",
settings: {
isSystem: false,
Expand Down Expand Up @@ -462,15 +462,15 @@ const config: HardhatUserConfig = {
ledgerAccounts,
},
zkSyncTestnet: {
chainId: 280,
url: vars.get("ZKSYNC_TESTNET_URL", "https://testnet.era.zksync.dev"),
chainId: 300,
url: vars.get("ZKSYNC_TESTNET_URL", "https://sepolia.era.zksync.dev"),
ethNetwork: vars.get(
"ETH_GOERLI_TESTNET_URL",
"https://rpc.ankr.com/eth_goerli",
"ETH_SEPOLIA_TESTNET_URL",
"https://rpc.sepolia.org",
),
zksync: true,
verifyURL:
"https://zksync2-testnet-explorer.zksync.dev/contract_verification",
"https://explorer.sepolia.era.zksync.dev/contract_verification",
accounts,
ledgerAccounts,
},
Expand Down

0 comments on commit 2489204

Please sign in to comment.