From 788bbab02317bf29ad70ab39e87bf8492d976cf7 Mon Sep 17 00:00:00 2001 From: verabehr Date: Fri, 19 Apr 2024 11:29:44 -0400 Subject: [PATCH] Update chain id, remove consensus params --- {racer => tumbler}/INSTRUCTIONS.md | 8 ++++---- {racer => tumbler}/genesis.json | 28 +++------------------------- 2 files changed, 7 insertions(+), 29 deletions(-) rename {racer => tumbler}/INSTRUCTIONS.md (93%) rename {racer => tumbler}/genesis.json (99%) diff --git a/racer/INSTRUCTIONS.md b/tumbler/INSTRUCTIONS.md similarity index 93% rename from racer/INSTRUCTIONS.md rename to tumbler/INSTRUCTIONS.md index 4089fa7..a50b1c7 100644 --- a/racer/INSTRUCTIONS.md +++ b/tumbler/INSTRUCTIONS.md @@ -29,8 +29,8 @@ sudo tar -C /usr/local/bin -xvzf - pigeon sudo chmod +x /usr/local/bin/pigeon ``` -6. Update the chain id id in the `~/.pigeon/config.yaml` file to `racer` -7. Optional if using: update chain id in `~/.paloma/config/client.toml` to `racer` +6. Update the chain id id in the `~/.pigeon/config.yaml` file to `tumbler` +7. Optional if using: update chain id in `~/.paloma/config/client.toml` to `tumbler` 8. Add persistent peers: add the following in Line 215 of `~/.paloma/config/config.toml` ``` @@ -38,13 +38,13 @@ ``` 9. Get new genesis ```shell - wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/mainnet/master/racer/genesis.json + wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/mainnet/master/tumbler/genesis.json ``` 10. **VERIFY SHASUM OF GENESIS** ```shell shasum -a 256 ~/.paloma/config/genesis.json ``` - --> **Expected output `57ae12350e9f38d84419dccabe283704b034db1fd16e0071243edaecad0ea9c3`** + --> **Expected output `61988e867740eb8d7c8451c7b1c77242fa6271801cddcaecc8f40f8cf7b9c95d`** 11. **RESET TO GENESIS & REMOVE DATA** ```shell palomad comet unsafe-reset-all --home $HOME/.paloma diff --git a/racer/genesis.json b/tumbler/genesis.json similarity index 99% rename from racer/genesis.json rename to tumbler/genesis.json index 3c82efe..49d2a0a 100644 --- a/racer/genesis.json +++ b/tumbler/genesis.json @@ -1,8 +1,8 @@ { "app_name": "palomad", "app_version": "v1.13.2", - "genesis_time": "2023-02-08T13:00:00Z", - "chain_id": "racer", + "genesis_time": "2024-04-19T16:00:00Z", + "chain_id": "tumbler", "initial_height": 15841320, "app_hash": "", "app_state": { @@ -240415,28 +240415,6 @@ "power": "42700049", "name": "salomonval" } - ], - "params": { - "block": { - "max_bytes": "22020096", - "max_gas": "240000000" - }, - "evidence": { - "max_age_num_blocks": "100000", - "max_age_duration": "172800000000000", - "max_bytes": "1048576" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "version": { - "app": "0" - }, - "abci": { - "vote_extensions_enable_height": "0" - } - } + ] } } \ No newline at end of file