File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ listen_address = "127.0.0.1:8910"
3
3
4
4
[primary_network ]
5
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.
6
+ # HTTP(S) endpoint of the RPC node. Public Pythnet RPC endpoints are usually
7
+ # rate-limited, so a private endpoint should be used in most cases.
8
8
rpc_url = " https://api2.pythnet.pyth.network"
9
9
10
10
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
@@ -21,7 +21,8 @@ key_store.program_key = "FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH"
21
21
key_store.mapping_key = " AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J"
22
22
23
23
# Pythnet accumulator key
24
- # The pythnet accumulator key settings are only valid for pythnet. Do not apply these settings for any other environment i.e. mainnet, pythtest-conformance
24
+ # The pythnet accumulator key settings are only valid for pythnet. Do not apply
25
+ # these settings for any other environment i.e. mainnet, pythtest-conformance
25
26
key_store.accumulator_key = " 7Vbmv1jt4vyuqBZcpYPpnVhrqVe5e6ZPb6JxDcffRHUM"
26
27
27
28
# IMPORTANT: Exporter batch size must be decreased to 7 to support
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ listen_address = "127.0.0.1:8910"
3
3
4
4
[primary_network ]
5
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.
6
+ # HTTP(S) endpoint of the RPC node.
8
7
rpc_url = " https://api.pythtest.pyth.network"
9
8
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.
9
+ # WS(S) endpoint of the RRC node. This is used to subscribe to account changes
10
+ # on the network. This can be omitted when oracle.subscriber_enabled is set to
11
+ # false.
12
12
wss_url = " wss://api.pythtest.pyth.network"
13
13
14
14
# Path to your publishing keypair.
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ listen_address = "127.0.0.1:8910"
22
22
[primary_network ]
23
23
# ## Required fields ###
24
24
25
- # HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually rate-limited, so a private endpoint should be used in most cases.
26
- # Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
25
+ # HTTP(S) endpoint of the RPC node. Public RPC endpoints are usually
26
+ # rate-limited for Pythnet, and so a private endpoint should be used in most
27
+ # cases. For Pythtest, the public endpoint can be used.
27
28
rpc_url = " https://api.pythtest.pyth.network"
28
29
29
30
# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
30
31
# This can be omitted when oracle.subscriber_enabled is set to false.
31
- # Note that api.pythtest.pyth.network is a private endpoint: please contact us for access.
32
32
wss_url = " wss://api.pythtest.pyth.network"
33
33
34
34
# Path to the keypair used to publish price updates. If set to a
You can’t perform that action at this time.
0 commit comments