We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8e4fb commit 7f3e0cfCopy full SHA for 7f3e0cf
wrappers/python/demo/test.py
@@ -234,7 +234,7 @@ def get_script_dir():
234
235
def download_bcovrin_testnet_genesis_file():
236
genesis_file_url = (
237
- "https://raw.githubusercontent.com/bcgov/von-network/refs/heads/main/BCovrin/genesis_test"
+ "http://test.bcovrin.vonx.io/genesis"
238
)
239
target_local_path = f"{get_script_dir()}/genesis_bcovrin_testnet.txn"
240
urllib.request.urlretrieve(genesis_file_url, target_local_path)
0 commit comments