# Functions
DefaultSudoers: State for the x/sudo module for the default test app.
No description provided by the author
EnsureNibiruPrefix sets the account address prefix to Nibiru's rather than the default from the Cosmos-SDK, guaranteeing that tests will work with nibi addresses rather than cosmos ones (for Gaia).
FundAccount is a utility function that funds an account by minting and sending the coins to the address.
FundModuleAccount is a utility function that funds a module account by minting and sending the coins to the address.
GenesisStateWithSingleValidator initializes GenesisState with a single validator and genesis accounts that also act as delegators.
No description provided by the author
NewNibiruTestApp initializes a chain with the given genesis state to creates an application instance ('app.NibiruApp').
NewNibiruTestAppAndContext creates an 'app.NibiruApp' instance with an in-memory 'tmdb.MemDB' and fresh 'sdk.Context'.
NewNibiruTestAppAndZeroTimeCtx: Runs NewNibiruTestAppAndZeroTimeCtx with the block time set to time zero.
SetDefaultSudoGenesis: Sets the sudo module genesis state to a valid default.