Asset Config YAML
This document describes the structure of the YAML configuration file used to define assets and their associated parameters for the Chain Pusher.
Overview
YAML Structure
assets:
<asset_id>:
asset_id: <string>
fallback_period_sec: <integer>
percent_change_threshold: <float>
encoded_asset_id: <string>Root Key: assets
assetsAsset Entry
asset_id
asset_idfallback_period_sec
fallback_period_secpercent_change_threshold
percent_change_thresholdencoded_asset_id
encoded_asset_idExample Configuration
Usage
Last updated