-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Integrate ZKSync Wallet for ChainTechnicalStack-Specific Transa…
…ction Signing (#4914) ### Description This PR integrates the zksync-ethers wallet implementation for the ZKSync signer strategy. Key changes include: - Added zksync-ethers dependency (v5.10.0) - Updated ZKSyncSignerStrategy to use ZKSyncWallet instead of standard ethers Wallet - Removed outdated TODO comment about ZKSync signer implementation ### Drive-by changes None ### Related issues N/A ### Backward compatibility Yes ### Testing Manual testing --------- Co-authored-by: Morteza Shojaei <[email protected]> Co-authored-by: ljankovic-txfusion <[email protected]> Co-authored-by: ljankovic-txfusion <[email protected]>
- Loading branch information
1 parent
a2b5efb
commit 8dadd52
Showing
4 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/cli': patch | ||
--- | ||
|
||
Added ZKSync signer support using zksync-ethers package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters