File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,8 @@ key_store.program_key = "FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH"
2020# Oracle mapping pubkey
2121key_store.mapping_key = " AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J"
2222
23- # Pythnet accumulator key
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
26- key_store.accumulator_key = " 7Vbmv1jt4vyuqBZcpYPpnVhrqVe5e6ZPb6JxDcffRHUM"
27-
28- # IMPORTANT: Exporter batch size must be decreased to 7 to support
29- # larger accumulator transactions, when accumulator_key is set.
30- exporter.max_batch_size = 7
31-
32- # Duration of the interval at which to publish updates
33- exporter.publish_interval_duration = " 1s"
23+ # Compute unit per price update.
24+ exporter.compute_unit_limit = 5000
3425
3526# Configuration for the JRPC API
3627[pythd_adapter ]
You can’t perform that action at this time.
0 commit comments