From 3aba142bb3a90025cd5c5b8fd074ddc4219082dc Mon Sep 17 00:00:00 2001 From: gcranju Date: Mon, 12 Aug 2024 11:02:53 +0000 Subject: [PATCH] feat: testnet deployment after audit --- contracts/sui/libs/sui_rlp/Move.lock | 8 ++++---- contracts/sui/libs/sui_rlp/Move.toml | 4 ++-- contracts/sui/mock_dapp/Move.lock | 6 +++--- contracts/sui/mock_dapp/Move.toml | 4 ++-- contracts/sui/xcall/Move.lock | 6 +++--- contracts/sui/xcall/Move.toml | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/contracts/sui/libs/sui_rlp/Move.lock b/contracts/sui/libs/sui_rlp/Move.lock index ae1fc9e2..b425c60e 100644 --- a/contracts/sui/libs/sui_rlp/Move.lock +++ b/contracts/sui/libs/sui_rlp/Move.lock @@ -1,6 +1,6 @@ [move] version = 0 -manifest_digest = "E9EA4A06A70697503E7D48BFC4D5E3BA81EFD0C8734826686E6CA58015EB2EBA" +manifest_digest = "0663B22A65865051BA932F8D164FF135D26D82771A4E09332F75C3AF20462308" deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082" dependencies = [ @@ -20,7 +20,7 @@ dependencies = [ ] [move.toolchain-version] -compiler-version = "1.25.1" +compiler-version = "1.30.1" edition = "2024.alpha" flavor = "sui" @@ -28,6 +28,6 @@ flavor = "sui" [env.testnet] chain-id = "4c78adac" -original-published-id = "0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd" -latest-published-id = "0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd" +original-published-id = "0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99" +latest-published-id = "0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99" published-version = "1" diff --git a/contracts/sui/libs/sui_rlp/Move.toml b/contracts/sui/libs/sui_rlp/Move.toml index eef4ddbd..a65195c6 100644 --- a/contracts/sui/libs/sui_rlp/Move.toml +++ b/contracts/sui/libs/sui_rlp/Move.toml @@ -1,5 +1,5 @@ [addresses] - sui_rlp = '0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd' + sui_rlp = '0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99' [dependencies] [dependencies.Sui] @@ -14,4 +14,4 @@ [package] edition = '2024.alpha' name = 'sui_rlp' - published-at = '0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd' + published-at = '0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99' diff --git a/contracts/sui/mock_dapp/Move.lock b/contracts/sui/mock_dapp/Move.lock index 30ec23ff..fb303f47 100644 --- a/contracts/sui/mock_dapp/Move.lock +++ b/contracts/sui/mock_dapp/Move.lock @@ -39,7 +39,7 @@ dependencies = [ ] [move.toolchain-version] -compiler-version = "1.25.1" +compiler-version = "1.30.1" edition = "2024.beta" flavor = "sui" @@ -47,6 +47,6 @@ flavor = "sui" [env.testnet] chain-id = "4c78adac" -original-published-id = "0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f" -latest-published-id = "0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f" +original-published-id = "0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79" +latest-published-id = "0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79" published-version = "1" diff --git a/contracts/sui/mock_dapp/Move.toml b/contracts/sui/mock_dapp/Move.toml index 0d2c21d1..eb0feeaf 100644 --- a/contracts/sui/mock_dapp/Move.toml +++ b/contracts/sui/mock_dapp/Move.toml @@ -1,5 +1,5 @@ [addresses] - mock_dapp = '0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f' + mock_dapp = '0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79' [dependencies] [dependencies.Sui] @@ -17,4 +17,4 @@ [package] edition = '2024.beta' name = 'mock_dapp' - published-at = '0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f' \ No newline at end of file + published-at = '0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79' diff --git a/contracts/sui/xcall/Move.lock b/contracts/sui/xcall/Move.lock index 7bb2ada0..e6506443 100644 --- a/contracts/sui/xcall/Move.lock +++ b/contracts/sui/xcall/Move.lock @@ -31,7 +31,7 @@ dependencies = [ ] [move.toolchain-version] -compiler-version = "1.26.1" +compiler-version = "1.30.1" edition = "2024.alpha" flavor = "sui" @@ -39,6 +39,6 @@ flavor = "sui" [env.testnet] chain-id = "4c78adac" -original-published-id = "0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d" -latest-published-id = "0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d" +original-published-id = "0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb" +latest-published-id = "0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb" published-version = "1" diff --git a/contracts/sui/xcall/Move.toml b/contracts/sui/xcall/Move.toml index 1f67bd59..0aa186bc 100644 --- a/contracts/sui/xcall/Move.toml +++ b/contracts/sui/xcall/Move.toml @@ -1,5 +1,5 @@ [addresses] - xcall = '0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d' + xcall = '0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb' [dependencies] [dependencies.Sui] @@ -17,4 +17,4 @@ [package] edition = '2024.alpha' name = 'xcall' - published-at = '0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d' \ No newline at end of file + published-at = '0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb'