From 64b3ebf83ecce69070bba65ccb57a29ed16fa574 Mon Sep 17 00:00:00 2001 From: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:13:03 +0530 Subject: [PATCH] chore(confix): remove gas-adjustment in v0.52 client toml (#20988) --- tools/confix/data/v0.52-client.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/confix/data/v0.52-client.toml b/tools/confix/data/v0.52-client.toml index d89c2092f4..785ecf499c 100644 --- a/tools/confix/data/v0.52-client.toml +++ b/tools/confix/data/v0.52-client.toml @@ -25,6 +25,3 @@ grpc-address = "" # Allow the gRPC client to connect over insecure channels. # It can be overwritten by the --grpc-insecure flag in each command. grpc-insecure = false -# This is default the gas adjustment factor used in tx commands. -# It can be overwritten by the --gas-adjustment flag in each tx command. -gas-adjustment = 1.5