We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3329d2c + 1a3a30b commit fdaf0daCopy full SHA for fdaf0da
custom/config.yaml
@@ -23,10 +23,12 @@ dexPriceEstimator:
23
type: 'dex-price-estimator' # choices: dex-price-estimator
24
config:
25
- networkId: 1
26
- url: https://dex-price-estimator.gnosis.io
+ url_production: https://dex-price-estimator.gnosis.io
27
+ url_develop: https://price-estimate-mainnet.dev.gnosisdev.com
28
29
- networkId: 4
- url: https://dex-price-estimator.rinkeby.gnosis.io
30
+ url_production: https://dex-price-estimator.rinkeby.gnosis.io
31
+ url_develop: https://price-estimate-rinkeby.dev.gnosisdev.com
32
33
# Subgraph abstraction, used for getting the last price
34
theGraphApi:
0 commit comments