Skip to content

When deploying a SUI move contract integrated with SupraOracle, the following error occurred: VMVerificationOrDeserializationError in command 0.sui rev = "main", supra rev = "testnet" #7

@ypenghui6

Description

@ypenghui6

sui rev = "main", supra rev = "testnet", error:
Failed to publish the Move module(s), reason: [warning] Multiple source verification errors found:

  • Local dependency did not match its on-chain version at 2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a::SupraOracle::price_data_pull
  • Local dependency did not match its on-chain version at 2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a::SupraOracle::price_data_pull_v2
  • Local dependency did not match its on-chain version at 0000000000000000000000000000000000000000000000000000000000000002::Sui::accumulator_settlement
  • Local dependency did not match its on-chain version at 2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a::SupraOracle::SupraSValueFeed
  • Local dependency did not match its on-chain version at 0000000000000000000000000000000000000000000000000000000000000002::Sui::poseidon
  • Local dependency did not match its on-chain version at 277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698::supra_validator::validator
  • Local dependency did not match its on-chain version at 277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698::supra_validator::validator_v2
  • Local dependency did not match its on-chain version at 7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399::supra_utils::utils
  • Local dependency did not match its on-chain version at 0000000000000000000000000000000000000000000000000000000000000002::Sui::coin
  • Local dependency did not match its on-chain version at 0000000000000000000000000000000000000000000000000000000000000002::Sui::balance
  • Local version of dependency 7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399::enumerable_set_ring was not found.
  • Local version of dependency 7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399::bcs was not found.

This may indicate that the on-chain version(s) of your package's dependencies may behave differently than the source version(s) your package was built against.

Fix this by rebuilding your packages with source versions matching on-chain versions of dependencies, or ignore this warning by re-running with the --skip-dependency-verification flag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions