From 398fa8e9e01529f38cb368f35ec2b6ebf5f2e382 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Tue, 8 Oct 2024 11:35:20 -0500 Subject: [PATCH] Increase Terra Gas --- node/pkg/accountant/submit_obs.go | 3 ++- wormchain/ibc-relayer/chains/localterra.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/node/pkg/accountant/submit_obs.go b/node/pkg/accountant/submit_obs.go index b8c7b17000..eaea50e06b 100644 --- a/node/pkg/accountant/submit_obs.go +++ b/node/pkg/accountant/submit_obs.go @@ -435,7 +435,8 @@ func GetObservationResponses(txResp *sdktx.BroadcastTxResponse) (map[string]Obse if len(msg.MsgResponses) == 0 { - fmt.Println("TXRESP -", txResp) + fmt.Println("TXRESP -", txResp.TxResponse.Data) + fmt.Println("MSGRESP -", msg) return nil, fmt.Errorf("msg responses field is empty") } diff --git a/wormchain/ibc-relayer/chains/localterra.json b/wormchain/ibc-relayer/chains/localterra.json index 704f305b4a..e759d7119a 100644 --- a/wormchain/ibc-relayer/chains/localterra.json +++ b/wormchain/ibc-relayer/chains/localterra.json @@ -6,7 +6,7 @@ "rpc-addr": "http://terra2-terrad:26657", "account-prefix": "terra", "keyring-backend": "test", - "gas-adjustment": 1.2, + "gas-adjustment": 2.0, "gas-prices": "1uluna", "debug": true, "timeout": "20s",