Skip to content

Commit

Permalink
fix(protocol-kit): update zksync testnet chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Jan 17, 2025
1 parent fdfb6c7 commit 1e0c5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-kit/src/contracts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const PREDETERMINED_SALT_NONCE =
'0xb1073742015cbcf5a3a4d9d1ae33ecf619439710b89475f92e2abd2117e90f90'

const ZKSYNC_MAINNET = 324n
const ZKSYNC_TESTNET = 280n
const ZKSYNC_TESTNET = 300n
// For bundle size efficiency we store SafeProxy.sol/GnosisSafeProxy.sol zksync bytecode hash in hex.
// To get the values below we need to:
// 1. Compile Safe smart contracts for zksync
Expand Down

0 comments on commit 1e0c5c8

Please sign in to comment.