Skip to content

Commit c790165

Browse files
authored
Update config.sample.pythnet.toml (#64)
1 parent 5a1cfce commit c790165

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 = "https://pythnet.rpcpool.com"
8+
rpc_url = "http://api.pythnet.pyth.network:8899"
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 = "wss://pythnet.rpcpool.com"
12+
wss_url = "ws://api.pythnet.pyth.network:8900"
1313

1414
# Path to the key store.
1515
key_store.root_path = "/path/to/keystore"

0 commit comments

Comments
 (0)