Skip to content

Commit

Permalink
nibiru updated (#92)
Browse files Browse the repository at this point in the history
* nibiru updated endpoints

* nibiru updated sync
  • Loading branch information
karloinv authored Mar 7, 2024
1 parent 3ea2a7e commit 76e24d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 44 deletions.
38 changes: 3 additions & 35 deletions docs/nibiru/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,55 +17,23 @@ import TabItem from '@theme/TabItem';
<Tabs>
<TabItem value="api" label="API" default>

#### kjnodes:
```bash
https://nibiru.api.kjnodes.com
```

#### NodeStake:
```bash
https://api.nibiru.nodestake.top
```

#### Polkachu:
```bash
https://nibiru-api.polkachu.com
https://nibiru-api.f5nodes.com
```

</TabItem>
<TabItem value="rpc" label="RPC">

#### kjnodes:
```bash
https://nibiru.rpc.kjnodes.com
```

#### NodeStake:
```bash
https://rpc.nibiru.nodestake.top
```

#### Polkachu:
```bash
https://nibiru-rpc.polkachu.com
https://nibiru-rpc.f5nodes.com
```

</TabItem>
<TabItem value="grpc" label="gRPC">

#### kjnodes:
```bash
nibiru.grpc.kjnodes.com:443
```

#### NodeStake:
```bash
grpc.nibiru.nodestake.top:443
```

#### Polkachu:
```bash
nibiru-grpc.polkachu.com:19890
nibiru-grpc.f5nodes.com:9490
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/nibiru/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import MainpageMetrics from '@site/src/components/MainpageMetrics';

<MainpageMetrics rpc="https://nibiru.rpc.kjnodes.com" binary="nibid" />
<MainpageMetrics rpc="https://nibiru-rpc.f5nodes.com" binary="nibid" />

[Nibiru](https://nibiru.fi) – is a sovereign proof-of-stake blockchain, open-source decentralized platform, and member of a family of interconnected blockchains that comprise the Cosmos Ecosystem.

Expand Down
2 changes: 1 addition & 1 deletion docs/nibiru/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export let home = 'nibid';

export let binary = 'nibid';

<LivePeers rpc="https://nibiru.rpc.kjnodes.com" home={home} binary={binary} />
<LivePeers rpc="https://nibiru-rpc.f5nodes.com" home={home} binary={binary} />
11 changes: 5 additions & 6 deletions docs/nibiru/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ description: Snapshot

> When a new node joins a network, it can use a snapshot — a compressed backup of the chain's data — to quickly synchronize with the current state. Snapshots expedite the process, reducing the need to download and verify every transaction from the beginning.
import Snapshots from '@site/src/components/Snapshots';

<Snapshots tip="Click on any snapshot to paste it into the code block." endpoint="https://nibiru-snapshots.f5nodes.com/"/>

:::info
Choose a snapshot from the list and run the commands below. Don't forget to change `snapshot_url`.
Snapshots are taken every <i>6 hours</i>.
:::

```bash
Expand All @@ -27,11 +31,6 @@ mv $HOME/.nibid/priv_validator_state.json.backup $HOME/.nibid/data/priv_validato
sudo systemctl restart nibid && sudo journalctl -u nibid -f -o cat
```

A list of Snapshots you can use:

#### kjnodes
```bash
https://snapshots.kjnodes.com/nibiru/snapshot_latest.tar.lz4
```


3 changes: 2 additions & 1 deletion docs/nibiru/sync/state-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import SelectPaste from '@site/src/components/SelectPaste';
import { stateSync } from '@site/src/components/SelectPaste/stateSync.ts';

export let endpoints = [
'https://nibiru.rpc.kjnodes.com',
'https://nibiru-rpc.f5nodes.com',
'https://nibiru.rpc.kjnodes.com',
'https://rpc.nibiru.nodestake.top',
'https://nibiru-rpc.polkachu.com',
];
Expand Down

0 comments on commit 76e24d2

Please sign in to comment.