Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.7.0](v5.6.0...v5.7.0) (2024-04-04) ### Bug Fixes * make `Block.sealFields` optional ([dc83275](dc83275)) * move `abi` folder at top level ([aacddbe](aacddbe)) * **provider:** fix issue related to resolving `blockTag` value ([a9a1b30](a9a1b30)) * **signer, wallet:** make `l2GasLimit` optional parameter in `requestExecute` ([7279205](7279205)) * **signer:** add support for `zks` RPC methods in `Signer` ([5c718db](5c718db)) * **types:** `TransactionRespnose.wait()` return native `TransactionReceipt` ([9860d4d](9860d4d)) * **wallet:** use native `TransactionRequest` type instead of `ethers` ([24c4071](24c4071)) ### Features * add `SmartAccount` in order to provide better support for AA ([c38f20c](c38f20c)) * **provider:** drop support for the `Goerly` network ([027d9b7](027d9b7)) ### BREAKING CHANGES * **provider:** The function `Provider.getDefaultProvider()` no longer supports `types.Network.Goerli`.
- Loading branch information