## Breaking changes - [ ] Add support for `viem` alongside `ethers` ([exploration doc](https://gist.github.com/ryanio/bc584cdcc4ca8fc61b39eb254163659d)) - [ ] Update OrderSide enum values from `ask` and `bid` to `listing` and `offer` ## Non-breaking changes (applicable for inclusion in patch or minor releases) - [x] Add bulk transfer using OpenSea's [TransferHelper](https://etherscan.io/address/0x0000000000c2d145a2526bd8c716263bfebe1a72#code) (needs approval of NFTs to OpenSea conduit, as TransferHelper uses conduit to execute transfer) - [x] Provide an alternative input to cancelOrders() that doesn't require a whole OrderV2 object but preferably just the order hash as identifier
Breaking changes
viemalongsideethers(exploration doc)askandbidtolistingandofferNon-breaking changes (applicable for inclusion in patch or minor releases)