From 28cee1f8999844555ff18d5757fe45fa7889f04c Mon Sep 17 00:00:00 2001 From: thounyy Date: Wed, 20 Nov 2024 11:10:47 +0100 Subject: [PATCH] chore: update Move.lock for automated package address management --- kiosk/Move.lock | 8 ++++++++ kiosk/Move.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kiosk/Move.lock b/kiosk/Move.lock index 49b8cea..beaa667 100644 --- a/kiosk/Move.lock +++ b/kiosk/Move.lock @@ -20,3 +20,11 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "testnet", subdi dependencies = [ { name = "MoveStdlib" }, ] + +[env] + +[env.testnet] +chain-id = "4c78adac" +original-published-id = "0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585" +latest-published-id = "0x0717a13f43deaf5345682153e3633f76cdcf695405959697fcd63f63f289320b" +published-version = "3" diff --git a/kiosk/Move.toml b/kiosk/Move.toml index 1c91603..03cb81f 100644 --- a/kiosk/Move.toml +++ b/kiosk/Move.toml @@ -1,7 +1,7 @@ [package] name = "Kiosk" version = "0.0.2" -published-at = "0x0717a13f43deaf5345682153e3633f76cdcf695405959697fcd63f63f289320b" +# published-at = "0x0717a13f43deaf5345682153e3633f76cdcf695405959697fcd63f63f289320b" [dependencies] Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet" }