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
User zksync-ethers(v6.12.1) signer to send EIP712 transaction, zksync-ethers depends on ethers.js v6. The transaction can be sent and confirmed on chain. There is an error happens in ethers's abstract-provider (
), where it use Trnsaction.from(signedTx) and got error as :
Error: unsupported transaction type (operation="from", code=UNSUPPORTED_OPERATION, version=6.13.2). So the transaction type EIP712 is not supported in transaction.js.
Error: unsupported transaction type (operation="from", code=UNSUPPORTED_OPERATION, version=6.13.2)
at makeError (errors.js:137:21)
at assert (errors.js:156:15)
at Transaction.from (transaction.js:933:68)
at BrowserProvider.broadcastTransaction (abstract-provider.js:761:83)
at async Signer.sendTransaction (signer.js:593:20)
at async eval (useSendMultichainTx.ts:489:29)
at async eval (SignButton.tsx:97:26)
Environment
Ethereum (mainnet/ropsten/rinkeby/goerli)
Environment (Other)
No response
The text was updated successfully, but these errors were encountered:
Ethers Version
6.13.2
Search Terms
EIP712_TX_TYPE, eip712
Describe the Problem
User zksync-ethers(v6.12.1) signer to send EIP712 transaction, zksync-ethers depends on ethers.js v6. The transaction can be sent and confirmed on chain. There is an error happens in ethers's abstract-provider (
ethers.js/src.ts/providers/abstract-provider.ts
Line 1088 in 5aba496
Error: unsupported transaction type (operation="from", code=UNSUPPORTED_OPERATION, version=6.13.2). So the transaction type EIP712 is not supported in transaction.js.
Code Snippet
Contract ABI
No response
Errors
Environment
Ethereum (mainnet/ropsten/rinkeby/goerli)
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: