-
Notifications
You must be signed in to change notification settings - Fork 0
/
Move.lock
143 lines (112 loc) · 3.6 KB
/
Move.lock
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# @generated by Move, please check-in and do not edit manually.
[move]
version = 2
manifest_digest = "2C28697E152708B7F673DF2AC1F0461ED562D5D000AF7F8E78DF97043377CAA2"
deps_digest = "F9B494B64F0615AED0E98FC12A85B85ECD2BC5185C22D30E7F67786BB52E507C"
dependencies = [
{ name = "CetusClmm" },
{ name = "Sui" },
{ name = "lending_core" },
{ name = "oracle" },
]
[[move.package]]
name = "CetusClmm"
source = { git = "https://github.com/CetusProtocol/cetus-clmm-interface.git", rev = "mainnet-v1.23.1", subdir = "sui/clmmpool" }
dependencies = [
{ name = "IntegerMate" },
{ name = "MoveSTL" },
{ name = "Sui" },
]
[[move.package]]
name = "IntegerMate"
source = { git = "https://github.com/CetusProtocol/integer-mate.git", rev = "mainnet-v1.23.1", subdir = "sui" }
dependencies = [
{ name = "Sui" },
]
[[move.package]]
name = "MoveSTL"
source = { git = "https://github.com/CetusProtocol/move-stl.git", rev = "mainnet-v1.23.1", subdir = "sui" }
dependencies = [
{ name = "Sui" },
]
[[move.package]]
name = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/mainnet", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
name = "Pyth"
source = { git = "https://github.com/naviprotocol/pyth-crosschain.git", rev = "navi-forked", subdir = "target_chains/sui/contracts" }
dependencies = [
{ name = "Sui" },
{ name = "Wormhole" },
]
[[move.package]]
name = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/mainnet", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ name = "MoveStdlib" },
]
[[move.package]]
name = "SupraOracle"
source = { git = "https://github.com/naviprotocol/dora-interface.git", rev = "main", subdir = "sui/mainnet/supra_holder" }
dependencies = [
{ name = "Sui" },
{ name = "supra_validator" },
]
[[move.package]]
name = "Wormhole"
source = { git = "https://github.com/naviprotocol/wormhole.git", rev = "navi-forked", subdir = "sui/wormhole" }
dependencies = [
{ name = "Sui" },
]
[env]
[[move.package]]
name = "lending_core"
source = { git = "https://github.com/naviprotocol/protocol-interface.git", rev = "main", subdir = "lending_core" }
dependencies = [
{ name = "Sui" },
{ name = "math" },
{ name = "oracle" },
{ name = "utils" },
]
[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0x44c01cd7216a99ad4d40580a4221d0bad8066d17ce7a859506a40f69e7a7fea5"
latest-published-id = "0x44c01cd7216a99ad4d40580a4221d0bad8066d17ce7a859506a40f69e7a7fea5"
published-version = "1"
[[move.package]]
name = "math"
source = { git = "https://github.com/naviprotocol/protocol-interface.git", rev = "main", subdir = "math" }
dependencies = [
{ name = "Sui" },
]
[[move.package]]
name = "oracle"
source = { git = "https://github.com/naviprotocol/protocol-interface.git", rev = "main", subdir = "oracle" }
dependencies = [
{ name = "Pyth" },
{ name = "Sui" },
{ name = "SupraOracle" },
]
[[move.package]]
name = "supra_utils"
source = { git = "https://github.com/naviprotocol/dora-interface.git", rev = "main", subdir = "sui/mainnet/supra_utils" }
dependencies = [
{ name = "Sui" },
]
[[move.package]]
name = "supra_validator"
source = { git = "https://github.com/naviprotocol/dora-interface.git", rev = "main", subdir = "sui/mainnet/supra_validator" }
dependencies = [
{ name = "Sui" },
{ name = "supra_utils" },
]
[[move.package]]
name = "utils"
source = { git = "https://github.com/naviprotocol/protocol-interface.git", rev = "main", subdir = "utils" }
dependencies = [
{ name = "Sui" },
]
[move.toolchain-version]
compiler-version = "1.32.0"
edition = "2024.beta"
flavor = "sui"