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 (2024-03-19) ### Bug Fixes * **Client:** `getBalance` for ERC20 ([2de4bbc](2de4bbc)) ### Features * add `estimateL1ToL2Execute` ([c855df8](c855df8)) * add `getL2HashFromPriorityOp` ([257dafa](257dafa)) * add `getTransferTx` and `estimateGasTransfer` ([7cb9913](7cb9913)) * add `getWithdrawTx` and `estimateGasWithdraw` ([a97f9f3](a97f9f3)) * add `l1TokenAddress` and `l2TokenAddress` ([d27de66](d27de66)) * add `maxPriorityFeePerGas` ([5a707ee](5a707ee)) * add `waitforTransactionReceipt` ([878fb39](878fb39)) * add `Wallet`, `WalletL1` and `WalletL2` ([ae30656](ae30656)) * add `ZkSyncClient` and `EthereumClient` ([144f0f3](144f0f3)) * add deposit, withdraw and transfer functionalities ([b00dc28](b00dc28)) * **client:** add `getProof` ([039418e](039418e)) * **Wallet:** add `estimateGasdepositTransaction` and `getDepositTransaction` ([d22083c](d22083c)) * **wallet:** add `getFullRequiredDepositFee` ([a794adf](a794adf)) * **Wallet:** add `getRequestExecute` and `estimateGasRequestExecute` ([f403ffe](f403ffe))
- Loading branch information