AresRPG is a multiplayer voxel RPG which has no serverside database, everything is stored on Sui.
- change the
rev
version inMove.toml
to correspond to the wanted network npm run publish::<network>
- update
publish-at
inMove.toml
- update env in
aresrpg-sdk
and all services depending on itaresrpg-gamemaster
aresrpg-server
aresrpg-sponsor
aresrpg-kiosk-indexer
- redeploy
aresrpg-dapp
with the new env
- make sure the
rev
version inMove.toml
is correct - update the PACKAGE_VERSION in
aresrpg-move/sources/version.move
npm run upgrade::<network>
- update env in
aresrpg-sdk