Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sonigstae committed Apr 22, 2024
2 parents 2884de6 + 61c81e9 commit a01b25f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ https://ccvalidators.com
| Chain Name | Chain ID | Validator address | Link |
| ----------------- | -------------------------- | ------------------------------------------------------------ | --------------------- |
| `Cosmos Hub` | `cosmoshub-4` | `cosmosvaloper14qazscc80zgzx3m0m0aa30ths0p9hg8vdglqrc` | [delegate ATOM](https://wallet.keplr.app/chains/cosmos-hub?modal=validator&chain=cosmoshub-4&validator_address=cosmosvaloper14qazscc80zgzx3m0m0aa30ths0p9hg8vdglqrc) |
| `Cosmos Hub` | `cosmoshub-4` | `cosmosvaloper14qazscc80zgzx3m0m0aa30ths0p9hg8vdglqrc` | [delegate ATOM](https://wallet.keplr.app/chains/cosmos-hub?modal=staking&chain=cosmoshub-4&validator_address=cosmosvaloper14qazscc80zgzx3m0m0aa30ths0p9hg8vdglqrc&step_id=2) |
| `Osmosis` | `osmosis-1` | `osmovaloper1h2c47vd943scjlfum6yc5frvu2l279lwjep5d6` | [delegate OSMO](https://wallet.keplr.app/chains/osmosis?modal=validator&chain=osmosis-1&validator_address=osmovaloper1h2c47vd943scjlfum6yc5frvu2l279lwjep5d6) |
| `Juno` | `juno-1` | `junovaloper1ncu32g0lzhk0epzdar7smd3qv9da2n8w8mwn4k` | [delegate JUNO](https://wallet.keplr.app/chains/juno?modal=validator&chain=juno-1&validator_address=junovaloper1ncu32g0lzhk0epzdar7smd3qv9da2n8w8mwn4k) |
| `dYdX Chain` | `dydx-mainnet-1` | `dydxvaloper199fjq4rnfvz24cktl8cervx8h8e90ruk3yrrdn` | [delegate DYDX](https://wallet.keplr.app/chains/dydx?modal=validator&chain=dydx-mainnet-1&validator_address=dydxvaloper199fjq4rnfvz24cktl8cervx8h8e90ruk3yrrdn) |
Expand Down
2 changes: 1 addition & 1 deletion chains/injective/service_Genesis_File.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Genesis File (`genesis.json`) defines the initial state of a chain. We provide
**Download: [genesis.json](https://dl-eu2.ccvalidators.com/SERVICE/injective/genesis.json)**
---

- last updated: Mon Apr 22 2024 11:34:42
- last updated: Mon Apr 22 2024 12:24:52
- chain id: `injective-1`

## Instructions
Expand Down
6 changes: 3 additions & 3 deletions chains/injective/service_Live_Addressbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ CryptoCrew provides daily updated Addressbook Files (`addrbook.json`). We utiliz
**Download: [addrbook.json](https://dl-eu2.ccvalidators.com/SERVICE/injective/addrbook.json)**
---

- last updated: Mon Apr 22 2024 11:34:42
- last updated: Mon Apr 22 2024 12:24:52
- chain id: `injective-1`

- total peers (network scan): 1475
- available peers: 1208
- total peers (network scan): 1430

## Instructions
```sh
Expand Down
12 changes: 6 additions & 6 deletions chains/injective/service_Live_Peers.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions chains/injective/service_Node_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ CryptoCrew provides daily node-snapshots for the chains we validate. These snaps
injectived version: `latest`
| DOWNLOAD | date | chain id | size | height | checksum |
| -------- | ---- | -------- | ---- | ------ | -------- |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/injective/injective-1_67013379.tar.lz4)** | Mon Apr 22 2024 12:20:00 UTC | `injective-1` | 14G | 67013379 | `b8dd352c33b0ce234bc4f86e54b53b3d21fbe136576d36dd8f54ec2aaa8a044a` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/injective/injective-1_67008427.tar.lz4)** | Mon Apr 22 2024 11:19:57 UTC | `injective-1` | 14G | 67008427 | `5724a31d18e7271a6fd54f748b22242ce6c3ad0f99ace58a9d7edded14149e12` |
| **[DOWNLOAD](https://dl-eu2.ccvalidators.com/SNAPSHOTS/injective/injective-1_67003432.tar.lz4)** | Mon Apr 22 2024 10:19:36 UTC | `injective-1` | 14G | 67003432 | `e99edf0f33c08bc130987e989102e8107ec06d1082133a3ce3cf58c9f423d52a` |

---

## Download instructions
Download snapshot manually:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/injective/injective-1_67008427.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/injective/injective-1_67013379.tar.lz4"
cd $HOME/.injectived
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand All @@ -28,7 +28,7 @@ mv ./priv_validator_state.json.tmp data/priv_validator_state.json
No double disk-space needed, but slower and not possible to check checksum:
```sh
sudo apt install wget lz4
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/injective/injective-1_67008427.tar.lz4"
URL="https://dl-eu2.ccvalidators.com/SNAPSHOTS/injective/injective-1_67013379.tar.lz4"
cd $HOME/.injectived
cp data/priv_validator_state.json ./priv_validator_state.json.tmp
rm -rf data wasm
Expand Down
6 changes: 3 additions & 3 deletions chains/injective/service_State_Export.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
CryptoCrew provides automatic daily state exports for all chains we validate. State export files can be used as genesis files and are a snapshot of the current blockchain state, including all validators, accounts, balances and delegations.

---
**Download: [injective-1 state export](https://dl-eu2.ccvalidators.com/SERVICE/injective/injective-1_export_67009276.json)**
**Download: [injective-1 state export](https://dl-eu2.ccvalidators.com/SERVICE/injective/injective-1_export_67014112.json)**
---

- last updated: Mon Apr 22 2024 11:34:42
- last updated: Mon Apr 22 2024 12:24:52
- chain id: `injective-1`
- export height: `67009276`
- export height: `67014112`
- use for: airdrops, local tests, chain recovery

0 comments on commit a01b25f

Please sign in to comment.