2021-11-22 20:34:56 +00:00
|
|
|
app:
|
2022-01-27 23:59:22 +00:00
|
|
|
log_level: "debug"
|
2021-11-22 20:34:56 +00:00
|
|
|
|
|
|
|
client_urls:
|
2021-12-09 18:55:31 +00:00
|
|
|
binance:
|
2022-01-27 23:59:22 +00:00
|
|
|
dex: "https://dex.binance.org"
|
|
|
|
explorer: "https://explorer.binance.org"
|
|
|
|
assets_manager_api: "https://api.assets.trustwallet.com"
|
2021-11-22 20:34:56 +00:00
|
|
|
|
2021-12-09 19:23:22 +00:00
|
|
|
urls:
|
2022-05-26 14:55:41 +00:00
|
|
|
assets_app: "https://assets-cdn.trustwallet.com"
|
2022-01-27 23:59:22 +00:00
|
|
|
logo: "https://trustwallet.com/assets/images/favicon.png"
|
|
|
|
|
|
|
|
time_format: "2006-01-02T15:04:05.000000"
|
2021-12-09 19:23:22 +00:00
|
|
|
|
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"
|
2022-01-27 23:59:22 +00:00
|
|
|
- "tokenlist-extended.json"
|
2021-11-22 20:34:56 +00:00
|
|
|
- "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"
|