Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'base_download_url' keys to chain_providers.cfg to fix console error #96

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading