Skip to content

Commit 7f3e0cf

Browse files
Update wrappers/python/demo/test.py
Co-authored-by: Wade Barnes <[email protected]> Signed-off-by: Sylvain Martel <[email protected]>
1 parent ac8e4fb commit 7f3e0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/python/demo/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def get_script_dir():
234234

235235
def download_bcovrin_testnet_genesis_file():
236236
genesis_file_url = (
237-
"https://raw.githubusercontent.com/bcgov/von-network/refs/heads/main/BCovrin/genesis_test"
237+
"http://test.bcovrin.vonx.io/genesis"
238238
)
239239
target_local_path = f"{get_script_dir()}/genesis_bcovrin_testnet.txn"
240240
urllib.request.urlretrieve(genesis_file_url, target_local_path)

0 commit comments

Comments
 (0)