diff --git a/internal/provider/transactions_provider.go b/internal/provider/transactions_provider.go index 48ff54e..17d3d6e 100644 --- a/internal/provider/transactions_provider.go +++ b/internal/provider/transactions_provider.go @@ -179,7 +179,7 @@ func (p *TransactionsProvider) SubmitAlliancesTransaction( gasUsed := simRes.GetGasInfo().GetGasUsed() // calculate fee - fee := sdk.NewIntFromUint64(uint64(float64(gasUsed) * 0.155 * 1.5)) + fee := sdk.NewIntFromUint64(uint64(float64(gasUsed) * 0.0155 * 1.5)) // set fee amount from gasused txBuilder.SetFeeAmount(sdk.NewCoins(sdk.NewCoin(p.denom, fee)))