Skip to content

Commit 4c54f50

Browse files
committed
Use pythtest
1 parent 11a951f commit 4c54f50

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config/config.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ listen_address = "127.0.0.1:8910"
77
[primary_network]
88
### Required fields ###
99

10-
# HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private node should be used in most cases.
11-
rpc_url = "http://api.pythnet.pyth.network:8899"
10+
# HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private endpoint should be used in most cases.
11+
# Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
12+
rpc_url = "http://api.pythtest.pyth.network:8899"
1213

1314
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
1415
# This can be omitted when oracle.subscriber_enabled is set to false.
15-
wss_url = "ws://api.pythnet.pyth.network:8900"
16+
# Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
17+
wss_url = "ws://api.pythtest.pyth.network:8900"
1618

1719
# Path to the key store.
1820
key_store.root_path = "/path/to/keystore"

0 commit comments

Comments
 (0)