Skip to content

Commit

Permalink
chore: Bump gas multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed Nov 21, 2023
1 parent bf24e75 commit dcedf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurations/market-data-feeder.main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ hard_gas_limit = 1_975_000
[node]
address_prefix = "nolus"
chain_id = "pirin-1"
gas_adjustment_numerator = 3
gas_adjustment_denominator = 2
gas_adjustment_numerator = 2
gas_adjustment_denominator = 1
fee_denom = "unls"
gas_price_numerator = 1
gas_price_denominator = 390
Expand Down

0 comments on commit dcedf40

Please sign in to comment.