NibiruChain / Networks

Configurations and setup instructions for devnet, testnet(s), and mainnet
10 stars 37 forks source link

docs(testnet): Update docs for nibiru-testnet-3 #7

Closed NibiruHeisenberg closed 2 years ago

NibiruHeisenberg commented 2 years ago
wakkadojo commented 2 years ago

Once you have persistent peers can't you pull the genesis from the rpc something like

curl $(head -1 persistent_peers.txt | sed 's/.*@\(.*\):.*/\1/'):26657/genesis | jq '.result.genesis'

NibiruHeisenberg commented 2 years ago

Once you have persistent peers can't you pull the genesis from the rpc something like

curl $(head -1 persistent_peers.txt | sed 's/.*@\(.*\):.*/\1/'):26657/genesis | jq '.result.genesis'

Yep you can! That's another neat way to do it.