Skip to content

Commit

Permalink
Merge branch 'PRT-add-headers-to-debug-relays' into v2-5-3-hf
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Aug 25, 2024
2 parents 44fb897 + 3032b2b commit 0459d21
Show file tree
Hide file tree
Showing 59 changed files with 2,228 additions and 458 deletions.
23 changes: 23 additions & 0 deletions config/consumer_examples/lava_consumer_static_peers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
endpoints:
- chain-id: LAV1
api-interface: rest
network-address: 127.0.0.1:3360
- chain-id: LAV1
api-interface: tendermintrpc
network-address: 127.0.0.1:3361
- chain-id: LAV1
api-interface: grpc
network-address: 127.0.0.1:3362
static-providers:
- api-interface: tendermintrpc
chain-id: LAV1
node-urls:
- url: 127.0.0.1:2220
- api-interface: grpc
chain-id: LAV1
node-urls:
- url: 127.0.0.1:2220
- api-interface: rest
chain-id: LAV1
node-urls:
- url: 127.0.0.1:2220
35 changes: 35 additions & 0 deletions config/provider_examples/lava_example_archive_methodroute.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
endpoints:
- api-interface: tendermintrpc
chain-id: LAV1
network-address:
address: "127.0.0.1:2220"
node-urls:
- url: ws://127.0.0.1:26657/websocket
- url: http://127.0.0.1:26657
- url: http://127.0.0.1:26657
addons:
- archive
- url: https://trustless-api.com
methods:
- block
- block_by_hash
addons:
- archive
- api-interface: grpc
chain-id: LAV1
network-address:
address: "127.0.0.1:2220"
node-urls:
- url: 127.0.0.1:9090
- url: 127.0.0.1:9090
addons:
- archive
- api-interface: rest
chain-id: LAV1
network-address:
address: "127.0.0.1:2220"
node-urls:
- url: http://127.0.0.1:1317
- url: http://127.0.0.1:1317
addons:
- archive
Loading

0 comments on commit 0459d21

Please sign in to comment.