sophon create2 error #968
Replies: 2 comments 2 replies
-
This is blocking RFX from deploying, and has all of us quite stumped. https://gist.github.com/lutr0/a33067bc9c3b87dfc49d90a8d5e202ee I'm also having the tx rejected before sending it even without using a paymaster |
Beta Was this translation helpful? Give feedback.
2 replies
-
@lutr0 reported that they're in touch with @zjesko and handling this issue. Closing because of that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Team or Project
RFX Exchange
ZK chain
Sophon
Environment
Mainnet
L2 block number
No response
zkSolc Version
1.5.3
zksync-ethers Version
5.7.2
Minimal Reproducible Code or Repo Link
Does this work on other EVMs? (If yes, please list at least 1 of them)
zkSync
Description of What Your Contract Does
I am trying to call
createMarket
which creates a MarketToken using create2 as mentioned in the code. However I am encountering an error without revert message.Here is an example tx: https://dashboard.tenderly.co/akshatcx/testspace/tx/0x6375731dd0056effb24347d2359f7a627c393da2652252521a08dad6081c5db2
It seems like it is reaching the create2 contract but erroring out.
Note that this tx uses sophon paymaster.
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions