2
2
3
3
[move]
4
4
version = 3
5
- manifest_digest = "2EB121A47DDF68A19733CCDFA38A690E056017B248E4FB1A3B4B53A8BFE42ECF "
5
+ manifest_digest = "253EB5FF7217E253CAF106300B6A154FBF277D1F01C34285CC6BEC45103B91F8 "
6
6
deps_digest = "397E6A9F7A624706DBDFEE056CE88391A15876868FD18A88504DA74EB458D697"
7
7
dependencies = [
8
8
{ id = "Bridge", name = "Bridge" },
9
9
{ id = "MoveStdlib", name = "MoveStdlib" },
10
10
{ id = "Sui", name = "Sui" },
11
11
{ id = "SuiSystem", name = "SuiSystem" },
12
- { id = "executor", name = "executor" },
12
+ { id = "executor", name = "executor", addr_subst = { "executor" = "executor" } },
13
13
]
14
14
15
15
[[move.package]]
@@ -45,7 +45,7 @@ dependencies = [
45
45
46
46
[[move.package]]
47
47
id = "executor"
48
- source = { local = ".. /executor" }
48
+ source = { git = "https://github.com/wormholelabs-xyz/example-messaging-executor.git", rev = "main", subdir = "sui /executor" }
49
49
50
50
dependencies = [
51
51
{ id = "Bridge", name = "Bridge" },
@@ -66,3 +66,9 @@ chain-id = "4c78adac"
66
66
original-published-id = "0x2d9ccf3cce3f7dce408e5455e90b80a8161ad9673d1366c2a5def60ad93657a8"
67
67
latest-published-id = "0x2d9ccf3cce3f7dce408e5455e90b80a8161ad9673d1366c2a5def60ad93657a8"
68
68
published-version = "1"
69
+
70
+ [env.mainnet]
71
+ chain-id = "35834a8a"
72
+ original-published-id = "0xc030df7a3eed1494fa4b64aa8ab63a79041cf1114f4ff2b7ab5aca1c684a21a7"
73
+ latest-published-id = "0xc030df7a3eed1494fa4b64aa8ab63a79041cf1114f4ff2b7ab5aca1c684a21a7"
74
+ published-version = "1"
0 commit comments