File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33name : Mesa.eth
44
5- logoPath : ' ./src /assets/img/logo.svg'
5+ logoPath : ' ./custom /assets/img/logo.svg'
66
77templatePath : ' ./src/html/index.html'
88
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>
You can’t perform that action at this time.
0 commit comments