From 981578605837d785238ca6f972f46f50a6a65fb3 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 13 Oct 2022 18:03:19 -0500 Subject: [PATCH] chore(backport): defaultGenTxGas to 10 times (#12314) (#357) Co-authored-by: HaeSung --- simapp/helpers/test_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simapp/helpers/test_helpers.go b/simapp/helpers/test_helpers.go index d1522c8faad4..379016d12169 100644 --- a/simapp/helpers/test_helpers.go +++ b/simapp/helpers/test_helpers.go @@ -15,7 +15,7 @@ import ( // TODO: Implement a tool to check for gas growth. For now, // we must increase this across the board for longer runs to work const ( - DefaultGenTxGas = 2000000 + DefaultGenTxGas = 10000000 SimAppChainID = "simulation-app" )