forked from lavanet/lava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing avalanche specific use case for websocket (lavanet#553)
- Loading branch information
1 parent
38c56bd
commit 1f1c0a8
Showing
7 changed files
with
308 additions
and
26 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
config/provider_examples/avalanch_internal_paths_example.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# this example show cases how you can setup Avalanche | ||
endpoints: | ||
- api-interface: jsonrpc | ||
chain-id: AVAX | ||
network-address: 127.0.0.1:2221 | ||
node-urls: | ||
- url: ws://127.0.0.1:3333/C/rpc/ws | ||
internal-path: "/C/rpc" # c chain like specified in the spec | ||
- url: https://127.0.0.1:3334/C/avax | ||
internal-path: "/C/avax" # c/avax like specified in the spec | ||
- url: https://127.0.0.1:3335/X | ||
internal-path: "/X" # x chain like specified in the spec | ||
- url: https://127.0.0.1:3336/P | ||
internal-path: "/P" # p chain like specified in the spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.