trustwallet-assets/.github/assets.config.yaml

71 lines
1.3 KiB
YAML
Raw Normal View History

app:
log_level: "debug"
client_urls:
2021-12-09 18:55:31 +00:00
binance:
dex: "https://dex.binance.org"
explorer: "https://explorer.binance.org"
assets_manager_api: "https://api.assets.trustwallet.com"
urls:
assets_app: "https://assets.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"
- "tokenlist-extended.json"
- "validators"
- "info"
2021-11-24 17:54:00 +00:00
asset_folder:
allowed_files:
- "logo.png"
- "info.json"
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"
dapps_folder:
ext: ".png"