-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.0.0](v0.6.0...v1.0.0) (2024-01-19) ### Bug Fixes * `withdraw` bridge address ([6334874](6334874)) * `withdraw` token bridge address ([6d5b45c](6d5b45c)) * `withdraw` token bridge address ([279bfd8](279bfd8)) * relax web3 version restriction ([5d50182](5d50182)) * resolve issue relate to `wETH` bridge ([48ac8cd](48ac8cd)) ### Features * add `WalletL1`, `WalletL2` and `Wallet` ([b189068](b189068)) * remove deprications ([d2f2ce7](d2f2ce7)) ### BREAKING CHANGES * remove all deprications
- Loading branch information
1 parent
cd03f22
commit a3099c7
Showing
2 changed files
with
23 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "zksync2" | ||
version = "0.6.0" | ||
version = "1.0.0" | ||
authors = [ | ||
{ name="Danijel Radakovic", email="[email protected]" }, | ||
] | ||
|