You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: contracts/scripts/zksyncverify/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Verify ZkSync Contracts For CCIP
2
2
3
+
G++ <-> CCIP repo artifacts mapping
4
+
- The current version of zkSync artifacts in G++ was generated with `v2.14.0-ccip1.5.0` version of zkSync contracts.
5
+
- For MCMS contracts change the zkSolc version to v1.5.0
6
+
3
7
Pre-requisites:
4
8
-`pnpm install` at contracts directory
5
9
-`pnpm run zksync:compile `>> for compiling the contracts, you can uncomment `contractsToCompile` in [hardhat.ccip.zksync.config.ts](../../hardhat.ccip.zksync.config.ts) to compile only the contracts you need
0 commit comments