Skip to content

Commit

Permalink
feat: add new Warden version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrglaznyov committed Aug 5, 2024
1 parent 30426d3 commit 36a2992
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/playbook/group_vars/warden_testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ chain_id: buenavista-1
netname: warden_testnet

repo: https://github.com/warden-protocol/wardenprotocol.git
version: v0.3.0
version: v0.3.2

binary: wardend

Expand All @@ -15,13 +15,13 @@ wasm: "https://storage.mellifera.network/warden_testnet/wasm_latest.tar.lz4"
go_version: go1.21.11
cosmos_folder: '.warden'

seeds: "[email protected]:27756"
peers: "[email protected]:27756"
seeds: "[email protected]:27756"
peers: "[email protected]:27756"
custom_port_prefix: 273
service_name: wardend

state_sync_rpc: "https://warden-testnet-rpc.mellifera.network:443"
state_sync_peer: "[email protected]:27756"
state_sync_peer: "[email protected]:27756"

min_gas_price: 0.0025uward

Expand All @@ -33,4 +33,4 @@ download_cosmovisor: true
public_rpc: "https://warden-testnet-rpc.mellifera.network:443"
public_rest: "https://warden-testnet-rest.mellifera.network"
public_grpc: "warden-testnet-grpc.mellifera.network:443"
public_seed: "[email protected]:27756"
public_seed: "[email protected]:27756"

0 comments on commit 36a2992

Please sign in to comment.