Feeder Upgrade Changelog — v0.7.5
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. Asset Monitoring Configuration
Add the following to your configuration to enable host chain monitoring for specific assets:
assetsHostChainMonitoringService:
assets:
- assetId: "ambtc"
name: "mBTC"
type: "midas"
- assetId: "amedge"
name: "mEDGE"
type: "midas"
- assetId: "ammev"
name: "mMEV"
type: "midas"
- assetId: "amtbill"
name: "mTBILL"
type: "midas"
- assetId: "ambasis"
name: "mBASIS"
type: "midas"
2. Asset Monitoring Configuration update for ausdy
change the following asset configuration
- assetId: "ausdy"
type: "ondo"
name: "usdy"
ondoAssetsUrl: "https://ondo.finance/api/v1/assets"
to
- assetId: "ausdy"
type: "ondo"
name: "usdy"
contract: "0xA0219AA5B31e65Bc920B5b6DFb8EdF0988121De0"
New Feeder Version
- Version:
v0.7.5
Download and install the updated feeder version using Docker:
docker pull \
europe-docker.pkg.dev/pryzm-zone/core/pryzm-feeder:v0.7.5