-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathsmartrouter_lava.yml
More file actions
30 lines (27 loc) · 1015 Bytes
/
smartrouter_lava.yml
File metadata and controls
30 lines (27 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Smart Router Direct RPC Configuration (Lava local node)
# Mode: Direct connections to local lavad endpoints (no Lava providers!)
#
# This file is generated by: scripts/pre_setups/init_lava_smartrouter_lava.sh
endpoints:
- network-address: "0.0.0.0:3360"
chain-id: "LAV1"
api-interface: "rest"
direct-rpc:
# 3 upstream REST endpoints (all pointing at the same local node by default)
# This matches the ETH direct-RPC scripts pattern and is useful for testing selection/failover logic.
- name: "lava-local-rest-1"
chain-id: "LAV1"
api-interface: "rest"
node-urls:
- url: "https://g.w.lavanet.xyz:443/gateway/lava/rest/4926f3fd246058892909cdda0c88f8c7"
skip-verifications:
- chain-id
- pruning
- name: "lava-local-rest-2"
chain-id: "LAV1"
api-interface: "rest"
node-urls:
- url: "https://g.w.lavanet.xyz:443/gateway/lava/rest/4926f3fd246058892909cdda0c88f8c7"
skip-verifications:
- chain-id
- pruning