From e3d3990dcbf1ba6097bb590933196b89224a4459 Mon Sep 17 00:00:00 2001 From: Kartik Bhat Date: Thu, 25 Apr 2024 23:45:54 -0400 Subject: [PATCH] Revert Gas Param Change (#60) --- 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 } } },