-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMove.lock
40 lines (32 loc) · 1.25 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
# @generated by Move, please check-in and do not edit manually.
[move]
version = 2
manifest_digest = "A9BF4F960DD81204EC1139DF75342404F375A30FDBDD895F3D7031DCD3FE6474"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
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.30.1"
edition = "2024.beta"
flavor = "sui"
[env]
[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0xa769a20c9b8e80078bdad52ce1a2ecc4fb0d7c8df815e3b089bb6893913042e5"
latest-published-id = "0xa769a20c9b8e80078bdad52ce1a2ecc4fb0d7c8df815e3b089bb6893913042e5"
published-version = "1"
[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xa60804309db3c87d785ecee5fcdab72aacc13aa567275e2b4d54f5bbf15f525d"
latest-published-id = "0xa60804309db3c87d785ecee5fcdab72aacc13aa567275e2b4d54f5bbf15f525d"
published-version = "1"