Skip to content

Commit

Permalink
dymension updated
Browse files Browse the repository at this point in the history
  • Loading branch information
karloinv committed Dec 14, 2023
1 parent 9aeef73 commit 148ea48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
27 changes: 1 addition & 26 deletions docs/dymension/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ https://api.froopyland-100-1.dymension.aviaone.com
https://dymension-testnet-rest.brocha.in
```

#### Crypton:
```bash
https://api.dymension-testnet.crypton-node.tech
```

#### F5 Nodes:
```bash
https://dymension-api.f5nodes.com
```

#### kjnodes:
```bash
https://dymension-testnet.api.kjnodes.com
Expand Down Expand Up @@ -80,16 +70,6 @@ https://rpc.froopyland-100-1.dymension.aviaone.com
https://dymension-testnet-rpc.brocha.in
```

#### Crypton:
```bash
https://rpc.dymension-testnet.crypton-node.tech
```

#### F5 Nodes:
```bash
https://dymension-rpc.f5nodes.com
```

#### kjnodes:
```bash
https://dymension-testnet.rpc.kjnodes.com
Expand Down Expand Up @@ -128,14 +108,9 @@ https://dymension-testnet-rpc.polkachu.com
grpc.froopyland-100-1.dymension.aviaone.com:9098
```

#### F5 Nodes
```bash
dymension-grpc.f5nodes.com
```

#### kjnodes:
```bash
dymension-testnet.grpc.kjnodes.com:443
dymension-testnet.grpc.kjnodes.com
```

#### NodeJumper:
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="https://dymension-rpc.f5nodes.com" home={home} binary={binary} />
<LivePeers rpc="https://rpc.froopyland-100-1.dymension.aviaone.com" home={home} binary={binary} />
11 changes: 6 additions & 5 deletions docs/dymension/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ sudo systemctl restart dymd && sudo journalctl -u dymd -f -o cat

A list of Snapshots you can use:

#### Autostake
#### Brochain:
```bash
https://snapshots.autostake.com/froopyland_100-1
https://snapshots.brocha.in/dymension/snapshot-froopyland_100-1-goleveldb-1664416.tar.lz4
```

#### kjnodes
Expand All @@ -45,14 +45,15 @@ https://snapshots.kjnodes.com/dymension-testnet/snapshot_latest.tar.lz4
https://ss.nodeist.net/t/dymension/snapshot_latest.tar.lz4
```

#### NodeStake
#### Silk Nodes:
```bash
https://ss-t.dymension.nodestake.top
https://services.silknodes.io/snapshots/dymension/dymension_1653000.tar.lz4
```


#### STAVR
```bash
https://dymension.snapshot.stavr.tech
http://dymension.snapshot.stavr.tech:1019/dymension/dymension-snap.tar.lz4
```


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

export let endpoints = [
'https://dymension-rpc.f5nodes.com',
'https://dymension-testnet-rpc.brocha.in',
'https://dymension-testnet-rpc.polkachu.com',
'https://dymension-testnet.rpc.kjnodes.com',
'https://rpc-t.dymension.nodestake.top',
'https://rpc-testnet-dymension.nodeist.net',
'https://rpc.dymension-testnet.crypton-node.tech',
'https://rpc.froopyland-100-1.dymension.aviaone.com',
'https://rpc.nodejumper.io/dymensiontestnet',
'https://t-dymension.rpc.utsa.tech',
Expand Down

0 comments on commit 148ea48

Please sign in to comment.