2021-11-22 20:34:56 +00:00
|
|
|
app:
|
2021-12-13 18:29:16 +00:00
|
|
|
log_level: debug
|
2021-11-22 20:34:56 +00:00
|
|
|
|
|
|
|
client_urls:
|
2021-12-09 18:55:31 +00:00
|
|
|
binance:
|
2021-12-10 13:58:39 +00:00
|
|
|
dex: https://dex.binance.org
|
2021-12-09 18:55:31 +00:00
|
|
|
explorer: https://explorer.binance.org
|
2022-01-20 13:51:37 +00:00
|
|
|
assets_manager_api: "https://assets-manager-api.herokuapp.com"
|
2021-11-22 20:34:56 +00:00
|
|
|
|
2021-12-09 19:23:22 +00:00
|
|
|
urls:
|
|
|
|
tw_assets_app: https://assets.trustwalletapp.com
|
|
|
|
|
2021-11-22 20:34:56 +00:00
|
|
|
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"
|
2021-12-19 21:39:53 +00:00
|
|
|
- "internal"
|
2021-11-22 20:34:56 +00:00
|
|
|
- "go.mod"
|
|
|
|
- "go.sum"
|
2021-12-19 21:39:53 +00:00
|
|
|
- ".golangci.yml"
|
|
|
|
- "Makefile"
|
2022-01-07 11:45:16 +00:00
|
|
|
- "bin"
|
2021-11-22 20:34:56 +00:00
|
|
|
skip_files:
|
|
|
|
- "node_modules"
|
|
|
|
|
|
|
|
chain_folder:
|
|
|
|
allowed_files:
|
|
|
|
- "assets"
|
|
|
|
- "tokenlist.json"
|
|
|
|
- "validators"
|
|
|
|
- "info"
|
|
|
|
|
2021-11-24 17:54:00 +00:00
|
|
|
asset_folder:
|
|
|
|
allowed_files:
|
|
|
|
- "logo.png"
|
|
|
|
- "info.json"
|
|
|
|
|
2021-11-22 20:34:56 +00:00
|
|
|
chain_info_folder:
|
|
|
|
has_files:
|
|
|
|
- "logo.png"
|
|
|
|
- "info.json"
|
|
|
|
|
2021-11-24 17:54:00 +00:00
|
|
|
chain_validators_asset_folder:
|
|
|
|
has_files:
|
|
|
|
- "logo.png"
|
|
|
|
|
2021-11-22 20:34:56 +00:00
|
|
|
dapps_folder:
|
|
|
|
ext: ".png"
|