package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" ) // RegisterInvariants registers the earn module invariants func RegisterInvariants(ir sdk.InvariantRegistry, k Keeper) { }