-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMove.lock
More file actions
71 lines (57 loc) · 2.31 KB
/
Move.lock
File metadata and controls
71 lines (57 loc) · 2.31 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
# @generated by Move, please check-in and do not edit manually.
[move]
version = 3
manifest_digest = "17CEFA3A4FE62C46C642684504DC338BFF4EABAA0C9BAB31F56E3041C92C7BB4"
deps_digest = "397E6A9F7A624706DBDFEE056CE88391A15876868FD18A88504DA74EB458D697"
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 = "Bridge"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "f63c9fc78e2171fa174dc43e757ded416c204558", 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 = "f63c9fc78e2171fa174dc43e757ded416c204558", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "f63c9fc78e2171fa174dc43e757ded416c204558", 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 = "f63c9fc78e2171fa174dc43e757ded416c204558", subdir = "crates/sui-framework/packages/sui-system" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
{ id = "Sui", name = "Sui" },
]
[[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.57.2"
edition = "2024.beta"
flavor = "sui"
[env]
[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0x8db9d9dc5cd5723ee55725869620073e28f88ddf3c360a512ebd73cb46f1903d"
latest-published-id = "0x8db9d9dc5cd5723ee55725869620073e28f88ddf3c360a512ebd73cb46f1903d"
published-version = "1"
[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xcbcfc2873899ee4c54e16aa8e63403852001fd4587558a9371e358603189c528"
latest-published-id = "0xcbcfc2873899ee4c54e16aa8e63403852001fd4587558a9371e358603189c528"
published-version = "1"