diff --git a/gaia-8000-rc0/README.md b/gaia-8000-rc0/README.md new file mode 100644 index 0000000..dd75831 --- /dev/null +++ b/gaia-8000-rc0/README.md @@ -0,0 +1,16 @@ +# gaia-8000-rc0 + +Internal testnet only. You should be running the SDK version tagged `v0.24.0-rc0`: + +```bash +$ gaiad version +0.24.0-0b2bf8f3 +``` + +Submit genesis transactions to this folder: + +```bash +gaiad init gen-tx --name [name] +``` + +Make sure to only copy the `gen-tx-file` substructure! diff --git a/gaia-8000-rc0/cwgoes.json b/gaia-8000-rc0/cwgoes.json new file mode 100644 index 0000000..1499dfd --- /dev/null +++ b/gaia-8000-rc0/cwgoes.json @@ -0,0 +1,17 @@ +{ + "node_id": "1968f1de13faea086055f02ccde30260a688dde2", + "ip": "54.39.17.69", + "validator": { + "pub_key": { + "type": "tendermint/PubKeyEd25519", + "value": "hQQcUZXHqRBdVYj/xt8gqZxu8USYIch9eNL9vlpJCSw=" + }, + "power": "100", + "name": "" + }, + "app_gen_tx": { + "name": "cwgoes", + "address": "cosmosaccaddr1wca2elvww0tjgcz2kcqzflyd6k6fd36wtrn4e5", + "pub_key": "cosmosaccpub1zcjduepqs5zpc5v4c753qh243rludheq4xwxau2ynqsusltc6t7mukjfpykq647spe" + } +}