Skip to content

Commit 4a80a66

Browse files
committed
chore: Partially reverted dispatcher configuration changes
1 parent 50f3122 commit 4a80a66

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Diff for: configurations/alarms-dispatcher.dev.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ grpc_port = 26620
1212
# grpc_api_path = "/grpc/api"
1313
address_prefix = "nolus"
1414
chain_id = "nolus-dev-v0-1-42"
15-
gas_adjustment_numerator = 10125
16-
gas_adjustment_denominator = 10000
15+
#gas_adjustment_numerator = 10125
16+
#gas_adjustment_denominator = 10000
17+
gas_adjustment_numerator = 2
18+
gas_adjustment_denominator = 1
1719
fee_denom = "unls"
1820
gas_price_numerator = 1
1921
gas_price_denominator = 390
2022

2123
[time_alarms]
2224
address = "nolus1zwv6feuzhy6a9wekh96cd57lsarmqlwxdypdsplw6zhfncqw6ftqmx7chl"
2325
max_alarms_group = 16
24-
gas_limit_per_alarm = 87_500
26+
#gas_limit_per_alarm = 87_500
27+
gas_limit_per_alarm = 1_500_000
2528

2629
[market_price_oracle]
2730
address = "nolus1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgsv3wzl4"

Diff for: configurations/alarms-dispatcher.test.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@ grpc_port = 1318
1111
# grpc_api_path = "/grpc/api"
1212
address_prefix = "nolus"
1313
chain_id = "nolus-rila"
14-
gas_adjustment_numerator = 10125
15-
gas_adjustment_denominator = 10000
14+
#gas_adjustment_numerator = 10125
15+
#gas_adjustment_denominator = 10000
16+
gas_adjustment_numerator = 2
17+
gas_adjustment_denominator = 1
1618
fee_denom = "unls"
1719
gas_price_numerator = 1
1820
gas_price_denominator = 390
1921

2022
[time_alarms]
2123
address = "nolus1zwv6feuzhy6a9wekh96cd57lsarmqlwxdypdsplw6zhfncqw6ftqmx7chl"
2224
max_alarms_group = 16
23-
gas_limit_per_alarm = 175_000
25+
#gas_limit_per_alarm = 175_000
26+
gas_limit_per_alarm = 5_000_000
2427

2528
[market_price_oracle]
2629
address = "nolus1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgsv3wzl4"

0 commit comments

Comments
 (0)