mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
67 lines
1.2 KiB
YAML
67 lines
1.2 KiB
YAML
app:
|
|
log_level: debug
|
|
|
|
client_urls:
|
|
binance:
|
|
dex: https://dex.binance.org
|
|
explorer: https://explorer.binance.org
|
|
assets_manager_api: "https://assets-manager-api.herokuapp.com"
|
|
|
|
urls:
|
|
tw_assets_app: https://assets.trustwalletapp.com
|
|
|
|
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"
|
|
- "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"
|