-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMove.lock
More file actions
53 lines (42 loc) · 1.51 KB
/
Copy pathMove.lock
File metadata and controls
53 lines (42 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# @generated by Move, please check-in and do not edit manually.
[move]
version = 3
manifest_digest = "DAD4C6688B89C42AEE6CC6493E0EA7097CDBFFB074EC1CE4BC99A80E5872B486"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"
dependencies = [
{ id = "CetusClmm", name = "CetusClmm" },
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "CetusClmm"
source = { git = "https://github.com/CetusProtocol/cetus-clmm-interface.git", rev = "testnet-v1.26.0", subdir = "sui/cetus_clmm" }
dependencies = [
{ id = "IntegerMate", name = "IntegerMate" },
{ id = "MoveSTL", name = "MoveSTL" },
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "IntegerMate"
source = { git = "https://github.com/CetusProtocol/integer-mate.git", rev = "testnet-v1.23.1", subdir = "sui" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "MoveSTL"
source = { git = "https://github.com/CetusProtocol/move-stl.git", rev = "testnet-v1.23.1", subdir = "sui" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
]
[move.toolchain-version]
compiler-version = "1.44.2"
edition = "2024.beta"
flavor = "sui"