MVR is now available and we can change from using a pinned Package ID.
See documentation: https://docs.evefrontier.com/tools/world-upgrades
Currently, the package ID is pinned via environment variables (e.g., VITE_TURRET_PACKAGE_ID, EVE_PACKAGE_ID) and hardcoded fallback values in:
apps/dashboard/src/world.ts
apps/indexer/src/main.rs
We should upgrade the system to resolve the latest Package ID dynamically via the Move Version Registry.
MVR is now available and we can change from using a pinned Package ID.
See documentation: https://docs.evefrontier.com/tools/world-upgrades
Currently, the package ID is pinned via environment variables (e.g.,
VITE_TURRET_PACKAGE_ID,EVE_PACKAGE_ID) and hardcoded fallback values in:apps/dashboard/src/world.tsapps/indexer/src/main.rsWe should upgrade the system to resolve the latest Package ID dynamically via the Move Version Registry.