From 8954d509635053e09fe77086147c53d09670f22c Mon Sep 17 00:00:00 2001 From: kbhat1 Date: Thu, 25 Apr 2024 15:08:24 -0400 Subject: [PATCH] Revert Gas Param Change --- gas.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gas.json b/gas.json index b6468ed..5aa7933 100644 --- a/gas.json +++ b/gas.json @@ -12,12 +12,12 @@ }, "atlantic-2": { "denom": "usei", - "min_gas_price": 0.08, + "min_gas_price": 0.02, "module_adjustments": { "dex": { - "sudo_gas_price": 0.01, + "sudo_gas_price": 0.1, "order_placement": 55000, - "order_cancellation": 55000 + "order_cancellation": 53000 } } },