From 1ff0e37a131883a9733757ce61c486223c443e37 Mon Sep 17 00:00:00 2001 From: Kiril Mihaylov <80464733+KirilMihaylov@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:11:56 +0300 Subject: [PATCH] chore: Updated main-net time & price alarms configurations --- configurations/alarms-dispatcher.main.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configurations/alarms-dispatcher.main.toml b/configurations/alarms-dispatcher.main.toml index d7d8fef..62038fc 100644 --- a/configurations/alarms-dispatcher.main.toml +++ b/configurations/alarms-dispatcher.main.toml @@ -17,14 +17,14 @@ fee_adjustment_denominator = 1 [[time_alarms]] address = "nolus1zwv6feuzhy6a9wekh96cd57lsarmqlwxdypdsplw6zhfncqw6ftqmx7chl" max_alarms_group = 32 -gas_limit_per_alarm = 300_000 +gas_limit_per_alarm = 500_000 [[market_price_oracle]] address = "nolus1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgsv3wzl4" -max_alarms_group = 68 -gas_limit_per_alarm = 300_000 +max_alarms_group = 32 +gas_limit_per_alarm = 500_000 [[market_price_oracle]] address = "nolus1jew4l5nq7m3xhkqzy8j7cc99083m5j8d9w004ayyv8xl3yv4h0dql2dd4e" -max_alarms_group = 68 -gas_limit_per_alarm = 300_000 +max_alarms_group = 32 +gas_limit_per_alarm = 500_000