[General] OZ Factory/Clone pattern is not working on zkSyncEra #561
-
EnvironmentMainnet Provide a brief description of the functionality you're trying to implement and the issue you are running into.When running the function to deploy a smart contract from a clone/proxy pattern factory contract is returning Contract is deployed at 0x48955e80B47e0FC170D3BFA3e85d15960388c0EC Repo Link (Optional)https://github.com/fuul-protocol/protocol-contracts/blob/main/contracts/FuulFactory.sol Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
We don't currently support ERC1167 since we have a different bytecode format. You could Accept the address in the constructor and fallback to this address always instead