File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ listen_address = "127.0.0.1:8910"
7
7
[primary_network ]
8
8
# ## Required fields ###
9
9
10
- # HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private node should be used in most cases.
11
- rpc_url = " http://api.pythnet.pyth.network:8899"
10
+ # HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private endpoint should be used in most cases.
11
+ # Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
12
+ rpc_url = " http://api.pythtest.pyth.network:8899"
12
13
13
14
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
14
15
# This can be omitted when oracle.subscriber_enabled is set to false.
15
- wss_url = " ws://api.pythnet.pyth.network:8900"
16
+ # Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
17
+ wss_url = " ws://api.pythtest.pyth.network:8900"
16
18
17
19
# Path to the key store.
18
20
key_store.root_path = " /path/to/keystore"
You can’t perform that action at this time.
0 commit comments