Phoeni0x
Phoeni0x
Hi @ricmoo, I am integrating Privy with EAS SDK, at the moment Privy generates ethersv5 signers and EAS SDK uses v6 internally to sign offchain attestations. What'd be your recommendation/guidance...
To quickly circumvent the issue for now I am using: ``` signer.signTypedData = function(params, types, signer) { return this._signTypedData(params, types, signer) } ```
Same for me, in web Console I only see spaces created via web Console, however, if I query my spaces using `const spaces = await client.spaces()` then I get all...
Same here, any workaround to circumvent this issue?