Skip to content

Commit fdaf0da

Browse files
authored
Merge pull request #9 from dOrgTech/jpk-config-update
Update config
2 parents 3329d2c + 1a3a30b commit fdaf0da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

custom/config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ dexPriceEstimator:
2323
type: 'dex-price-estimator' # choices: dex-price-estimator
2424
config:
2525
- networkId: 1
26-
url: https://dex-price-estimator.gnosis.io
26+
url_production: https://dex-price-estimator.gnosis.io
27+
url_develop: https://price-estimate-mainnet.dev.gnosisdev.com
2728

2829
- networkId: 4
29-
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
3032

3133
# Subgraph abstraction, used for getting the last price
3234
theGraphApi:

0 commit comments

Comments
 (0)