Skip to content

Commit

Permalink
Merge pull request #2490 from takenagain/sia-demo
Browse files Browse the repository at this point in the history
fix: re-enable build-time coin config fetching
  • Loading branch information
smk762 authored Nov 1, 2024
2 parents e11f2ec + 3bd7ea7 commit 994eea2
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 69,628 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ macos/kdf
android/app/.cxx/

# Coins asset files
# assets/config/coins.json # Temporarily disabled for SIA Demo
# assets/config/coins_config.json # Temporarily disabled for SIA Demo
assets/config/coins.json
assets/config/coins_config.json
assets/config/coins_ci.json
assets/coin_icons/**/*.png
!assets/coin_icons/png/sia.png
Expand Down
4 changes: 2 additions & 2 deletions app_build/build_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"api_commit_branch": "remaining-sia-swapops"
},
"coins": {
"update_commit_on_build": false,
"update_commit_on_build": true,
"bundled_coins_repo_commit": "5e49096c30ece1fd0092e34261278be7632bc09e",
"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": false,
"runtime_updates_enabled": true,
"mapped_files": {},
"mapped_folders": {
"assets/coin_icons/png/": "icons"
Expand Down
Loading

0 comments on commit 994eea2

Please sign in to comment.