diff --git a/x/slashing/types/genesis.pb.go b/x/slashing/types/genesis.pb.go index 7235626b..1ef3db8d 100644 --- a/x/slashing/types/genesis.pb.go +++ b/x/slashing/types/genesis.pb.go @@ -256,10 +256,10 @@ func (m *MissedBlock) GetMissed() bool { } func init() { - proto.RegisterType((*GenesisState)(nil), "cosmos.slashing.v1beta1.GenesisState") - proto.RegisterType((*SigningInfo)(nil), "cosmos.slashing.v1beta1.SigningInfo") - proto.RegisterType((*ValidatorMissedBlocks)(nil), "cosmos.slashing.v1beta1.ValidatorMissedBlocks") - proto.RegisterType((*MissedBlock)(nil), "cosmos.slashing.v1beta1.MissedBlock") + proto.RegisterType((*GenesisState)(nil), "liquidstaking.slashing.v1beta1.GenesisState") + proto.RegisterType((*SigningInfo)(nil), "liquidstaking.slashing.v1beta1.SigningInfo") + proto.RegisterType((*ValidatorMissedBlocks)(nil), "liquidstaking.slashing.v1beta1.ValidatorMissedBlocks") + proto.RegisterType((*MissedBlock)(nil), "liquidstaking.slashing.v1beta1.MissedBlock") } func init() { diff --git a/x/slashing/types/query.pb.go b/x/slashing/types/query.pb.go index 3a0c997a..b774eb5b 100644 --- a/x/slashing/types/query.pb.go +++ b/x/slashing/types/query.pb.go @@ -308,12 +308,12 @@ func (m *QuerySigningInfosResponse) GetPagination() *query.PageResponse { } func init() { - proto.RegisterType((*QueryParamsRequest)(nil), "cosmos.slashing.v1beta1.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "cosmos.slashing.v1beta1.QueryParamsResponse") - proto.RegisterType((*QuerySigningInfoRequest)(nil), "cosmos.slashing.v1beta1.QuerySigningInfoRequest") - proto.RegisterType((*QuerySigningInfoResponse)(nil), "cosmos.slashing.v1beta1.QuerySigningInfoResponse") - proto.RegisterType((*QuerySigningInfosRequest)(nil), "cosmos.slashing.v1beta1.QuerySigningInfosRequest") - proto.RegisterType((*QuerySigningInfosResponse)(nil), "cosmos.slashing.v1beta1.QuerySigningInfosResponse") + proto.RegisterType((*QueryParamsRequest)(nil), "liquidstaking.slashing.v1beta1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "liquidstaking.slashing.v1beta1.QueryParamsResponse") + proto.RegisterType((*QuerySigningInfoRequest)(nil), "liquidstaking.slashing.v1beta1.QuerySigningInfoRequest") + proto.RegisterType((*QuerySigningInfoResponse)(nil), "liquidstaking.slashing.v1beta1.QuerySigningInfoResponse") + proto.RegisterType((*QuerySigningInfosRequest)(nil), "liquidstaking.slashing.v1beta1.QuerySigningInfosRequest") + proto.RegisterType((*QuerySigningInfosResponse)(nil), "liquidstaking.slashing.v1beta1.QuerySigningInfosResponse") } func init() { diff --git a/x/slashing/types/slashing.pb.go b/x/slashing/types/slashing.pb.go index 633b4c5b..d3ec0647 100644 --- a/x/slashing/types/slashing.pb.go +++ b/x/slashing/types/slashing.pb.go @@ -180,8 +180,8 @@ func (m *Params) GetDowntimeJailDuration() time.Duration { } func init() { - proto.RegisterType((*ValidatorSigningInfo)(nil), "cosmos.slashing.v1beta1.ValidatorSigningInfo") - proto.RegisterType((*Params)(nil), "cosmos.slashing.v1beta1.Params") + proto.RegisterType((*ValidatorSigningInfo)(nil), "liquidstaking.slashing.v1beta1.ValidatorSigningInfo") + proto.RegisterType((*Params)(nil), "liquidstaking.slashing.v1beta1.Params") } func init() { diff --git a/x/slashing/types/tx.pb.go b/x/slashing/types/tx.pb.go index ed6dbcd1..756ea971 100644 --- a/x/slashing/types/tx.pb.go +++ b/x/slashing/types/tx.pb.go @@ -104,8 +104,8 @@ func (m *MsgUnjailResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgUnjailResponse proto.InternalMessageInfo func init() { - proto.RegisterType((*MsgUnjail)(nil), "cosmos.slashing.v1beta1.MsgUnjail") - proto.RegisterType((*MsgUnjailResponse)(nil), "cosmos.slashing.v1beta1.MsgUnjailResponse") + proto.RegisterType((*MsgUnjail)(nil), "liquidstaking.slashing.v1beta1.MsgUnjail") + proto.RegisterType((*MsgUnjailResponse)(nil), "liquidstaking.slashing.v1beta1.MsgUnjailResponse") } func init() { proto.RegisterFile("cosmos/slashing/v1beta1/tx.proto", fileDescriptor_3c5611c0c4a59d9d) }