From 79693a6f2efb8eeae665044ef1fc83c97fe91f9f Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Wed, 14 Aug 2024 13:59:45 +0200 Subject: [PATCH] Update config.sample.pythnet.toml --- config/config.sample.pythnet.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config/config.sample.pythnet.toml b/config/config.sample.pythnet.toml index aacf064..03fa3e4 100644 --- a/config/config.sample.pythnet.toml +++ b/config/config.sample.pythnet.toml @@ -20,18 +20,6 @@ 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" - # Configuration for the JRPC API [pythd_adapter]