v0.26.1
What's Changed
- Fix
createBankrAccountreading the wrong shape from Bankr's/wallet/me. The endpoint returns{ wallets: [{ chain, address }, ...] }(no top-leveladdress), so the account was created with an undefined address. Now resolves the EVM entry fromwallets[]. (#473) - Picks up the
@opensea/wallet-adapters@0.3.2dependency bump (BigInt EIP-712 signing fix).
Full Changelog: ProjectOpenSea/opensea-devtools@tool-sdk-v0.26.0...tool-sdk-v0.26.1