Skip to content

Commit c924ae4

Browse files
committed
fix: use latest zksync-contracts version
1 parent e475df2 commit c924ae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/00.build/65.developer-reference/30.ethereum-differences/60.contract-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ To have a deterministic address, you should use the `create2` method from
159159

160160
Deploying contracts on ZKsync Era is also possible via L1-L2 communication.
161161

162-
The [interface](https://github.com/matter-labs/era-contracts/blob/main/l1-contracts/contracts/zksync/interfaces/IZkSync.sol)
162+
The [interface](https://github.com/matter-labs/era-contracts/blob/main/l1-contracts/contracts/state-transition/chain-interfaces/IZkSyncHyperchain.sol)
163163
for submitting L1->L2 transactions accepts
164164
the list of all the factory dependencies required for this particular transaction.
165165
The logic for working with them is the same as for the default L2 deployments. The

content/00.build/65.developer-reference/80.l1-l2-interoperability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Many use cases require multi-layer interoperability, such as:
1515
## L1 to L2 communication
1616

1717
L1 to L2 communication is governed by the
18-
[`IZkSync.sol`](https://github.com/matter-labs/era-contracts/blob/main/l1-contracts/contracts/zksync/interfaces/IZkSync.sol) inherited interfaces.
18+
[`IZkSyncHyperchain.sol`](https://github.com/matter-labs/era-contracts/blob/main/l1-contracts/contracts/state-transition/chain-interfaces/IZkSyncHyperchain.sol) inherited interfaces.
1919

2020
### Gas estimation
2121

0 commit comments

Comments
 (0)