Skip to content

Commit

Permalink
feat: cluster upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju committed Dec 11, 2024
1 parent dad3ca3 commit dc84da3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions contracts/sui/xcall/Move.lock
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 0
manifest_digest = "0EF42493C6F05F033869D9F88E28651462211F7EC4845B488B3D44EA2BE42C52"
version = 3
manifest_digest = "AF3BD5F43DFE5D1CAA7C8184CC387254C69B390F0AE41C448984470538D9F2F7"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"

dependencies = [
{ name = "Sui" },
{ name = "sui_rlp" },
{ id = "Sui", name = "Sui" },
{ id = "sui_rlp", name = "sui_rlp" },
]

[[move.package]]
name = "MoveStdlib"
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/move-stdlib" }

[[move.package]]
name = "Sui"
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/sui-framework" }

dependencies = [
{ name = "MoveStdlib" },
{ id = "MoveStdlib", name = "MoveStdlib" },
]

[[move.package]]
name = "sui_rlp"
id = "sui_rlp"
source = { local = "../libs/sui_rlp" }

dependencies = [
{ name = "Sui" },
{ id = "Sui", name = "Sui" },
]

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

Expand All @@ -40,5 +40,5 @@ flavor = "sui"
[env.testnet]
chain-id = "4c78adac"
original-published-id = "0x693a60a5098b346acb773e37bff767fa90c85645ca9dba5d63741cf2bea848eb"
latest-published-id = "0x8c5242ae42c53bdb92c94123184e72429283969772ec6e12e6f086bd673960b7"
published-version = "3"
latest-published-id = "0xff60814fac7930b9890fc6582efa0e02e72956584d18adef77d23ed4643325bd"
published-version = "4"
2 changes: 1 addition & 1 deletion contracts/sui/xcall/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
[package]
edition = '2024.alpha'
name = 'xcall'
published-at = '0x8c5242ae42c53bdb92c94123184e72429283969772ec6e12e6f086bd673960b7'
published-at = '0xff60814fac7930b9890fc6582efa0e02e72956584d18adef77d23ed4643325bd'

0 comments on commit dc84da3

Please sign in to comment.