Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dymension updated #83

Merged
merged 3 commits into from
Feb 6, 2024
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
95 changes: 95 additions & 0 deletions docs/dymension/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,107 @@ import TabItem from '@theme/TabItem';
<Tabs>
<TabItem value="api" label="API" default>


#### Kalia Network:
```bash
https://dymension-api.kalia.network
```

#### kjnodes:
```bash
https://dymension-testnet.api.kjnodes.com
```

#### Kynraze:
```bash
https://dymension-api.kynraze.com
```

#### Lavender.Five:
```bash
https://dymension-api.lavenderfive.com
```

#### NodeJumper:
```bash
https://rest.nodejumper.io/dymension
```

#### NodeStake:
```bash
https://api.dymension.nodestake.org
```

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

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

#### Kalia Network:
```bash
https://dymension-rpc.kalia.network
```

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

#### Kynraze:
```bash
https://dymension-rpc.kynraze.com
```

#### Lavender.Five:
```bash
https://dymension-rpc.lavenderfive.com
```

#### NodeJumper:
```bash
https://rpc.nodejumper.io/dymension
```

#### NodeStake:
```bash
https://rpc.dymension.nodestake.org
```

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

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


#### kjnodes:
```bash
dymension.grpc.kjnodes.com
```

#### Kynraze:
```bash
dymension-grpc.kynraze.com:77
```

#### Lavender.Five:
```bash
dymension-grpc.lavenderfive.com
```

#### NodeStake:
```bash
grpc.dymension.nodestake.org
```

#### Polkachu:
```bash
dymension-grpc.polkachu.com:20590
```
</TabItem>
</Tabs>
2 changes: 1 addition & 1 deletion docs/dymension/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="" binary="dymd" />
<MainpageMetrics rpc="https://rpc.dymension.nodestake.org" binary="dymd" />

[Dymension](https://dymension.xyz/) is a modular blockchain built for RollApps, or application-specific rollups. The protocol has two main functions:
- acting as a settlement layer for RollApps;
Expand Down
6 changes: 5 additions & 1 deletion docs/dymension/sync/addrbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ import SelectPaste from '@site/src/components/SelectPaste';
import { addrBook } from '@site/src/components/SelectPaste/addrBook.ts';

export let endpoints = [
'',
'https://snapshots.kjnodes.com/dymension/addrbook.json',
'https://snapshots.kynraze.com/file/dymension/addrbook.json',
'https://snapshots.nodejumper.io/dymension/addrbook.json',
'https://ss.dymension.nodestake.org/addrbook.json',
'https://snapshots.polkachu.com/addrbook/dymension/addrbook.json',
];

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

export let binary = 'dymd';

<LivePeers rpc="" home={home} binary={binary} />
<LivePeers rpc="https://rpc.dymension.nodestake.org" home={home} binary={binary} />
4 changes: 4 additions & 0 deletions docs/dymension/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ sudo systemctl restart dymd && sudo journalctl -u dymd -f -o cat

A list of Snapshots you can use:

#### Nodejumper:

```bash
https://snapshots.nodejumper.io/dymension/dymension_latest.tar.lz4
```



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

export let endpoints = [
'',
'https://dymension-rpc.kalia.network',
'https://dymension.rpc.kjnodes.com',
'https://dymension-rpc.kynraze.com',
'https://dymension-rpc.lavenderfive.com',
'https://rpc.nodejumper.io/dymension',
'https://rpc.dymension.nodestake.org',
'https://dymension-rpc.polkachu.com',
];

export let home = 'dymension';
Expand Down
6 changes: 6 additions & 0 deletions docs/dymension/useful-tools/explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ description: Explorers

| Name | Layer | Network | URL |
| --- | --- | --- | --- |
| kjnodes | Cosmos | froopyland_100-1 | https://explorer.kjnodes.com/dymension |
| NodeStake | Cosmos | froopyland_100-1 | https://explorer.nodestake.org/dymension |
| Nodes.Guru | Cosmos | froopyland_100-1 | https://dymension.explorers.guru |
| StakeMe | Cosmos | froopyland_100-1 | https://dymension.exploreme.pro |
| UTSA | Cosmos | froopyland_100-1 | https://exp.utsa.tech/dymension |

3 changes: 2 additions & 1 deletion docs/dymension/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ To contribute your own resource, simply click on **Edit this page** at the botto

| Contribution | Description | Author | Date added/updated |
| --- | --- | --- | --- |

| [Chain Information Platform](https://cosmos.directory/dymension) | This platform provides information about the network, validators, public nodes, etc. | [ECO Stake](https://github.com/eco-stake) | 2024-02-06 |
| [Monitoring Tool](https://github.com/nodejumper-org/monitoring-tool) | A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. | [NodeJumper](https://github.com/nodejumper-org) | 2024-02-06 |
3 changes: 3 additions & 0 deletions docs/dymension/useful-tools/telegram-bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ To contribute your own resource, simply click on **Edit this** page at the botto

| Name | Description | Author | Date added/updated |
| --- | --- | --- | --- |
| [Proposal Bot](https://t.me/nodejumper_governance_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [NodeJumper](https://github.com/nodejumper-org) | 2024-02-06 |
| [Proposal Bot](https://t.me/kjnodes_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [kjnodes](https://github.com/kj89) | 2024-02-06 |


Loading