-
Notifications
You must be signed in to change notification settings - Fork 212
/
build_config.json
77 lines (77 loc) · 2.97 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"api": {
"api_commit_hash": "35e92394928825c337f246f8e19fbfab1f65c4a8",
"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": [
"b29dd447cbc6a116c31cac8e222732e74b9cc28bbd43cb0e141ccced9c75492b"
],
"path": "web/src/mm2"
},
"ios": {
"matching_keyword": "ios-aarch64",
"valid_zip_sha256_checksums": [
"e44e3dd81b35e739afce30628373ac4e9dc85e665954f2084725ca9a45678b77"
],
"path": "ios"
},
"macos": {
"matching_keyword": "Darwin-Release",
"valid_zip_sha256_checksums": [
"71dd75505781d531fd1b4e2621b91aeee253ff6ac8501059773a9a82452a5b3f"
],
"path": "macos"
},
"windows": {
"matching_keyword": "Win64",
"valid_zip_sha256_checksums": [
"27a4b10b4016d3ef04989b9b1ad8bb94db503efe50edac9e259482fff84e4213"
],
"path": "windows/runner/exe"
},
"android-armv7": {
"matching_keyword": "android-armv7",
"valid_zip_sha256_checksums": [
"51c15be880abeddf24c34e5c802fd0a1ebacc7acde87b686f15bffabb1ae836d"
],
"path": "android/app/src/main/cpp/libs/armeabi-v7a"
},
"android-aarch64": {
"matching_keyword": "android-aarch64",
"valid_zip_sha256_checksums": [
"37ef40e6b5d2a91c24d097ccbe4ac7e29e1dc65aa3940d93b5530fc54aac5577"
],
"path": "android/app/src/main/cpp/libs/arm64-v8a"
},
"linux": {
"matching_keyword": "Linux-Release",
"valid_zip_sha256_checksums": [
"8993a0d31ef7a3554089be77b0c587bae3e7a1aa075bd1ca9ae6db6b96ae0c31"
],
"path": "linux/mm2"
}
}
},
"coins": {
"update_commit_on_build": true,
"bundled_coins_repo_commit": "bc7e8a7dcb4e3616331b4d6224b2cf46b26e0105",
"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"
}
}
}