From 5a7b442f14c44307613bef07e67ca452dcc95b43 Mon Sep 17 00:00:00 2001 From: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:28:01 -0300 Subject: [PATCH] fix: sims after merging #15303 (#15379) --- simapp/sim_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/simapp/sim_test.go b/simapp/sim_test.go index 539bed0c05a..031935a414a 100644 --- a/simapp/sim_test.go +++ b/simapp/sim_test.go @@ -293,6 +293,7 @@ func TestAppSimulationAfterImport(t *testing.T) { newApp.InitChain(abci.RequestInitChain{ AppStateBytes: exported.AppState, + ChainId: SimAppChainID, }) _, _, err = simulation.SimulateFromSeed(