You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error while deploying my contracts on testnet
aptos move publish --profile testnet\
Compiling, may take a little while to download git dependencies...
UPDATING GIT DEPENDENCY https://github.com/aptos-labs/aptos-core.git
INCLUDING DEPENDENCY AptosFramework
INCLUDING DEPENDENCY AptosStdlib
INCLUDING DEPENDENCY MoveStdlib
BUILDING aptos_fusion_plus
package size 30988 bytes
{
"Error": "Simulation failed with status: CONSTRAINT_NOT_SATISFIED\nExecution failed with message: metadata and code bundle mismatch: unregistered dependency: '5746e8af417a4fd6b40b78fb6eec2b3723315bd2e35c56c4927401101484df8e::constants'"
}
What error, if any, are you getting?
Deployment Error from aptos CLI
What have you tried or looked at? Or how can we reproduce the error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
I am getting this error while deploying my contracts on testnet
aptos move publish --profile testnet\
Compiling, may take a little while to download git dependencies...
UPDATING GIT DEPENDENCY https://github.com/aptos-labs/aptos-core.git
INCLUDING DEPENDENCY AptosFramework
INCLUDING DEPENDENCY AptosStdlib
INCLUDING DEPENDENCY MoveStdlib
BUILDING aptos_fusion_plus
package size 30988 bytes
{
"Error": "Simulation failed with status: CONSTRAINT_NOT_SATISFIED\nExecution failed with message: metadata and code bundle mismatch: unregistered dependency: '5746e8af417a4fd6b40b78fb6eec2b3723315bd2e35c56c4927401101484df8e::constants'"
}
What error, if any, are you getting?
Deployment Error from aptos CLI
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions