[SDK] Does create2address function work properly in Go? #471
-
EnvironmentTestnet Acknowledgement
Issue DescriptionThe test was conducted using hardhat. However, in tests using the Go language, the create2address function did not work properly. If I'm using it wrong, please tell me how to use it properly. Expected BehaviorExpected return
Code Example
Repo Link (Optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Will check on the status of the GO SDK for you |
Beta Was this translation helpful? Give feedback.
In the Go SDK,
Create2Address
accepts bytecode as a parameter, not bytecode hash, unlike Hardhat (zksync-ethers), which accepts bytecode hash.