diff --git a/app/const.go b/app/const.go index a7884759..16730c7c 100644 --- a/app/const.go +++ b/app/const.go @@ -6,7 +6,7 @@ import ( const ( // FeeDeductionGasAmount is a estimated gas amount of fee payment - FeeDeductionGasAmount = 180_000 + FeeDeductionGasAmount = 60_000 // AccountAddressPrefix is the prefix of bech32 encoded address AccountAddressPrefix = "init"