SuperDev
Results
1
issues of
SuperDev
let sign = await window?.keplr?.signDirect( chain.cosmosChainId, sender.accountAddress, { bodyBytes: msg.signDirect.body.serializeBinary(), authInfoBytes: msg.signDirect.authInfo.serializeBinary(), chainId: chain.cosmosChainId, accountNumber: new Long(sender.accountNumber), }, // @ts-expect-error the types are not updated on Keplr side { isEthereum:...