-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow enabling the Cost Model in other networks than mainnet #707
Comments
If the roadblock is the availability of GRT/DAI uniswap pairs on other network, the agent should still allow using cost models when inject-dai=off. |
Gathering some notes from a quick brainstorming session with @tilacog Tasks to do
Some initial ideas for network agnostic approaches to fetching price:
|
I think that for the purpose of the cost model we could just use the data from Ethereum. What's important is that the oracle we use has enough volume. |
Other ones to investigate: https://docs.mean.finance/v/oracles/ and https://docs.oracles.rip/content/what-is-price.html - also this one for offchain oracles https://github.com/mean-finance/sdk |
After the multi-network changes introduced in 668, the Cost Model feature was restricted to Ethereum Mainnet.
We should find a way to enable this feature for other networks besides that.
Originally posted by @fordN in #668 (comment)
The text was updated successfully, but these errors were encountered: