You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signTypedData(walletAddress: string,typedData: EIP712TypedData,_typedDataHash: string,): Promise<string>{// Specifically remove EIP712Domain when signing as ethers automatically computes it// However, it is necessary exist on the object when hashingconst{ EIP712Domain, ...types}=typedData.typesreturnthis._signer._signTypedData(typedData.domain,types,typedData.message)}
The text was updated successfully, but these errors were encountered:
Hiya, found your EthersConnector when trying to make 1Inch work, but noticed this does not work and wanted to let ya'll know:
opium-auction-v2-utils/src/connectors.ts
Line 27 in 186f329
I think it should be
The text was updated successfully, but these errors were encountered: