From 92d35d4ea12db308e2bfe577a58b7c425b2e9e9a Mon Sep 17 00:00:00 2001 From: Dima Kniazev Date: Thu, 14 Mar 2024 14:07:40 -0700 Subject: [PATCH] [Quick change] Bump default gas limit (#431) Co-authored-by: Daniel Olshansky --- pkg/client/tx/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/tx/client.go b/pkg/client/tx/client.go index c29fe79b2..27e1a6f4d 100644 --- a/pkg/client/tx/client.go +++ b/pkg/client/tx/client.go @@ -233,7 +233,7 @@ func (txnClient *txClient) SignAndBroadcast( Height() + txnClient.commitTimeoutHeightOffset // TODO_TECHDEBT: this should be configurable - txBuilder.SetGasLimit(200000) + txBuilder.SetGasLimit(690000042) txBuilder.SetTimeoutHeight(uint64(timeoutHeight)) // sign transactions