-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMove.lock
43 lines (34 loc) · 1.13 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
# @generated by Move, please check-in and do not edit manually.
[move]
version = 2
manifest_digest = "50F65F3BC942C056951CF9045A015C5F8F546841FC785675495AF817710EBF90"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"
dependencies = [
{ name = "Lesson2" },
{ name = "Sui" },
]
[[move.package]]
name = "Lesson2"
source = { local = "../Lesson2" }
dependencies = [
{ name = "Sui" },
]
[[move.package]]
name = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
name = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ name = "MoveStdlib" },
]
[move.toolchain-version]
compiler-version = "1.24.0"
edition = "2024.beta"
flavor = "sui"
[env]
[env.devnet]
chain-id = "aba66e60"
original-published-id = "0xa61946f8b107cd3c86fdf4e3d7faa2521680570ac70e90031c0b02926c59ed31"
latest-published-id = "0xa61946f8b107cd3c86fdf4e3d7faa2521680570ac70e90031c0b02926c59ed31"
published-version = "1"