This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Commit aec81f5
committed
2.0.0 version bump [skip ci]
# [2.0.0](v1.2.0...v2.0.0) (2024-11-08)
### Bug Fixes
* `estimate_default_bridge_deposit_l2_gas` use correct token ([a173430](a173430))
* **wallet:** fix custom bridge support ([a095d5a](a095d5a))
* **wallet:** use `l2BridgeAddress` in `_get_l2_gas_limit_from_custom_bridge` ([b94636a](b94636a))
### Features
* `LegacyContractFactory` add `createAccount` and `create2Account` ([2daa365](2daa365))
* add `SmartAccount` feature ([15eb303](15eb303))
* improve `provider` typing ([215168c](215168c))
* **provider:** add `is_l2_bridge_legacy` ([5cb4eb8](5cb4eb8))
* **provider:** add `zks_get_confirmed_tokens` ([fc72cf9](fc72cf9))
* **provider:** add `zks_get_fee_params` ([82848dc](82848dc))
* **provider:** add `zks_get_protocol_version` ([5005ef1](5005ef1))
* **provider:** add `zks_send_raw_transaction_with_detailed_output` ([b306242](b306242))
* update `web3` to the latest version ([cd0c34c](cd0c34c))
* **wallet:** add `l1_token_address` ([b6c49d3](b6c49d3))
### BREAKING CHANGES
* update to `web3` `v7`1 parent 1f6b58d commit aec81f5
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
1 | 29 | | |
2 | 30 | | |
3 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments