Facing issue in calling function on Zksync Sepolia Testnet #409
Replies: 1 comment 1 reply
-
The other implementation is in a different file in this form: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Environment
Testnet
zkSolc Version
1.3.22
zksync-web3 Version
0.14.3
Hardhat.config.ts
Deployment Script (WITHOUT PRIVATE KEY)
Package.json
Contract Code
Does this work on other EVMs? (If yes, please list at least 1 of them)
yes.
Description of What Your Contract Does
This function basically creates the pool.
Now the issue is that pool = Clones.cloneDeterministic(implementation, salt);
works on other evm chains. but on zksync this fails.
So I am looking for some alternative approach in deterministically predicting addresses, please help me in suggesting a way to do it in zksync easily.
Repo Link (Optional)
No response
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions