From e4683c7d9cc1a6e8f1037bc7458aa5dacf1a0a18 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Wed, 14 Aug 2024 14:17:06 +0200 Subject: [PATCH] Update config.sample.pythnet.toml (#138) * Update config.sample.pythnet.toml * Update config.sample.pythnet.toml --- config/config.sample.pythnet.toml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/config/config.sample.pythnet.toml b/config/config.sample.pythnet.toml index aacf064..909779e 100644 --- a/config/config.sample.pythnet.toml +++ b/config/config.sample.pythnet.toml @@ -20,17 +20,8 @@ key_store.program_key = "FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH" # Oracle mapping pubkey key_store.mapping_key = "AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J" -# Pythnet accumulator key -# The pythnet accumulator key settings are only valid for pythnet. Do not apply -# these settings for any other environment i.e. mainnet, pythtest-conformance -key_store.accumulator_key = "7Vbmv1jt4vyuqBZcpYPpnVhrqVe5e6ZPb6JxDcffRHUM" - -# IMPORTANT: Exporter batch size must be decreased to 7 to support -# larger accumulator transactions, when accumulator_key is set. -exporter.max_batch_size = 7 - -# Duration of the interval at which to publish updates -exporter.publish_interval_duration = "1s" +# Compute unit per price update. +exporter.compute_unit_limit = 5000 # Configuration for the JRPC API [pythd_adapter]