Skip to content

Commit a5ad8d0

Browse files
authored
Update config.sample.pythnet.toml (#105)
1 parent d4473bf commit a5ad8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.sample.pythnet.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ listen_address = "127.0.0.1:8910"
55

66
# HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private
77
# endpoint should be used in most cases.
8-
rpc_url = "http://api.pythnet.pyth.network:8899"
8+
rpc_url = "https://api2.pythnet.pyth.network"
99

1010
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
1111
# This can be omitted when oracle.subscriber_enabled is set to false.
12-
wss_url = "ws://api.pythnet.pyth.network:8900"
12+
wss_url = "wss://api2.pythnet.pyth.network"
1313

1414
# Path to your publishing keypair.
1515
key_store.publish_keypair_path = "/path/to/keypair.json"

0 commit comments

Comments
 (0)