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"
33
44[primary_network ]
55
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.
88rpc_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.
@@ -21,7 +21,8 @@ key_store.program_key = "FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH"
2121key_store.mapping_key = " AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J"
2222
2323# 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
2526key_store.accumulator_key = " 7Vbmv1jt4vyuqBZcpYPpnVhrqVe5e6ZPb6JxDcffRHUM"
2627
2728# 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"
33
44[primary_network ]
55
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.
87rpc_url = " https://api.pythtest.pyth.network"
98
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.
1212wss_url = " wss://api.pythtest.pyth.network"
1313
1414# 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"
2222[primary_network ]
2323# ## Required fields ###
2424
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.
2728rpc_url = " https://api.pythtest.pyth.network"
2829
2930# WS(S) endpoint of the RRC node. This is used to subscribe to account changes on the network.
3031# 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.
3232wss_url = " wss://api.pythtest.pyth.network"
3333
3434# 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