File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ listen_address = "127.0.0.1:8910"
99
1010# HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private endpoint should be used in most cases.
1111# Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
12- rpc_url = " http ://api.pythtest.pyth.network"
12+ rpc_url = " https ://api.pythtest.pyth.network"
1313
1414# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
1515# This can be omitted when oracle.subscriber_enabled is set to false.
1616# Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
17- wss_url = " wss://api.pythtest.pyth.network:8900 "
17+ wss_url = " wss://api.pythtest.pyth.network"
1818
1919# Path to the key store.
2020key_store.root_path = " /path/to/keystore"
You can’t perform that action at this time.
0 commit comments