Is your feature request related to a problem? Please describe.
Easy out the configuration of price feeds by loading required feeds dynamically from the chain oracle params.
Describe the solution you'd like
When a new denom is added to the oracle module. The price feeder iterates through the different providers, selects the ones that contain the new denomination.
Describe alternatives you've considered
Configuring for each new denom manually
Is your feature request related to a problem? Please describe.
Easy out the configuration of price feeds by loading required feeds dynamically from the chain oracle params.
Describe the solution you'd like
When a new denom is added to the oracle module. The price feeder iterates through the different providers, selects the ones that contain the new denomination.
Describe alternatives you've considered
Configuring for each new denom manually