Skip to content

Commit

Permalink
fix(simsx): make use chainID from config (backport #23185) (#23196)
Browse files Browse the repository at this point in the history
Co-authored-by: mmsqe <[email protected]>
  • Loading branch information
mergify[bot] and mmsqe authored Jan 6, 2025
1 parent 3c04752 commit 394c22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simsx/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func NewSimulationAppInstance[T SimulationApp](
appOptions := make(simtestutil.AppOptionsMap)
appOptions[flags.FlagHome] = workDir
appOptions[server.FlagInvCheckPeriod] = cli.FlagPeriodValue
opts := []func(*baseapp.BaseApp){baseapp.SetChainID(SimAppChainID)}
opts := []func(*baseapp.BaseApp){baseapp.SetChainID(tCfg.ChainID)}
if tCfg.FauxMerkle {
opts = append(opts, FauxMerkleModeOpt)
}
Expand Down

0 comments on commit 394c22a

Please sign in to comment.