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"
77[primary_network ]
88# ## Required fields ###
99
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"
1213
1314# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
1415# 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"
1618
1719# Path to the key store.
1820key_store.root_path = " /path/to/keystore"
You can’t perform that action at this time.
0 commit comments