forked from trustwallet/assets
-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathassets.config.yaml
71 lines (62 loc) · 1.34 KB
/
assets.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
app:
log_level: "debug"
client_urls:
binance:
dex: "https://dex.binance.org"
explorer: "https://explorer.binance.org"
assets_manager_api: "https://assets.trustwallet.com/api"
urls:
assets_app: "https://assets-cdn.trustwallet.com"
logo: "https://trustwallet.com/assets/images/favicon.png"
time_format: "2006-01-02T15:04:05.000000"
validators_settings:
root_folder:
allowed_files:
- ".github"
- "blockchains"
- "dapps"
- "media"
- "node_modules"
- "script-old"
- "script"
- "test"
- ".gitignore"
- "azure-pipelines.yml"
- "jest.config.js"
- "LICENSE"
- "package-lock.json"
- "package.json"
- "README.md"
- ".git"
- ".eslintignore"
- ".eslintrc.js"
- "cmd"
- "internal"
- "go.mod"
- "go.sum"
- ".golangci.yml"
- "Makefile"
- "bin"
skip_files:
- "node_modules"
chain_folder:
allowed_files:
- "assets"
- "tokenlist.json"
- "chainlist.json"
- "tokenlist-extended.json"
- "validators"
- "info"
asset_folder:
allowed_files:
- "logo.png"
- "info.json"
chain_info_folder:
has_files:
- "logo.png"
- "info.json"
chain_validators_asset_folder:
has_files:
- "logo.png"
dapps_folder:
ext: ".png"