Skip to content

Commit 655ba7f

Browse files
rista404themicp
andauthored
docs: update working rpc/lcd/grpc endpoints and explorers (#1441)
Co-authored-by: Themis Papameletiou <themicp@gmail.com>
1 parent b9a2a83 commit 655ba7f

2 files changed

Lines changed: 37 additions & 89 deletions

File tree

src/content/docs/validator/setup/manual.mdx

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,22 +170,24 @@ sed -i.bak 's/external_address = \"\"/external_address = \"'"$(curl -4 ifconfig.
170170
171171
## Sync From Snapshot
172172
173+
### Mainnet
174+
175+
Pick a snapshot provider:
176+
173177
<tabs>
174-
<tab-item title="Mainnet">
178+
<tab-item title="Posthuman">
175179
```bash
176-
axelard tendermint unsafe-reset-all
177-
URL=\`curl -L https://quicksync.io/axelar.json | jq -r '.[] |select(.file=="axelar-dojo-1-pruned")|.url'\`
178-
echo $URL
180+
axelard tendermint unsafe-reset-all
179181
cd $HOME/.axelar/
180-
wget -O - $URL | lz4 -d | tar -xvf -
182+
wget -O - https://snapshots.axelar.posthuman.digital/data_latest.tar.lz4 | lz4 -d | tar -xvf -
181183
cd $HOME
182184
```
183185

184186
</tab-item>
185-
<tab-item title="Testnet">
187+
<tab-item title="QuickSync">
186188
```bash
187189
axelard tendermint unsafe-reset-all
188-
URL=\`curl -L https://quicksync.io/axelar.json | jq -r '.[] |select(.file=="axelartestnet-lisbon-3-pruned")|.url'\`
190+
URL=\`curl -L https://quicksync.io/axelar.json | jq -r '.[] |select(.file=="axelar-dojo-1-pruned")|.url'\`
189191
echo $URL
190192
cd $HOME/.axelar/
191193
wget -O - $URL | lz4 -d | tar -xvf -
@@ -195,6 +197,17 @@ cd $HOME
195197
</tab-item>
196198
</tabs>
197199

200+
### Testnet
201+
202+
```bash
203+
axelard tendermint unsafe-reset-all
204+
URL=`curl -L https://quicksync.io/axelar.json | jq -r '.[] |select(.file=="axelartestnet-lisbon-3-pruned")|.url'`
205+
echo $URL
206+
cd $HOME/.axelar/
207+
wget -O - $URL | lz4 -d | tar -xvf -
208+
cd $HOME
209+
```
210+
198211
## Create services
199212

200213
Use `systemctl` to set up services for `axelard`, `tofnd`, `vald`.

src/data/resources.json

Lines changed: 17 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,13 @@
2020
"title": "Mintscan",
2121
"value": "https://www.mintscan.io/axelar"
2222
},
23-
{
24-
"title": "Big Dipper",
25-
"value": "https://axelar-mainnet.chainode.tech"
26-
},
27-
{
28-
"title": "Metrika",
29-
"value": "https://app.metrika.co/dashboard/axelar"
30-
},
3123
{
3224
"title": "Atomscan",
3325
"value": "https://atomscan.com/axelar"
3426
},
3527
{
3628
"title": "Ping.Pub",
3729
"value": "https://ping.pub/axelar"
38-
},
39-
{
40-
"title": "ScanRun (beta)",
41-
"value": "https://scanrun.io/axelar"
4230
}
4331
]
4432
},
@@ -58,9 +46,6 @@
5846
{
5947
"name": "RPC endpoints",
6048
"value": [
61-
{
62-
"value": "https://rpc-axelar.imperator.co:443"
63-
},
6449
{
6550
"value": "https://axelar-rpc.pops.one:443"
6651
},
@@ -75,15 +60,18 @@
7560
},
7661
{
7762
"value": "https://axelar.publicnode.com:443"
63+
},
64+
{
65+
"value": "https://axelar.rpc.stakin-nodes.com:443"
66+
},
67+
{
68+
"value": "https://rpc.axelar.posthuman.digital:443"
7869
}
7970
]
8071
},
8172
{
8273
"name": "LCD endpoints",
8374
"value": [
84-
{
85-
"value": "https://lcd-axelar.imperator.co"
86-
},
8775
{
8876
"value": "https://axelar-lcd.qubelabs.io"
8977
},
@@ -94,52 +82,35 @@
9482
"value": "https://api-axelar.validatrium.club"
9583
},
9684
{
97-
"value": "https://axelar-archrest.chainode.tech"
85+
"value": "https://axelar.rest.stakin-nodes.com"
86+
},
87+
{
88+
"value": "https://rest.axelar.posthuman.digital"
9889
}
9990
]
10091
},
10192
{
10293
"name": "gRPC endpoints",
10394
"value": [
104-
{
105-
"value": "grpc-axelar.imperator.co:443"
106-
},
107-
{
108-
"value": "axelar-archgrpc.chainode.tech"
109-
},
110-
{
111-
"value": "axelar-grpc.quickapi.com"
112-
},
11395
{
11496
"value": "axelar-grpc.polkachu.com:15190"
11597
},
11698
{
11799
"value": "axelar-grpc.qubelabs.io:9092"
118-
}
119-
]
120-
},
121-
{
122-
"name": "Archival endpoints",
123-
"value": [
124-
{
125-
"value": "https://axelar-archrpc.chainode.tech"
126100
},
127101
{
128-
"value": "https://axelar-archrest.chainode.tech"
102+
"value": "axelar.grpc.stakin-nodes.com:443"
129103
},
130104
{
131-
"value": "https://axelar-archgrpc.chainode.tech"
132-
},
133-
{
134-
"value": "https://axelar-archgrpcweb.chainode.tech"
105+
"value": "grpc.axelar.posthuman.digital:443"
135106
}
136107
]
137108
},
138109
{
139110
"name": "Websocket",
140111
"value": [
141112
{
142-
"value": "wss://rpc-axelar.imperator.co/websocket"
113+
"value": "wss://axelar-rpc.pops.one/websocket"
143114
}
144115
]
145116
}
@@ -177,67 +148,34 @@
177148
{
178149
"title": "Discord faucet bot",
179150
"value": "https://discord.com/channels/770814806105128977/1002423218772136056"
180-
},
181-
{
182-
"title": "Axelar faucet",
183-
"value": "https://faucet.testnet.axelar.dev"
184-
},
185-
{
186-
"title": "Faucet by All That Node",
187-
"value": "https://www.allthatnode.com/faucet/axelar.dsrv"
188-
}
189-
]
190-
},
191-
{
192-
"name": "REST API docs",
193-
"value": [
194-
{
195-
"title": "Swagger",
196-
"value": "https://lcd-axelar-testnet.imperator.co/static/"
197-
},
198-
{
199-
"title": "OpenAPI",
200-
"value": "https://lcd-axelar-testnet.imperator.co/static/openapi/"
201151
}
202152
]
203153
},
204154
{
205155
"name": "RPC endpoints",
206156
"value": [
207157
{
208-
"value": "https://rpc-axelar-testnet.imperator.co:443"
158+
"value": "https://axelar-testnet-rpc.qubelabs.io:443"
209159
},
210160
{
211-
"value": "https://axelar-rpc-1.staketab.org:443"
161+
"value": "https://axelar-testnet-rpc.polkachu.com:443"
212162
},
213163
{
214-
"value": "https://axelar-testnet-rpc.qubelabs.io:443"
164+
"value": "https://tm.axelar-testnet.lava.build:443"
215165
}
216166
]
217167
},
218168
{
219169
"name": "LCD endpoints",
220170
"value": [
221-
{
222-
"value": "https://lcd-axelar-testnet.imperator.co"
223-
},
224-
{
225-
"value": "https://axelar-rest-1.staketab.org"
226-
},
227171
{
228172
"value": "https://axelar-testnet-lcd.qubelabs.io"
229-
},
230-
{
231-
"value": "https://axelar-archrest.chainode.tech"
232173
}
233174
]
234175
},
235176
{
236177
"name": "gRPC endpoints",
237-
"value": [
238-
{
239-
"value": "axelar-archgrpc.chainode.tech:443"
240-
},
178+
"value": [
241179
{
242180
"value": "grpc.axelar-testnet.lava.build:443"
243181
}
@@ -248,9 +186,6 @@
248186
"value": [
249187
{
250188
"value": "wss://tm.axelar-testnet.lava.build/websocket"
251-
},
252-
{
253-
"value": "wss://rpc-axelar-testnet.imperator.co/websocket"
254189
}
255190
]
256191
}

0 commit comments

Comments
 (0)