From 4f6a938d00f17cc2aa228a757ea2538030e5d9dd Mon Sep 17 00:00:00 2001 From: kbhat1 Date: Thu, 16 May 2024 17:44:20 -0400 Subject: [PATCH] Revert Arctic-1 Gas --- gas.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gas.json b/gas.json index 113996f..4292a7b 100644 --- a/gas.json +++ b/gas.json @@ -23,12 +23,12 @@ }, "arctic-1": { "denom": "usei", - "min_gas_price": 0.08, + "min_gas_price": 0.02, "module_adjustments": { "dex": { - "sudo_gas_price": 0.4, - "order_placement": 13750, - "order_cancellation": 13250 + "sudo_gas_price": 0.1, + "order_placement": 55000, + "order_cancellation": 53000 } } },