Skip to content

Wrong rev in CetusClmm dependency (should be testnet-v1.25.1) #24

@Skyewwww

Description

@Skyewwww

I found that the dependency declaration for CetusClmm in the Move.toml example is using the wrong rev tag.

Currently it is testnet-v1.35.1 (see testnet/Move.toml).

[dependencies]
CetusClmm = { git = "https://github.com/CetusProtocol/cetus-clmm-interface.git", subdir = "sui/cetus_clmm", rev = "testnet-v1.35.1", override = true }

But the latest testnet version tag is testnet-v1.25.1 (see Sui release testnet-v1.25.1
).

This mismatch cause build errors on Sui testnet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions