Summary of Bug
When trying to get a working price feed of WETH/USDC using the eth-uniswap provider, I noticed that if I add the currency pair information for USDC after WETH/USDC in the config, the WETH/USDC price feed does not work. When placing USDC before it in the config however, the price feed was back to working suggesting that the order of currency pairs in the config can have some effect on the price feeds working or not.
Version
Please provide the output of the following commands:
$ price-feeder version
$ go version
$ uname -a
Steps to Reproduce
Steps to reproduce the behavior:
- ...
For Admin Use