Skip to content

Commit e4683c7

Browse files
authored
Update config.sample.pythnet.toml (#138)
* Update config.sample.pythnet.toml * Update config.sample.pythnet.toml
1 parent 1a07ac3 commit e4683c7

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

config/config.sample.pythnet.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,8 @@ key_store.program_key = "FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH"
2020
# Oracle mapping pubkey
2121
key_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]

0 commit comments

Comments
 (0)