We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
Thank you, addressed here #52
Sorry, something went wrong.
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
done here #59 and here #60
No branches or pull requests
Update Move.lock for the Kiosk package on mainnet and testnet using
Remove published-at from Move.toml.
Current format prevent from using a single package manifest for both mainnet and testnet.
The text was updated successfully, but these errors were encountered: