From a5ad8d02ae76b59c35aa40885520d40a0d5fbf40 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Mon, 18 Dec 2023 12:01:29 +0100 Subject: [PATCH] Update config.sample.pythnet.toml (#105) --- config/config.sample.pythnet.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.pythnet.toml b/config/config.sample.pythnet.toml index 58ca2e4..853beb9 100644 --- a/config/config.sample.pythnet.toml +++ b/config/config.sample.pythnet.toml @@ -5,11 +5,11 @@ listen_address = "127.0.0.1:8910" # HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private # endpoint should be used in most cases. -rpc_url = "http://api.pythnet.pyth.network:8899" +rpc_url = "https://api2.pythnet.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. -wss_url = "ws://api.pythnet.pyth.network:8900" +wss_url = "wss://api2.pythnet.pyth.network" # Path to your publishing keypair. key_store.publish_keypair_path = "/path/to/keypair.json"