Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Due to the recent on-chain minting of the full Protein Data Bank (PDB), the size of the GenesisL1 blockchain has increased significantly. This data-heavy event resulted in a substantial boost to storage requirements and syncing time. To address this, the GenesisL1 community provides multiple streamlined methods to get a node up and running quickly — including a bootstrapped `data` folder backup that allows syncing within hours instead of several days.

> ⚠️ **IMPORTANT:**
> In **Step 2**, you will need to choone **one setup methods**: Option A or B.
> In **Step 2**, you will need to choose **one setup method**: Option **A** or **B**.

This repository is intended for those who want to join the Cronos-fork **mainnet**: `genesis_29-2`, using one of the following paths:

Expand Down
2 changes: 1 addition & 1 deletion configs/default_app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ block-stm-pre-estimate = false
[json-rpc]

# Enable defines if the gRPC server should be enabled.
enable = true
enable = false

# Address defines the EVM RPC HTTP server address to bind to.
address = "127.0.0.1:8545"
Expand Down
Loading