|
1 | 1 | #######################################################################################
|
2 | 2 | ## DEFAULT CONFIG ##
|
3 | 3 | #######################################################################################
|
4 |
| -# - Defines the default configuration |
5 |
| -# - **WARNING**: Do not modify this file |
6 |
| -# - For custom config create a new file "custom/config.yaml" |
7 |
| -# - You can override in the custom file any config that is defined here |
8 |
| -# - For redefining components, or for more information, follow the instructions in ./README.md |
9 |
| - |
| 4 | +# Defines the default configuration |
| 5 | +# 🚫 WARNING 🚫: Do not modify this file |
| 6 | +# - For custom config create a new file "custom/config.yaml" |
| 7 | +# - You can override in the custom file any config that is defined here |
| 8 | +# - For redefining components, or for more information, follow the instructions in ./README.md |
| 9 | +# ⚙️Read more here: |
| 10 | +# https://github.com/gnosis/dex-react/wiki/Config |
| 11 | + |
| 12 | +# App Id |
| 13 | +# Identify the app. The IDs range from 1 until 256 |
| 14 | +# Every transaction sent to the blockchain will include the ID and some basic analytic info |
| 15 | +# |
| 16 | +# ⚠️IMPORTANT: The ID must be unique per App/Client of Gnosis Protocol: |
| 17 | +# https://github.com/gnosis/dex-react/wiki/App-Ids-for-Forks |
| 18 | +# More information about forking the web: |
| 19 | +# https://github.com/gnosis/dex-react/wiki/Fork-project |
| 20 | +# |
| 21 | +#appId: 1 |
| 22 | + |
| 23 | +# Name of the app |
10 | 24 | name: Gnosis Protocol Web
|
11 | 25 |
|
| 26 | +# Logo used for the favicon |
12 | 27 | logoPath: './src/assets/img/logo.svg'
|
13 | 28 |
|
| 29 | +# HTML template |
14 | 30 | templatePath: './src/html/index.html'
|
15 | 31 |
|
16 | 32 | # Whitelisted tokens from Gnosis Contract retrieved from a smart contract
|
@@ -89,7 +105,7 @@ disabledTokens:
|
89 | 105 | description: This token is disabled for trading and depositing. SNX will be deprecated and replaced by another token at the end of July 2020. Go to https://www.synthetix.io for more information
|
90 | 106 | reason: DEPRECATED
|
91 | 107 | url: https://docs.synthetix.io/integrations/guide/#proxy-deprecation
|
92 |
| - |
| 108 | + |
93 | 109 | - address: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
94 | 110 | name: Paxos Gold
|
95 | 111 | symbol: PAXG
|
|
0 commit comments