-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMove.lock
More file actions
77 lines (62 loc) · 2.44 KB
/
Move.lock
File metadata and controls
77 lines (62 loc) · 2.44 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# @generated by Move, please check-in and do not edit manually.
[move]
version = 3
manifest_digest = "5D85B40033B1406A10E38D3C3FCCF032577FBCF8B3DA4F402451BDE210D9B95F"
deps_digest = "397E6A9F7A624706DBDFEE056CE88391A15876868FD18A88504DA74EB458D697"
dependencies = [
{ id = "Bridge", name = "Bridge" },
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
{ id = "SuiSystem", name = "SuiSystem" },
{ id = "locked_token", name = "locked_token" },
]
[[move.package]]
id = "Bridge"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "664b05b3b047c5bb03979d093660176176ea6175", 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 = "664b05b3b047c5bb03979d093660176176ea6175", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "664b05b3b047c5bb03979d093660176176ea6175", 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 = "664b05b3b047c5bb03979d093660176176ea6175", subdir = "crates/sui-framework/packages/sui-system" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "locked_token"
source = { git = "https://github.com/multiversx/mx-locked-token-sc-sui.git", rev = "master", subdir = "" }
dependencies = [
{ id = "Bridge", name = "Bridge" },
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
{ id = "SuiSystem", name = "SuiSystem" },
{ id = "sui_extensions", name = "sui_extensions" },
]
[[move.package]]
id = "sui_extensions"
source = { git = "https://github.com/circlefin/stablecoin-sui.git", rev = "master", subdir = "packages/sui_extensions" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[move.toolchain-version]
compiler-version = "1.61.2"
edition = "2024.beta"
flavor = "sui"
[env]
[env.testnet]
chain-id = "4c78adac"
original-published-id = "0x797933e12440a65f84f46d1b650408e21efeb64f73bcb4e274d576035462833a"
latest-published-id = "0x797933e12440a65f84f46d1b650408e21efeb64f73bcb4e274d576035462833a"
published-version = "1"