Feeder Upgrade Changelog — v0.7.4
This document outlines key information for the upcoming upgrade, including the migration height, updated core and feeder versions, and required configuration changes. Please review carefully and update your setup accordingly.
Migration Details
Ensure your nodes are fully synced to the specified migration height before initiating the upgrade process.
Configuration Changes
1. Ethereum RPC Endpoint
A new setting has been introduced. You must configure an Ethereum endpoint. For example, using Alchemy:
ethService:
rpcEndpoint: "https://eth-mainnet.g.alchemy.com/v2/KKKKKK"
2. Asset Monitoring Configuration
Add the following to your configuration to enable host chain monitoring for specific assets:
assetsHostChainMonitoringService:
assets:
- assetId: "uusds"
type: "sky"
contract: "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD"
New Feeder Version
- Version:
v0.7.4
Download and install the updated feeder version using Docker:
docker pull \
europe-docker.pkg.dev/pryzm-zone/core/pryzm-feeder:v0.7.4
📝 This structure will remain consistent across future upgrades. Always refer to the latest changelog when preparing for a migration.