You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users set an array of market-ids in the .env file. If the IDs don't match what is in pricefeed or the wallet isn't authorized to post prices, transactions will fail. Instead, we can query pricefeed to get the market IDs that the input wallet is an oracle for.
The text was updated successfully, but these errors were encountered:
* update readme, remove duplicate env example
* add eth price support
* tidy up docker make commands
* cleanup non-script file from scripts
* clean up dead code
Currently, users set an array of market-ids in the
.env
file. If the IDs don't match what is inpricefeed
or the wallet isn't authorized to post prices, transactions will fail. Instead, we can querypricefeed
to get the market IDs that the input wallet is an oracle for.The text was updated successfully, but these errors were encountered: