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
Hi,
For some reason, I'm unable to deploy to zkSync using the plugin as-is, since it doesn't use zksync-ethers (and then it fails with Error: unsupported transaction type: 113 (operation="serializeTransaction", transactionType=113, code=UNSUPPORTED_OPERATION, version=transactions/5.7.0)).
I have followed zkSync's guide and integrated @matterlabs/hardhat-zksync-ethers, @matterlabs/hardhat-zksync-solc, and @matterlabs/hardhat-zksync-deploy (and @matterlabs/hardhat-zksync-verify), so everything compiles properly, and the only issue is when deploy properly creates a zkSync transaction, which for some reason is being rejected by ethers.
Is this a known issue? Perhaps I should have adapted hardhat-deploy-ethers in some way?
The text was updated successfully, but these errors were encountered:
Hi,
For some reason, I'm unable to deploy to zkSync using the plugin as-is, since it doesn't use
zksync-ethers
(and then it fails withError: unsupported transaction type: 113 (operation="serializeTransaction", transactionType=113, code=UNSUPPORTED_OPERATION, version=transactions/5.7.0)
).I have followed zkSync's guide and integrated
@matterlabs/hardhat-zksync-ethers
,@matterlabs/hardhat-zksync-solc
, and@matterlabs/hardhat-zksync-deploy
(and@matterlabs/hardhat-zksync-verify
), so everything compiles properly, and the only issue is whendeploy
properly creates a zkSync transaction, which for some reason is being rejected byethers
.Is this a known issue? Perhaps I should have adapted
hardhat-deploy-ethers
in some way?The text was updated successfully, but these errors were encountered: