Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions contracts/ccip/ccip/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
[move]
version = 4

[pinned.testnet.ChainlinkCCIP]
source = { root = true }
use_environment = "testnet"
manifest_digest = "84B36231F9B4C76143B3894C4A078FD5F03DBF4F5717C1D43B1EE1C903556574"
deps = { ChainlinkManyChainMultisig = "ChainlinkManyChainMultisig", std = "MoveStdlib", sui = "Sui" }

[pinned.testnet.ChainlinkManyChainMultisig]
source = { local = "../../mcms/mcms" }
use_environment = "testnet"
manifest_digest = "5745706258F61D6CE210904B3E6AE87A73CE9D31A6F93BE4718C442529332A87"
deps = { std = "MoveStdlib", sui = "Sui" }

[pinned.testnet.MoveStdlib]
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "22f9fc9781732d651e18384c9a8eb1dabddf73a6" }
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "384b1c7ff289b32ed2664f29dc47dbc879fa43ee" }
use_environment = "testnet"
manifest_digest = "C4FE4C91DE74CBF223B2E380AE40F592177D21870DC2D7EB6227D2D694E05363"
deps = {}

[pinned.testnet.Sui]
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "22f9fc9781732d651e18384c9a8eb1dabddf73a6" }
source = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "384b1c7ff289b32ed2664f29dc47dbc879fa43ee" }
use_environment = "testnet"
manifest_digest = "7AFB66695545775FBFBB2D3078ADFD084244D5002392E837FDE21D9EA1C6D01C"
deps = { MoveStdlib = "MoveStdlib" }

[pinned.testnet.ccip]
source = { root = true }
use_environment = "testnet"
manifest_digest = "B41543A1928002B1ABE6F16D69A3C1BE6BCA4D7A4DB7D2F9048274EFE11ED724"
deps = { mcms = "mcms", std = "MoveStdlib", sui = "Sui" }

[pinned.testnet.mcms]
source = { local = "../../mcms/mcms" }
use_environment = "testnet"
manifest_digest = "5745706258F61D6CE210904B3E6AE87A73CE9D31A6F93BE4718C442529332A87"
deps = { std = "MoveStdlib", sui = "Sui" }
2 changes: 2 additions & 0 deletions contracts/ccip/ccip/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ mcms = { local = "../../mcms/mcms" }

[environments]
devnet = "a9149565"
# Sui public testnet chain identifier (matches mcms/Published.toml and Move.lock)
testnet = "4c78adac"
4 changes: 3 additions & 1 deletion contracts/mcms/mcms/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ name = "mcms"
edition = "2024"

[environments]
devnet = "a9149565"
devnet = "a9149565"
# Sui public testnet chain identifier (matches Published.toml)
testnet = "4c78adac"
Loading