Skip to content

Commit

Permalink
feat: add config for kyve mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrglaznyov committed Jun 25, 2024
1 parent f5dc724 commit 1cae302
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ python crun.py

- Lava testnet
- Warden testnet
- Kyve mainnet


Check more how it works with our [services](https://services.mellifera.network/)
Expand Down
32 changes: 32 additions & 0 deletions resources/playbook/group_vars/kyve_mainnet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
chain_id: kyve-1
netname: kyve_mainnet

repo: https://github.com/KYVENetwork/chain.git
version: v1.4.0

binary: kyved

genesis: https://storage.mellifera.network/kyve_mainnet/genesis.json
addressbook: https://storage.mellifera.network/kyve_mainnet/addrbook.json
snapshot: https://storage.mellifera.network/kyve_mainnet/snapshot_latest.tar.lz4
download_binary_url: "https://storage.mellifera.network/bins/kyve_mainnet/{{ version }}/kyved"

go_version: go1.20.11
cosmos_folder: '.kyve'

seeds: "[email protected]:18356"
peers: "[email protected]:18356"
custom_port_prefix: 183
service_name: kyved

state_sync_rpc: "https://kyve-mainnet-rpc.mellifera.network:443"
state_sync_peer: "[email protected]:18356"

download_binary: true
download_cosmovisor: true

# public endpoints
public_rpc: "https://kyve-mainnet-rpc.mellifera.network:443"
public_rest: "https://kyve-mainnet-rest.mellifera.network:443"
public_grpc: "kyve-mainnet-grpc.mellifera.network:443"
public_seed: "[email protected]:18356"

0 comments on commit 1cae302

Please sign in to comment.