-
Notifications
You must be signed in to change notification settings - Fork 217
/
Copy pathbuild_config.json
35 lines (35 loc) · 1.25 KB
/
build_config.json
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
{
"api": {
"api_commit_hash": "8206c6ef61ee5c0f697fab5fcfd7256e3ebe13ac",
"branch": "main",
"fetch_at_build_enabled": true,
"source_urls": [
"https://api.github.com/repos/KomodoPlatform/komodo-defi-framework",
"https://sdk.devbuilds.komodo.earth"
],
"platforms": {
"web": {
"matching_keyword": "wasm",
"valid_zip_sha256_checksums": [
"f82e330a8d9bc1c2011604648233922cf216a732858c5a6a935ad77a286b1993"
],
"path": "web/src/mm2"
}
}
},
"coins": {
"update_commit_on_build": true,
"bundled_coins_repo_commit": "b27db8e6e1c6a9264219fef8292811122538088a",
"coins_repo_api_url": "https://api.github.com/repos/KomodoPlatform/coins",
"coins_repo_content_url": "https://raw.githubusercontent.com/KomodoPlatform/coins",
"coins_repo_branch": "master",
"runtime_updates_enabled": true,
"mapped_files": {
"assets/config/coins_config.json": "utils/coins_config_unfiltered.json",
"assets/config/coins.json": "coins"
},
"mapped_folders": {
"assets/coin_icons/png/": "icons"
}
}
}