22
33[move]
44version = 3
5- manifest_digest = "2EB121A47DDF68A19733CCDFA38A690E056017B248E4FB1A3B4B53A8BFE42ECF "
5+ manifest_digest = "253EB5FF7217E253CAF106300B6A154FBF277D1F01C34285CC6BEC45103B91F8 "
66deps_digest = "397E6A9F7A624706DBDFEE056CE88391A15876868FD18A88504DA74EB458D697"
77dependencies = [
88 { id = "Bridge", name = "Bridge" },
99 { id = "MoveStdlib", name = "MoveStdlib" },
1010 { id = "Sui", name = "Sui" },
1111 { id = "SuiSystem", name = "SuiSystem" },
12- { id = "executor", name = "executor" },
12+ { id = "executor", name = "executor", addr_subst = { "executor" = "executor" } },
1313]
1414
1515[[move.package]]
@@ -45,7 +45,7 @@ dependencies = [
4545
4646[[move.package]]
4747id = "executor"
48- source = { local = ".. /executor" }
48+ source = { git = "https://github.com/wormholelabs-xyz/example-messaging-executor.git", rev = "main", subdir = "sui /executor" }
4949
5050dependencies = [
5151 { id = "Bridge", name = "Bridge" },
@@ -66,3 +66,9 @@ chain-id = "4c78adac"
6666original-published-id = "0x2d9ccf3cce3f7dce408e5455e90b80a8161ad9673d1366c2a5def60ad93657a8"
6767latest-published-id = "0x2d9ccf3cce3f7dce408e5455e90b80a8161ad9673d1366c2a5def60ad93657a8"
6868published-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