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"
9
9
10
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
11
# 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"
13
13
14
14
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
15
15
# This can be omitted when oracle.subscriber_enabled is set to false.
16
16
# 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"
18
18
19
19
# Path to the key store.
20
20
key_store.root_path = " /path/to/keystore"
You can’t perform that action at this time.
0 commit comments