Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: correct link (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbionaHoti authored Oct 10, 2023
1 parent ffbdbe1 commit 3178c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/how-to/send-transaction-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Along with zkSync Era's built-in censorship resistance that requires multi-layer

1. Import the zkSync Era library or contract containing the required functionality.

The import gives access to the [`IZkSync.sol`](https://github.com/matter-labs/era-contracts/blob/b8449bf9c819098cc8bfee0549ff5094456be51d/l1/contracts/zksync/interfaces/IZkSync.sol#L4) inherited interfaces that include the gas estimation functionality.
The import gives access to the [`IZkSync.sol`](https://github.com/matter-labs/v2-testnet-contracts/blob/b8449bf9c819098cc8bfee0549ff5094456be51d/l1/contracts/zksync/interfaces/IZkSync.sol#L4) inherited interfaces that include the gas estimation functionality.

Import the contracts with yarn (recommended), or [download the contracts](https://github.com/matter-labs/v2-testnet-contracts) from the repo.

Expand Down

0 comments on commit 3178c88

Please sign in to comment.