Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kiosk package manifest to new standard #50

Closed
thounyy opened this issue Sep 13, 2024 · 3 comments
Closed

Update Kiosk package manifest to new standard #50

thounyy opened this issue Sep 13, 2024 · 3 comments

Comments

@thounyy
Copy link

thounyy commented Sep 13, 2024

Update Move.lock for the Kiosk package on mainnet and testnet using

sui move manage-package --environment "$(sui client active-env)" \
  --network-id "$(sui client chain-identifier)" \
  --original-id 'PUBLISHED_ID' \
  --latest-id 'UPGRADED_ID' \
  --version-number 'VERSION'

Remove published-at from Move.toml.

Current format prevent from using a single package manifest for both mainnet and testnet.

@leecchh
Copy link
Contributor

leecchh commented Oct 1, 2024

Thank you, addressed here #52

@leecchh leecchh closed this as completed Oct 1, 2024
@thounyy
Copy link
Author

thounyy commented Nov 15, 2024

bumping this @leecchh bc it hasn't been updated on the testnet branch and the address needs to be updated in Move.toml on /main

@thounyy
Copy link
Author

thounyy commented Nov 20, 2024

done here #59 and here #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants