Skip to content

Commit 8ba8df1

Browse files
authored
Update config.toml (#49)
updated endpoints: # HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private endpoint should be used in most cases. # Note that api.pythtest.pyth.network is a private endpoint: please contact us for access. rpc_url = "http://api.pythtest.pyth.network" # WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network. # This can be omitted when oracle.subscriber_enabled is set to false. # Note that api.pythtest.pyth.network is a private endpoint: please contact us for access. wss_url = "wss://api.pythtest.pyth.network:8900"
1 parent 63a3c7c commit 8ba8df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:8899"
12+
rpc_url = "http://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 = "ws://api.pythtest.pyth.network:8900"
17+
wss_url = "wss://api.pythtest.pyth.network:8900"
1818

1919
# Path to the key store.
2020
key_store.root_path = "/path/to/keystore"

0 commit comments

Comments
 (0)