Skip to content

Commit

Permalink
Update Scroll & zkSync deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Mar 1, 2024
1 parent be05bb8 commit ab6fb33
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 25 deletions.
11 changes: 10 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ export default {
mainnet: process.env.ETHERSCAN_KEY,
zetachainTestnet: process.env.ZETA_KEY,
zetachain: process.env.ZETA_KEY,
scrollSepolia: process.env.SCROLL_API_KEY!
scrollSepolia: process.env.SCROLL_API_KEY!,
scroll: process.env.SCROLL_API_KEY!
},
customChains: [
{
Expand Down Expand Up @@ -260,6 +261,14 @@ export default {
apiURL: 'https://api-sepolia.scrollscan.com/api',
browserURL: 'https://sepolia.scrollscan.com/'
}
},
{
network: 'scroll',
chainId: 534352,
urls: {
apiURL: 'https://api.scrollscan.com/api',
browserURL: 'https://scrollscan.com/'
}
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "1.2.0",
"@matterlabs/hardhat-zksync-solc": "1.1.4",
"@matterlabs/hardhat-zksync-verify": "1.4.0",
"@matterlabs/hardhat-zksync-verify": "1.4.1",
"@nomicfoundation/hardhat-toolbox": "4.0.0",
"@openzeppelin/hardhat-upgrades": "3.0.3",
"@types/bunyan": "^1.8.7",
Expand All @@ -56,7 +56,7 @@
"eslint-plugin-prettier": "5.0.1",
"hardhat": "2.20.0",
"hardhat-contract-sizer": "2.10.0",
"hardhat-deploy": "^0.11.43",
"hardhat-deploy": "^0.12.1",
"hardhat-storage-layout": "0.1.7",
"hardhat-gas-reporter": "^1.0.10",
"husky": "8.0.3",
Expand Down
35 changes: 17 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions subgraph/config/scroll.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "scroll",
"address": "0x2961121f816Ca5FC921Dd2Ff563345765845C3b8",
"startBlock": 1314003
"address": "0x996a99676d286fCeFCc1920369548c62ff7d6D11",
"startBlock": 3752501
}
4 changes: 2 additions & 2 deletions subgraph/config/zkSyncEra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "zksync-era",
"address": "0xea509fF7C7cCc3bDc877dB7E8cE2ED1bd5Dc5D11",
"startBlock": 16588448
"address": "0x959874e0c4e7a9bDA2BD29cceF5BE595F90c678f",
"startBlock": 27841437
}

0 comments on commit ab6fb33

Please sign in to comment.