Skip to content

Commit

Permalink
Update kiosk manifest (#52)
Browse files Browse the repository at this point in the history
* update kiosk lockfile

* remove original id

* testnet packages
  • Loading branch information
leecchh authored Oct 1, 2024
1 parent 607a10f commit d936206
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions kiosk/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,17 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/mainn
dependencies = [
{ name = "MoveStdlib" },
]

[env]

[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0x434b5bd8f6a7b05fede0ff46c6e511d71ea326ed38056e3bcd681d2d7c2a7879"
latest-published-id = "0x34cc6762780f4f6f153c924c0680cfe2a1fb4601e7d33cc28a92297b62de1e0e"
published-version = "3"

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585"
latest-published-id = "0x0717a13f43deaf5345682153e3633f76cdcf695405959697fcd63f63f289320b"
published-version = "3"
3 changes: 1 addition & 2 deletions kiosk/Move.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[package]
name = "Kiosk"
version = "0.0.1"
published-at = "0x34cc6762780f4f6f153c924c0680cfe2a1fb4601e7d33cc28a92297b62de1e0e"

[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/mainnet" }

[addresses]
kiosk = "0x434b5bd8f6a7b05fede0ff46c6e511d71ea326ed38056e3bcd681d2d7c2a7879"
kiosk = "0x0"

0 comments on commit d936206

Please sign in to comment.