-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMove.lock
More file actions
56 lines (45 loc) · 1.71 KB
/
Move.lock
File metadata and controls
56 lines (45 loc) · 1.71 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
# @generated by Move, please check-in and do not edit manually.
[move]
version = 3
manifest_digest = "1655E194C63C44135EACB030A0A6F2BBA15FEEDB79773B1A65BD80D316C17C3A"
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 = "e54b798790ed", 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 = "e54b798790ed", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "e54b798790ed", 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 = "e54b798790ed", subdir = "crates/sui-framework/packages/sui-system" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
]
[move.toolchain-version]
compiler-version = "1.48.0"
edition = "2024.beta"
flavor = "sui"
[env]
[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xaffc7c736baa81fccbc32efd8d7b7a60ea1df97cfee5fc45cc053757a302e9c5"
latest-published-id = "0xaffc7c736baa81fccbc32efd8d7b7a60ea1df97cfee5fc45cc053757a302e9c5"
published-version = "1"