Skip to content

Commit 928ac3f

Browse files
authored
Merge pull request #10 from dOrgTech/jpk-config
Update config fixing xdai
2 parents c60d7ba + c588e74 commit 928ac3f

2 files changed

Lines changed: 7 additions & 37 deletions

File tree

custom/assets/img/logo.svg

Lines changed: 4 additions & 0 deletions
Loading

custom/config.yaml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ appId: 2
22

33
name: Mesa.eth
44

5-
logoPath: './src/assets/img/logo.svg'
5+
logoPath: './custom/assets/img/logo.svg'
66

77
templatePath: './src/html/index.html'
88

@@ -18,40 +18,6 @@ tcr:
1818
- networkId: 4
1919
contractAddress: '0xBb840456546496E7640DC09ba9fE06E67C157E1b'
2020

21-
- networkId: 1
21+
- networkId: 100
22+
listId: 1
2223
contractAddress: '0x13b47D3311177480E45F223D6f34E1dd5B03b55E'
23-
24-
# Price estimation/orderbook graph
25-
dexPriceEstimator:
26-
type: 'dex-price-estimator' # choices: dex-price-estimator
27-
config:
28-
- networkId: 1
29-
url_production: https://dex-price-estimator.gnosis.io
30-
url_develop: https://price-estimate-mainnet.dev.gnosisdev.com
31-
32-
- networkId: 4
33-
url_production: https://dex-price-estimator.rinkeby.gnosis.io
34-
url_develop: https://price-estimate-rinkeby.dev.gnosisdev.com
35-
36-
# Subgraph abstraction, used for getting the last price
37-
theGraphApi:
38-
type: 'the-graph' # choices: the-graph
39-
config:
40-
- networkId: 1
41-
url: https://api.thegraph.com/subgraphs/name/gnosis/protocol
42-
43-
- networkId: 4
44-
url: https://api.thegraph.com/subgraphs/name/gnosis/protocol-rinkeby
45-
46-
# Eth node config
47-
defaultProviderConfig:
48-
type: 'infura' # Choices: infura | url
49-
config:
50-
# It'll be appended to `infuraEndpoint`
51-
infuraId: 607a7dfcb1ad4a0b83152e30ce20cfc5
52-
infuraEndpoint: wss://mainnet.infura.io/ws/v3/
53-
#
54-
# Example for type `url`
55-
# type: 'url'
56-
# config:
57-
# ethNodeUrl: <local eth node>

0 commit comments

Comments
 (0)