Skip to content

Commit

Permalink
bump seed & statesync peer
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Nov 14, 2024
1 parent c95873c commit 3fe62e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ See the `deploy.yml` example file in each chain directory which details the mini

### Running locally/any docker host

See the `docker-compose.yml` example file in each chain directory to run each node using `docker-compose up`.
See the `docker-compose.yml` example file in each chain directory to run each node using `docker-compose up`. Note that the release images only supports amd64 platforms. You will have to manually compile the o-line image for the arm64 platform.

## Snapshots

Expand All @@ -81,13 +81,13 @@ See the [_examples](./_examples) directory for some common setups, including:
Cosmos blockchains can be configured entirely using environment variables instead of the config files.
Every chain has its own prefix, but the format of the configuration is the same.

For example to configure the `seeds` option in the `p2p` section of `config.toml`, for the Akash blockchain:
For example to configure the `seeds` option in the `p2p` section of `config.toml`, for Terp Network:

```
```yml
TERP_P2P_SEEDS=id@node:26656
```

The namespace for each of the supported chains in the cosmos omnibus can be found in the `README` in each project directory.
<!-- The namespace for each of the supported chains in the cosmos omnibus can be found in the `README` in each project directory. -->

The omnibus images allow some specific variables and shortcuts to configure extra functionality, detailed below.

Expand Down
2 changes: 2 additions & 0 deletions terpnetwork/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ services:
environment:
- MONIKER=node_1
- CHAIN_ID=morocco-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/chain.json
- GENESIS_URL=https://raw.githubusercontent.com/terpnetwork/networks/main/mainnet/morocco-1/genesis.json
- P2P_PERSISTENT_PEERS=a81dc3bf1bb1c3837b768eeb82659eecc971890b@terp-mainnet-peer.itrocket.net:13656
- P2P_SEEDS=d8256642afae77264bcce1631d51233a9d00249b@terp-mainnet-seed.itrocket.net:13656
# - SNAPSHOT_WASM_PATH=wasm
env_file:
- ../.env
Expand Down
3 changes: 2 additions & 1 deletion terpnetwork/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ services:
- MONIKER=my-moniker-1
- CHAIN_ID=morocco-1
- GENESIS_URL=https://raw.githubusercontent.com/terpnetwork/networks/main/mainnet/morocco-1/genesis.json
- P2P_SEEDS=d8256642afae77264bcce1631d51233a9d00249b@terp-mainnet-seed.itrocket.net:13656
# state-sync
- FASTSYNC_VERSION=v0
- STATESYNC_RPC_SERVERS=<https://terp-mainnet-rpc.itrocket.net:443,https://terp.rpc.m.anode.team:443>
- STATESYNC_RPC_SERVERS=<https://terp-mainnet-rpc.itrocket.net:443,https://terp.rpc.m.anode.team:443,https://rpc.terp.aknodes.net:443>
# pruning options
- PRUNING_CUSTOM=1
- PRUNING_KEEP_RECENT=100000
Expand Down

0 comments on commit 3fe62e9

Please sign in to comment.