We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4473bf commit a5ad8d0Copy full SHA for a5ad8d0
config/config.sample.pythnet.toml
@@ -5,11 +5,11 @@ listen_address = "127.0.0.1:8910"
5
6
# HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private
7
# endpoint should be used in most cases.
8
-rpc_url = "http://api.pythnet.pyth.network:8899"
+rpc_url = "https://api2.pythnet.pyth.network"
9
10
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
11
# This can be omitted when oracle.subscriber_enabled is set to false.
12
-wss_url = "ws://api.pythnet.pyth.network:8900"
+wss_url = "wss://api2.pythnet.pyth.network"
13
14
# Path to your publishing keypair.
15
key_store.publish_keypair_path = "/path/to/keypair.json"
0 commit comments