Skip to content

Commit

Permalink
feat: testnet deployment after audit
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju committed Aug 12, 2024
1 parent 335a346 commit 3aba142
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions contracts/sui/libs/sui_rlp/Move.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[move]
version = 0
manifest_digest = "E9EA4A06A70697503E7D48BFC4D5E3BA81EFD0C8734826686E6CA58015EB2EBA"
manifest_digest = "0663B22A65865051BA932F8D164FF135D26D82771A4E09332F75C3AF20462308"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
Expand All @@ -20,14 +20,14 @@ dependencies = [
]

[move.toolchain-version]
compiler-version = "1.25.1"
compiler-version = "1.30.1"
edition = "2024.alpha"
flavor = "sui"

[env]

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd"
latest-published-id = "0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd"
original-published-id = "0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99"
latest-published-id = "0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99"
published-version = "1"
4 changes: 2 additions & 2 deletions contracts/sui/libs/sui_rlp/Move.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[addresses]
sui_rlp = '0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd'
sui_rlp = '0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99'

[dependencies]
[dependencies.Sui]
Expand All @@ -14,4 +14,4 @@
[package]
edition = '2024.alpha'
name = 'sui_rlp'
published-at = '0x79f43aaf49660c0997bc79f7ea3c94f190f4103d314cb9b76105246bd46827bd'
published-at = '0x6e3942cb4c45401013b177ead1e9ef901ff50cac7876be85e0fdb629dfb85d99'
6 changes: 3 additions & 3 deletions contracts/sui/mock_dapp/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ dependencies = [
]

[move.toolchain-version]
compiler-version = "1.25.1"
compiler-version = "1.30.1"
edition = "2024.beta"
flavor = "sui"

[env]

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f"
latest-published-id = "0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f"
original-published-id = "0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79"
latest-published-id = "0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79"
published-version = "1"
4 changes: 2 additions & 2 deletions contracts/sui/mock_dapp/Move.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[addresses]
mock_dapp = '0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f'
mock_dapp = '0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79'

[dependencies]
[dependencies.Sui]
Expand All @@ -17,4 +17,4 @@
[package]
edition = '2024.beta'
name = 'mock_dapp'
published-at = '0x7545f1a2cd73437e731b73b718ebbf13c440880fb811dbdef53a76b8586ccb8f'
published-at = '0xf3b8de32899e4cd2036032045e95b2e0924c34c517ff9273f7eb34ab7544eb79'
6 changes: 3 additions & 3 deletions contracts/sui/xcall/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ dependencies = [
]

[move.toolchain-version]
compiler-version = "1.26.1"
compiler-version = "1.30.1"
edition = "2024.alpha"
flavor = "sui"

[env]

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d"
latest-published-id = "0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d"
original-published-id = "0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb"
latest-published-id = "0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb"
published-version = "1"
4 changes: 2 additions & 2 deletions contracts/sui/xcall/Move.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[addresses]
xcall = '0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d'
xcall = '0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb'

[dependencies]
[dependencies.Sui]
Expand All @@ -17,4 +17,4 @@
[package]
edition = '2024.alpha'
name = 'xcall'
published-at = '0xba481bcd34c4c236b1ccda9d8cb549f03a80260d794285f2b2a6798170d8375d'
published-at = '0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb'

0 comments on commit 3aba142

Please sign in to comment.