-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmove.lock
More file actions
60 lines (49 loc) · 1.99 KB
/
move.lock
File metadata and controls
60 lines (49 loc) · 1.99 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
54
55
56
57
58
59
60
[move]
version = 3
manifest_digest = "4EEFDE52F5B1E6E7005116017AC35BF6CF3CC4504D7AA661E9FA860B89362DFC"
deps_digest = "F9B494B64F0615AED0E98FC12A85B85ECD2BC5185C22D30E7F67786BB52E507C"
dependencies = [
{ id = "Bridge", name = "Bridge" },
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
{ id = "SuiSystem", name = "SuiSystem" },
]
[[move.package]]
id = "Bridge"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "b448b1d971bd6c1aac8ef4eee4305943806d5d5b", subdir = "crates/sui-framework/packages/bridge" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
{ id = "SuiSystem", name = "SuiSystem" },
]
[[move.package]]
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "b448b1d971bd6c1aac8ef4eee4305943806d5d5b", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "b448b1d971bd6c1aac8ef4eee4305943806d5d5b", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
]
[[move.package]]
id = "SuiSystem"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "b448b1d971bd6c1aac8ef4eee4305943806d5d5b", subdir = "crates/sui-framework/packages/sui-system" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
]
[move.toolchain-version]
compiler-version = "1.53.2"
edition = "2024.beta"
flavor = "sui"
[env]
[env.testnet]
chain-id = "4c78adac"
original-published-id = "0x884332711743df2b123ac6bd2df5a1c23f3ed576ceeedc7daf6b09a3d24888dd"
latest-published-id = "0x884332711743df2b123ac6bd2df5a1c23f3ed576ceeedc7daf6b09a3d24888dd"
published-version = "1"
[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0xe05eb3bc0cc1af17e986a16b7d3065711b41f82d800f12ac876f57448f53fecc"
latest-published-id = "0xe05eb3bc0cc1af17e986a16b7d3065711b41f82d800f12ac876f57448f53fecc"
published-version = "1"