diff --git a/allocmd/templates/config.yaml.j2 b/allocmd/templates/config.yaml.j2 index 4962e5c..67fb9fd 100644 --- a/allocmd/templates/config.yaml.j2 +++ b/allocmd/templates/config.yaml.j2 @@ -1,10 +1,10 @@ # place all worker configuration variables here name: {{ name }} -faucet_url: https://faucet.testnet.allora.network:8443/ +faucet_url: https://faucet.testnet.allora.network/ worker: - boot_nodes: /dns4/heads.testnet.allora.network/tcp/9010/p2p/12D3KooWGAA1C2UNyj51QaGX5aXnVzRqeaqhyhUFFJixdqshwWC3 - chain_rpc_address: https://allora-rpc.testnet.allora.network:8443/ + boot_nodes: /dns4/head-0.testnet.allora.network/tcp/9010/p2p/12D3KooWGAA1C2UNyj51QaGX5aXnVzRqeaqhyhUFFJixdqshwWC3 + chain_rpc_address: https://allora-rpc.testnet.allora.network/ chain_topic_id: {{ topic_id }} mnemonic: "" hex_coded_pk: "" diff --git a/allocmd/utilities/constants.py b/allocmd/utilities/constants.py index ef9c6eb..bd10199 100644 --- a/allocmd/utilities/constants.py +++ b/allocmd/utilities/constants.py @@ -1,2 +1,2 @@ -cliVersion = "0.2.3" +cliVersion = "0.2.5"