Skip to content

Commit

Permalink
Merge pull request #96 from seriouscatsoserious/srs-branch
Browse files Browse the repository at this point in the history
Add 'base_download_url' keys to chain_providers.cfg to fix console error
  • Loading branch information
seriouscatsoserious authored Jun 19, 2024
2 parents 2e5668d + 95435b6 commit 94c0869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chain_providers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ version="0.4.0"
display_name="Bitnames"
description="Own one username that you use everywhere — replaces DNS, logging in, and email"
repo_url="https://github.com/LayerTwo-Labs/plain-bitnames"
base_download_url="https://releases.drivechain.info/"
download_file_linux="L2-S2-BitNames-latest-x86_64-unknown-linux-gnu.zip"
download_file_mac="L2-S2-BitNames-latest-x86_64-apple-darwin.zip"
download_file_win="L2-S2-BitNames-latest-x86_64-pc-windows-gnu.zip"
Expand Down Expand Up @@ -95,6 +96,7 @@ version="0.4.0"
display_name="BitAssets"
description="A sidechain for issuing Bit-Art (NFTs) and digital assets (ICOs, tokens)."
repo_url="https://github.com/LayerTwo-Labs/plain-bitassets"
base_download_url="https://releases.drivechain.info/"
download_file_linux="L2-S4-BitAssets-latest-x86_64-unknown-linux-gnu.zip"
download_file_mac="L2-S4-BitAssets-latest-x86_64-apple-darwin.zip"
download_file_win="L2-S4-BitAssets-latest-x86_64-pc-windows-gnu.zip"
Expand Down Expand Up @@ -185,6 +187,7 @@ version="0.4.0"
display_name="Thunder"
description="A high performance largeblock sidechain"
repo_url="https://github.com/LayerTwo-Labs/thunder-rust"
base_download_url="https://releases.drivechain.info/"
download_file_linux="L2-S9-Thunder-latest-x86_64-unknown-linux-gnu.zip"
download_file_mac="L2-S9-Thunder-latest-x86_64-apple-darwin.zip"
download_file_win="L2-S9-Thunder-latest-x86_64-pc-windows-gnu.zip"
Expand Down Expand Up @@ -215,6 +218,7 @@ version="4.02.00"
display_name="Latest Core Plus"
description="Bitcoin Core v25 + BIPS 118, 119, & 345"
repo_url="https://github.com/LayerTwo-Labs/bitcoin"
base_download_url="https://releases.drivechain.info/"
download_file_linux="L2-S11-latestCore-linux.zip"
download_file_mac=""
download_file_win=""
Expand Down

0 comments on commit 94c0869

Please sign in to comment.