❔ Is There a Deployment of CreateX on TRON?
#240
-
|
Tron is EVM compatible, altho CREATE2 and the hex addresses might differ. Docs:
Is there a deployment on Tron for CreateX contract? |
Beta Was this translation helpful? Give feedback.
Answered by
pcaversaccio
Sep 18, 2025
Replies: 1 comment 2 replies
-
|
It's not possible to deploy
If you deployed |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pcaversaccio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not possible to deploy
CreateXon Tron due to this:If you deployed
CreateXto Tron, all of thecomputeCreate2AddressandcomputeCreate3Addressfunctions would return wrong calculations (meaning that also thedeployCreate3*functions would not work as expected, for example here).