Skip to content

Commit a3bc3c3

Browse files
committed
revert move change
1 parent d2fb869 commit a3bc3c3

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

move/seal_testnet/Move.lock

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,33 @@
22

33
[move]
44
version = 3
5-
manifest_digest = "9B107FFDABEA2D8ED6E70878D38F2E845E6E2602C0FCD2F5C942CBD79857E966"
6-
deps_digest = "F9B494B64F0615AED0E98FC12A85B85ECD2BC5185C22D30E7F67786BB52E507C"
5+
manifest_digest = "FF1F5BA758181677AAB09015C9FB7BE4A61E10BA1E8E309939BAC1B3E53F2F3C"
6+
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
77
dependencies = [
8-
{ id = "Bridge", name = "Bridge" },
9-
{ id = "MoveStdlib", name = "MoveStdlib" },
10-
{ id = "Sui", name = "Sui" },
11-
{ id = "SuiSystem", name = "SuiSystem" },
12-
]
13-
14-
[[move.package]]
15-
id = "Bridge"
16-
source = { git = "https://github.com/MystenLabs/sui.git", rev = "9a4d4016ba66c646c76c4b8d54fa9e767f240ab1", subdir = "crates/sui-framework/packages/bridge" }
17-
18-
dependencies = [
19-
{ id = "MoveStdlib", name = "MoveStdlib" },
208
{ id = "Sui", name = "Sui" },
21-
{ id = "SuiSystem", name = "SuiSystem" },
229
]
2310

2411
[[move.package]]
2512
id = "MoveStdlib"
26-
source = { git = "https://github.com/MystenLabs/sui.git", rev = "9a4d4016ba66c646c76c4b8d54fa9e767f240ab1", subdir = "crates/sui-framework/packages/move-stdlib" }
13+
source = { git = "https://github.com/MystenLabs/sui.git", rev = "testnet-v1.57.2", subdir = "crates/sui-framework/packages/move-stdlib" }
2714

2815
[[move.package]]
2916
id = "Sui"
30-
source = { git = "https://github.com/MystenLabs/sui.git", rev = "9a4d4016ba66c646c76c4b8d54fa9e767f240ab1", subdir = "crates/sui-framework/packages/sui-framework" }
17+
source = { git = "https://github.com/MystenLabs/sui.git", rev = "testnet-v1.57.2", subdir = "crates/sui-framework/packages/sui-framework" }
3118

3219
dependencies = [
3320
{ id = "MoveStdlib", name = "MoveStdlib" },
3421
]
3522

36-
[[move.package]]
37-
id = "SuiSystem"
38-
source = { git = "https://github.com/MystenLabs/sui.git", rev = "9a4d4016ba66c646c76c4b8d54fa9e767f240ab1", subdir = "crates/sui-framework/packages/sui-system" }
39-
40-
dependencies = [
41-
{ id = "MoveStdlib", name = "MoveStdlib" },
42-
{ id = "Sui", name = "Sui" },
43-
]
44-
4523
[move.toolchain-version]
46-
compiler-version = "1.61.1"
24+
compiler-version = "1.59.0"
4725
edition = "2024.beta"
4826
flavor = "sui"
4927

5028
[env]
5129

5230
[env.testnet]
5331
chain-id = "4c78adac"
54-
original-published-id = "0x844adb8e9c910c33589d4b17c41127f9bc7fdc8924c7c75b415e19f1eeb0cf0c"
55-
latest-published-id = "0x844adb8e9c910c33589d4b17c41127f9bc7fdc8924c7c75b415e19f1eeb0cf0c"
32+
original-published-id = "0x1f14dcbf6d6542dfc78348c36b94db2ff133d446208a2cdb9fa24e02e1a64990"
33+
latest-published-id = "0x1f14dcbf6d6542dfc78348c36b94db2ff133d446208a2cdb9fa24e02e1a64990"
5634
published-version = "1"

move/seal_testnet/Move.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
66
# published-at = "0xfe2c71f4dc19cb596a5042bca40b9cd4b1e3517b37bc8c21491c3be33b3056af"
77

88
[dependencies]
9+
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.57.2" }
910

1011
[addresses]
1112
seal_testnet = "0x0"

0 commit comments

Comments
 (0)