From 7d58290938cc114e48985a9cc345242fe04b4e5b Mon Sep 17 00:00:00 2001 From: kienn6034 Date: Sun, 24 Dec 2023 22:30:37 +0700 Subject: [PATCH] feat: build proto file to use osmosis domain --- docs/proto/proto-docs.md | 114 +++++++++--------- x/tokenfactory/types/authorityMetadata.pb.go | 27 +++-- x/tokenfactory/types/genesis.pb.go | 46 +++---- x/tokenfactory/types/params.pb.go | 44 +++---- x/tokenfactory/types/query.pb.go | 100 ++++++++-------- x/tokenfactory/types/tx.pb.go | 119 ++++++++++--------- 6 files changed, 226 insertions(+), 224 deletions(-) diff --git a/docs/proto/proto-docs.md b/docs/proto/proto-docs.md index 89bddecb0..ba9787c7a 100644 --- a/docs/proto/proto-docs.md +++ b/docs/proto/proto-docs.md @@ -5,38 +5,38 @@ ## Table of Contents - [cosmwasm/tokenfactory/v1beta1/authorityMetadata.proto](#cosmwasm/tokenfactory/v1beta1/authorityMetadata.proto) - - [DenomAuthorityMetadata](#cosmwasm.tokenfactory.v1beta1.DenomAuthorityMetadata) + - [DenomAuthorityMetadata](#osmosis.tokenfactory.v1beta1.DenomAuthorityMetadata) - [cosmwasm/tokenfactory/v1beta1/params.proto](#cosmwasm/tokenfactory/v1beta1/params.proto) - - [Params](#cosmwasm.tokenfactory.v1beta1.Params) + - [Params](#osmosis.tokenfactory.v1beta1.Params) - [cosmwasm/tokenfactory/v1beta1/genesis.proto](#cosmwasm/tokenfactory/v1beta1/genesis.proto) - - [GenesisDenom](#cosmwasm.tokenfactory.v1beta1.GenesisDenom) - - [GenesisState](#cosmwasm.tokenfactory.v1beta1.GenesisState) + - [GenesisDenom](#osmosis.tokenfactory.v1beta1.GenesisDenom) + - [GenesisState](#osmosis.tokenfactory.v1beta1.GenesisState) - [cosmwasm/tokenfactory/v1beta1/query.proto](#cosmwasm/tokenfactory/v1beta1/query.proto) - - [QueryDenomAuthorityMetadataRequest](#cosmwasm.tokenfactory.v1beta1.QueryDenomAuthorityMetadataRequest) - - [QueryDenomAuthorityMetadataResponse](#cosmwasm.tokenfactory.v1beta1.QueryDenomAuthorityMetadataResponse) - - [QueryDenomsFromCreatorRequest](#cosmwasm.tokenfactory.v1beta1.QueryDenomsFromCreatorRequest) - - [QueryDenomsFromCreatorResponse](#cosmwasm.tokenfactory.v1beta1.QueryDenomsFromCreatorResponse) - - [QueryParamsRequest](#cosmwasm.tokenfactory.v1beta1.QueryParamsRequest) - - [QueryParamsResponse](#cosmwasm.tokenfactory.v1beta1.QueryParamsResponse) + - [QueryDenomAuthorityMetadataRequest](#osmosis.tokenfactory.v1beta1.QueryDenomAuthorityMetadataRequest) + - [QueryDenomAuthorityMetadataResponse](#osmosis.tokenfactory.v1beta1.QueryDenomAuthorityMetadataResponse) + - [QueryDenomsFromCreatorRequest](#osmosis.tokenfactory.v1beta1.QueryDenomsFromCreatorRequest) + - [QueryDenomsFromCreatorResponse](#osmosis.tokenfactory.v1beta1.QueryDenomsFromCreatorResponse) + - [QueryParamsRequest](#osmosis.tokenfactory.v1beta1.QueryParamsRequest) + - [QueryParamsResponse](#osmosis.tokenfactory.v1beta1.QueryParamsResponse) - - [Query](#cosmwasm.tokenfactory.v1beta1.Query) + - [Query](#osmosis.tokenfactory.v1beta1.Query) - [cosmwasm/tokenfactory/v1beta1/tx.proto](#cosmwasm/tokenfactory/v1beta1/tx.proto) - - [MsgBurn](#cosmwasm.tokenfactory.v1beta1.MsgBurn) - - [MsgBurnResponse](#cosmwasm.tokenfactory.v1beta1.MsgBurnResponse) - - [MsgChangeAdmin](#cosmwasm.tokenfactory.v1beta1.MsgChangeAdmin) - - [MsgChangeAdminResponse](#cosmwasm.tokenfactory.v1beta1.MsgChangeAdminResponse) - - [MsgCreateDenom](#cosmwasm.tokenfactory.v1beta1.MsgCreateDenom) - - [MsgCreateDenomResponse](#cosmwasm.tokenfactory.v1beta1.MsgCreateDenomResponse) - - [MsgMint](#cosmwasm.tokenfactory.v1beta1.MsgMint) - - [MsgMintResponse](#cosmwasm.tokenfactory.v1beta1.MsgMintResponse) - - [MsgSetDenomMetadata](#cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadata) - - [MsgSetDenomMetadataResponse](#cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadataResponse) + - [MsgBurn](#osmosis.tokenfactory.v1beta1.MsgBurn) + - [MsgBurnResponse](#osmosis.tokenfactory.v1beta1.MsgBurnResponse) + - [MsgChangeAdmin](#osmosis.tokenfactory.v1beta1.MsgChangeAdmin) + - [MsgChangeAdminResponse](#osmosis.tokenfactory.v1beta1.MsgChangeAdminResponse) + - [MsgCreateDenom](#osmosis.tokenfactory.v1beta1.MsgCreateDenom) + - [MsgCreateDenomResponse](#osmosis.tokenfactory.v1beta1.MsgCreateDenomResponse) + - [MsgMint](#osmosis.tokenfactory.v1beta1.MsgMint) + - [MsgMintResponse](#osmosis.tokenfactory.v1beta1.MsgMintResponse) + - [MsgSetDenomMetadata](#osmosis.tokenfactory.v1beta1.MsgSetDenomMetadata) + - [MsgSetDenomMetadataResponse](#osmosis.tokenfactory.v1beta1.MsgSetDenomMetadataResponse) - - [Msg](#cosmwasm.tokenfactory.v1beta1.Msg) + - [Msg](#osmosis.tokenfactory.v1beta1.Msg) - [Scalar Value Types](#scalar-value-types) @@ -49,7 +49,7 @@ - + ### DenomAuthorityMetadata DenomAuthorityMetadata specifies metadata for addresses that have specific @@ -82,7 +82,7 @@ permission, but is planned to be extended to the future. - + ### Params Params defines the parameters for the tokenfactory module. @@ -113,7 +113,7 @@ Params defines the parameters for the tokenfactory module. - + ### GenesisDenom GenesisDenom defines a tokenfactory denom that is defined within genesis @@ -124,14 +124,14 @@ denom's admin. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `denom` | [string](#string) | | | -| `authority_metadata` | [DenomAuthorityMetadata](#cosmwasm.tokenfactory.v1beta1.DenomAuthorityMetadata) | | | +| `authority_metadata` | [DenomAuthorityMetadata](#osmosis.tokenfactory.v1beta1.DenomAuthorityMetadata) | | | - + ### GenesisState GenesisState defines the tokenfactory module's genesis state. @@ -139,8 +139,8 @@ GenesisState defines the tokenfactory module's genesis state. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `params` | [Params](#cosmwasm.tokenfactory.v1beta1.Params) | | params defines the paramaters of the module. | -| `factory_denoms` | [GenesisDenom](#cosmwasm.tokenfactory.v1beta1.GenesisDenom) | repeated | | +| `params` | [Params](#osmosis.tokenfactory.v1beta1.Params) | | params defines the paramaters of the module. | +| `factory_denoms` | [GenesisDenom](#osmosis.tokenfactory.v1beta1.GenesisDenom) | repeated | | @@ -163,7 +163,7 @@ GenesisState defines the tokenfactory module's genesis state. - + ### QueryDenomAuthorityMetadataRequest QueryDenomAuthorityMetadataRequest defines the request structure for the @@ -179,7 +179,7 @@ DenomAuthorityMetadata gRPC query. - + ### QueryDenomAuthorityMetadataResponse QueryDenomAuthorityMetadataResponse defines the response structure for the @@ -188,14 +188,14 @@ DenomAuthorityMetadata gRPC query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `authority_metadata` | [DenomAuthorityMetadata](#cosmwasm.tokenfactory.v1beta1.DenomAuthorityMetadata) | | | +| `authority_metadata` | [DenomAuthorityMetadata](#osmosis.tokenfactory.v1beta1.DenomAuthorityMetadata) | | | - + ### QueryDenomsFromCreatorRequest QueryDenomsFromCreatorRequest defines the request structure for the @@ -211,7 +211,7 @@ DenomsFromCreator gRPC query. - + ### QueryDenomsFromCreatorResponse QueryDenomsFromCreatorRequest defines the response structure for the @@ -227,7 +227,7 @@ DenomsFromCreator gRPC query. - + ### QueryParamsRequest QueryParamsRequest is the request type for the Query/Params RPC method. @@ -237,7 +237,7 @@ QueryParamsRequest is the request type for the Query/Params RPC method. - + ### QueryParamsResponse QueryParamsResponse is the response type for the Query/Params RPC method. @@ -245,7 +245,7 @@ QueryParamsResponse is the response type for the Query/Params RPC method. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `params` | [Params](#cosmwasm.tokenfactory.v1beta1.Params) | | params defines the parameters of the module. | +| `params` | [Params](#osmosis.tokenfactory.v1beta1.Params) | | params defines the parameters of the module. | @@ -258,16 +258,16 @@ QueryParamsResponse is the response type for the Query/Params RPC method. - + ### Query Query defines the gRPC querier service. | Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | | ----------- | ------------ | ------------- | ------------| ------- | -------- | -| `Params` | [QueryParamsRequest](#cosmwasm.tokenfactory.v1beta1.QueryParamsRequest) | [QueryParamsResponse](#cosmwasm.tokenfactory.v1beta1.QueryParamsResponse) | Params defines a gRPC query method that returns the tokenfactory module's parameters. | GET|/osmosis/tokenfactory/v1beta1/params| -| `DenomAuthorityMetadata` | [QueryDenomAuthorityMetadataRequest](#cosmwasm.tokenfactory.v1beta1.QueryDenomAuthorityMetadataRequest) | [QueryDenomAuthorityMetadataResponse](#cosmwasm.tokenfactory.v1beta1.QueryDenomAuthorityMetadataResponse) | DenomAuthorityMetadata defines a gRPC query method for fetching DenomAuthorityMetadata for a particular denom. | GET|/osmosis/tokenfactory/v1beta1/denoms/{denom}/authority_metadata| -| `DenomsFromCreator` | [QueryDenomsFromCreatorRequest](#cosmwasm.tokenfactory.v1beta1.QueryDenomsFromCreatorRequest) | [QueryDenomsFromCreatorResponse](#cosmwasm.tokenfactory.v1beta1.QueryDenomsFromCreatorResponse) | DenomsFromCreator defines a gRPC query method for fetching all denominations created by a specific admin/creator. | GET|/osmosis/tokenfactory/v1beta1/denoms_from_creator/{creator}| +| `Params` | [QueryParamsRequest](#osmosis.tokenfactory.v1beta1.QueryParamsRequest) | [QueryParamsResponse](#osmosis.tokenfactory.v1beta1.QueryParamsResponse) | Params defines a gRPC query method that returns the tokenfactory module's parameters. | GET|/osmosis/tokenfactory/v1beta1/params| +| `DenomAuthorityMetadata` | [QueryDenomAuthorityMetadataRequest](#osmosis.tokenfactory.v1beta1.QueryDenomAuthorityMetadataRequest) | [QueryDenomAuthorityMetadataResponse](#osmosis.tokenfactory.v1beta1.QueryDenomAuthorityMetadataResponse) | DenomAuthorityMetadata defines a gRPC query method for fetching DenomAuthorityMetadata for a particular denom. | GET|/osmosis/tokenfactory/v1beta1/denoms/{denom}/authority_metadata| +| `DenomsFromCreator` | [QueryDenomsFromCreatorRequest](#osmosis.tokenfactory.v1beta1.QueryDenomsFromCreatorRequest) | [QueryDenomsFromCreatorResponse](#osmosis.tokenfactory.v1beta1.QueryDenomsFromCreatorResponse) | DenomsFromCreator defines a gRPC query method for fetching all denominations created by a specific admin/creator. | GET|/osmosis/tokenfactory/v1beta1/denoms_from_creator/{creator}| @@ -280,7 +280,7 @@ Query defines the gRPC querier service. - + ### MsgBurn MsgBurn is the sdk.Msg type for allowing an admin account to burn @@ -297,7 +297,7 @@ a token. For now, we only support burning from the sender account. - + ### MsgBurnResponse @@ -307,7 +307,7 @@ a token. For now, we only support burning from the sender account. - + ### MsgChangeAdmin MsgChangeAdmin is the sdk.Msg type for allowing an admin account to reassign @@ -325,7 +325,7 @@ adminship of a denom to a new account - + ### MsgChangeAdminResponse MsgChangeAdminResponse defines the response structure for an executed @@ -336,7 +336,7 @@ MsgChangeAdmin message. - + ### MsgCreateDenom MsgCreateDenom defines the message structure for the CreateDenom gRPC service @@ -360,7 +360,7 @@ denom does not indicate the current admin. - + ### MsgCreateDenomResponse MsgCreateDenomResponse is the return value of MsgCreateDenom @@ -376,7 +376,7 @@ It returns the full string of the newly created denom - + ### MsgMint MsgMint is the sdk.Msg type for allowing an admin account to mint @@ -393,7 +393,7 @@ more of a token. For now, we only support minting to the sender account - + ### MsgMintResponse @@ -403,7 +403,7 @@ more of a token. For now, we only support minting to the sender account - + ### MsgSetDenomMetadata MsgSetDenomMetadata is the sdk.Msg type for allowing an admin account to set @@ -420,7 +420,7 @@ the denom's bank metadata - + ### MsgSetDenomMetadataResponse MsgSetDenomMetadataResponse defines the response structure for an executed @@ -437,18 +437,18 @@ MsgSetDenomMetadata message. - + ### Msg Msg defines the tokefactory module's gRPC message service. | Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint | | ----------- | ------------ | ------------- | ------------| ------- | -------- | -| `CreateDenom` | [MsgCreateDenom](#cosmwasm.tokenfactory.v1beta1.MsgCreateDenom) | [MsgCreateDenomResponse](#cosmwasm.tokenfactory.v1beta1.MsgCreateDenomResponse) | | | -| `Mint` | [MsgMint](#cosmwasm.tokenfactory.v1beta1.MsgMint) | [MsgMintResponse](#cosmwasm.tokenfactory.v1beta1.MsgMintResponse) | | | -| `Burn` | [MsgBurn](#cosmwasm.tokenfactory.v1beta1.MsgBurn) | [MsgBurnResponse](#cosmwasm.tokenfactory.v1beta1.MsgBurnResponse) | | | -| `ChangeAdmin` | [MsgChangeAdmin](#cosmwasm.tokenfactory.v1beta1.MsgChangeAdmin) | [MsgChangeAdminResponse](#cosmwasm.tokenfactory.v1beta1.MsgChangeAdminResponse) | | | -| `SetDenomMetadata` | [MsgSetDenomMetadata](#cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadata) | [MsgSetDenomMetadataResponse](#cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadataResponse) | | | +| `CreateDenom` | [MsgCreateDenom](#osmosis.tokenfactory.v1beta1.MsgCreateDenom) | [MsgCreateDenomResponse](#osmosis.tokenfactory.v1beta1.MsgCreateDenomResponse) | | | +| `Mint` | [MsgMint](#osmosis.tokenfactory.v1beta1.MsgMint) | [MsgMintResponse](#osmosis.tokenfactory.v1beta1.MsgMintResponse) | | | +| `Burn` | [MsgBurn](#osmosis.tokenfactory.v1beta1.MsgBurn) | [MsgBurnResponse](#osmosis.tokenfactory.v1beta1.MsgBurnResponse) | | | +| `ChangeAdmin` | [MsgChangeAdmin](#osmosis.tokenfactory.v1beta1.MsgChangeAdmin) | [MsgChangeAdminResponse](#osmosis.tokenfactory.v1beta1.MsgChangeAdminResponse) | | | +| `SetDenomMetadata` | [MsgSetDenomMetadata](#osmosis.tokenfactory.v1beta1.MsgSetDenomMetadata) | [MsgSetDenomMetadataResponse](#osmosis.tokenfactory.v1beta1.MsgSetDenomMetadataResponse) | | | diff --git a/x/tokenfactory/types/authorityMetadata.pb.go b/x/tokenfactory/types/authorityMetadata.pb.go index 349f25d22..42cac8d82 100644 --- a/x/tokenfactory/types/authorityMetadata.pb.go +++ b/x/tokenfactory/types/authorityMetadata.pb.go @@ -73,7 +73,7 @@ func (m *DenomAuthorityMetadata) GetAdmin() string { } func init() { - proto.RegisterType((*DenomAuthorityMetadata)(nil), "cosmwasm.tokenfactory.v1beta1.DenomAuthorityMetadata") + proto.RegisterType((*DenomAuthorityMetadata)(nil), "osmosis.tokenfactory.v1beta1.DenomAuthorityMetadata") } func init() { @@ -81,22 +81,23 @@ func init() { } var fileDescriptor_52db82570ee68a0a = []byte{ - // 238 bytes of a gzipped FileDescriptorProto + // 242 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4d, 0xce, 0x2f, 0xce, 0x2d, 0x4f, 0x2c, 0xce, 0xd5, 0x2f, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x2c, 0x2d, 0xc9, 0xc8, 0x2f, 0xca, 0x2c, 0xa9, 0xf4, 0x4d, 0x2d, 0x49, 0x4c, 0x49, 0x2c, 0x49, 0xd4, 0x2b, 0x28, 0xca, 0x2f, - 0xc9, 0x17, 0x92, 0x85, 0x69, 0xd3, 0x43, 0xd6, 0xa6, 0x07, 0xd5, 0x26, 0x25, 0x92, 0x9e, 0x9f, - 0x9e, 0x0f, 0x56, 0xa9, 0x0f, 0x62, 0x41, 0x34, 0x49, 0xc9, 0x81, 0x34, 0xe5, 0x17, 0xeb, 0x27, - 0x25, 0x16, 0xa7, 0xc2, 0x6d, 0x48, 0xce, 0xcf, 0xcc, 0x83, 0xc8, 0x2b, 0xb9, 0x71, 0x89, 0xb9, - 0xa4, 0xe6, 0xe5, 0xe7, 0x3a, 0xa2, 0x5b, 0x2a, 0xa4, 0xc6, 0xc5, 0x9a, 0x98, 0x92, 0x9b, 0x99, - 0x27, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0xe9, 0x24, 0xf0, 0xe9, 0x9e, 0x3c, 0x4f, 0x65, 0x62, 0x6e, - 0x8e, 0x95, 0x12, 0x58, 0x58, 0x29, 0x08, 0x22, 0x6d, 0xc5, 0xf2, 0x62, 0x81, 0x3c, 0xa3, 0x93, - 0xc7, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, - 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0xe9, 0xa5, 0x67, 0x96, 0x64, - 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x3b, 0xe7, 0x17, 0xe7, 0x86, 0x83, 0x3c, 0x0e, 0xf2, - 0x46, 0x8a, 0x7e, 0x05, 0x6a, 0x00, 0x94, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x1d, 0x66, - 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x5e, 0xaf, 0x20, 0x19, 0x26, 0x01, 0x00, 0x00, + 0xc9, 0x17, 0x92, 0xc9, 0x2f, 0xce, 0xcd, 0x2f, 0xce, 0x2c, 0xd6, 0x43, 0xd6, 0xa5, 0x07, 0xd5, + 0x25, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa8, 0x0f, 0x62, 0x41, 0xf4, 0x48, 0xc9, 0x25, + 0x83, 0x35, 0xe9, 0x27, 0x25, 0x16, 0xa7, 0xc2, 0x2d, 0x48, 0xce, 0xcf, 0xcc, 0x83, 0xc8, 0x2b, + 0xb9, 0x71, 0x89, 0xb9, 0xa4, 0xe6, 0xe5, 0xe7, 0x3a, 0xa2, 0xdb, 0x29, 0xa4, 0xc6, 0xc5, 0x9a, + 0x98, 0x92, 0x9b, 0x99, 0x27, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0xe9, 0x24, 0xf0, 0xe9, 0x9e, 0x3c, + 0x4f, 0x65, 0x62, 0x6e, 0x8e, 0x95, 0x12, 0x58, 0x58, 0x29, 0x08, 0x22, 0x6d, 0xc5, 0xf2, 0x62, + 0x81, 0x3c, 0xa3, 0x93, 0xc7, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, + 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0xe9, + 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x3b, 0xe7, 0x17, 0xe7, 0x86, + 0x83, 0xfc, 0x0d, 0xf2, 0x7c, 0x8a, 0x7e, 0x05, 0xaa, 0xff, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, + 0xd8, 0xc0, 0x0e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x69, 0x5d, 0x37, 0x69, 0x25, 0x01, + 0x00, 0x00, } func (this *DenomAuthorityMetadata) Equal(that interface{}) bool { diff --git a/x/tokenfactory/types/genesis.pb.go b/x/tokenfactory/types/genesis.pb.go index 23beeaebc..e3072a7b7 100644 --- a/x/tokenfactory/types/genesis.pb.go +++ b/x/tokenfactory/types/genesis.pb.go @@ -133,8 +133,8 @@ func (m *GenesisDenom) GetAuthorityMetadata() DenomAuthorityMetadata { } func init() { - proto.RegisterType((*GenesisState)(nil), "cosmwasm.tokenfactory.v1beta1.GenesisState") - proto.RegisterType((*GenesisDenom)(nil), "cosmwasm.tokenfactory.v1beta1.GenesisDenom") + proto.RegisterType((*GenesisState)(nil), "osmosis.tokenfactory.v1beta1.GenesisState") + proto.RegisterType((*GenesisDenom)(nil), "osmosis.tokenfactory.v1beta1.GenesisDenom") } func init() { @@ -142,30 +142,30 @@ func init() { } var fileDescriptor_b333539769138b3e = []byte{ - // 363 bytes of a gzipped FileDescriptorProto + // 367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4e, 0xce, 0x2f, 0xce, 0x2d, 0x4f, 0x2c, 0xce, 0xd5, 0x2f, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, - 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x85, 0x29, 0xd6, 0x43, 0x56, 0xac, 0x07, - 0x55, 0x2c, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa9, 0x0f, 0x62, 0x41, 0x34, 0x49, 0x99, - 0xe2, 0xb7, 0x21, 0xb1, 0xb4, 0x24, 0x23, 0xbf, 0x28, 0xb3, 0xa4, 0xd2, 0x37, 0xb5, 0x24, 0x31, - 0x25, 0xb1, 0x24, 0x11, 0xaa, 0x4d, 0x0b, 0xbf, 0xb6, 0x82, 0xc4, 0xa2, 0xc4, 0x5c, 0xa8, 0xbb, - 0x94, 0x8e, 0x31, 0x72, 0xf1, 0xb8, 0x43, 0x5c, 0x1a, 0x5c, 0x92, 0x58, 0x92, 0x2a, 0xe4, 0xcc, - 0xc5, 0x06, 0x51, 0x20, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x6d, 0xa4, 0xaa, 0x87, 0xd7, 0xe5, 0x7a, - 0x01, 0x60, 0xc5, 0x4e, 0x2c, 0x27, 0xee, 0xc9, 0x33, 0x04, 0x41, 0xb5, 0x0a, 0x15, 0x72, 0xf1, - 0x41, 0xd5, 0xc5, 0xa7, 0xa4, 0xe6, 0xe5, 0xe7, 0x16, 0x4b, 0x30, 0x29, 0x30, 0x6b, 0x70, 0x1b, - 0x69, 0x13, 0x30, 0x0c, 0xea, 0x12, 0x17, 0x90, 0x1e, 0x27, 0x59, 0x90, 0x91, 0x9f, 0xee, 0xc9, - 0x8b, 0x56, 0x26, 0xe6, 0xe6, 0x58, 0x29, 0xa1, 0x1a, 0xa8, 0x14, 0xc4, 0x0b, 0x15, 0x70, 0x81, - 0xf0, 0x91, 0x3c, 0x02, 0x16, 0x11, 0x52, 0xe3, 0x62, 0x05, 0x2b, 0x05, 0xfb, 0x83, 0xd3, 0x49, - 0xe0, 0xd3, 0x3d, 0x79, 0x1e, 0x88, 0x49, 0x60, 0x61, 0xa5, 0x20, 0x88, 0xb4, 0x50, 0x3b, 0x23, - 0x97, 0x10, 0x3c, 0x24, 0xe3, 0x73, 0xa1, 0x41, 0x29, 0xc1, 0x04, 0xf6, 0xbd, 0x29, 0x01, 0x07, - 0x83, 0xad, 0x72, 0x44, 0x8f, 0x07, 0x27, 0x45, 0xa8, 0xd3, 0x25, 0x21, 0x16, 0x62, 0x1a, 0xaf, - 0x14, 0x24, 0x88, 0x11, 0x7b, 0x56, 0x2c, 0x2f, 0x16, 0xc8, 0x33, 0x3a, 0x79, 0x9c, 0x78, 0x24, - 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, - 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, - 0x72, 0x7e, 0xae, 0xbe, 0x73, 0x7e, 0x71, 0x6e, 0x38, 0x28, 0x8a, 0x41, 0x6e, 0x4b, 0xd1, 0xaf, - 0x40, 0x8d, 0xea, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x14, 0x1b, 0x03, 0x02, 0x00, - 0x00, 0xff, 0xff, 0x38, 0xec, 0xbf, 0xde, 0xa9, 0x02, 0x00, 0x00, + 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0xc9, 0x2f, 0xce, 0xcd, 0x07, 0x71, 0x91, + 0xd5, 0xea, 0x41, 0xd5, 0x4a, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x15, 0xea, 0x83, 0x58, 0x10, + 0x3d, 0x52, 0xa6, 0xf8, 0x2d, 0x48, 0x2c, 0x2d, 0xc9, 0xc8, 0x2f, 0xca, 0x2c, 0xa9, 0xf4, 0x4d, + 0x2d, 0x49, 0x4c, 0x49, 0x2c, 0x49, 0x84, 0x6a, 0xd3, 0xc2, 0xaf, 0xad, 0x20, 0xb1, 0x28, 0x31, + 0x17, 0xea, 0x2c, 0xa5, 0x23, 0x8c, 0x5c, 0x3c, 0xee, 0x10, 0x87, 0x06, 0x97, 0x24, 0x96, 0xa4, + 0x0a, 0x39, 0x71, 0xb1, 0x41, 0x14, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, 0xa9, 0xe8, 0xe1, + 0x73, 0xb8, 0x5e, 0x00, 0x58, 0xad, 0x13, 0xcb, 0x89, 0x7b, 0xf2, 0x0c, 0x41, 0x50, 0x9d, 0x42, + 0x05, 0x5c, 0x7c, 0x50, 0x75, 0xf1, 0x29, 0xa9, 0x79, 0xf9, 0xb9, 0xc5, 0x12, 0x4c, 0x0a, 0xcc, + 0x1a, 0xdc, 0x46, 0x5a, 0xf8, 0xcd, 0x82, 0xba, 0xc3, 0x05, 0xa4, 0xc5, 0x49, 0x16, 0x64, 0xe2, + 0xa7, 0x7b, 0xf2, 0xa2, 0x95, 0x89, 0xb9, 0x39, 0x56, 0x4a, 0xa8, 0xe6, 0x29, 0x05, 0xf1, 0x42, + 0x05, 0x5c, 0x20, 0xfc, 0xa3, 0x08, 0x6f, 0x80, 0x45, 0x84, 0xd4, 0xb8, 0x58, 0xc1, 0x4a, 0xc1, + 0xbe, 0xe0, 0x74, 0x12, 0xf8, 0x74, 0x4f, 0x9e, 0x07, 0x62, 0x12, 0x58, 0x58, 0x29, 0x08, 0x22, + 0x2d, 0xd4, 0xc6, 0xc8, 0x25, 0x04, 0x0f, 0xc7, 0xf8, 0x5c, 0x68, 0x40, 0x4a, 0x30, 0x81, 0xfd, + 0x6e, 0x82, 0xdf, 0xbd, 0x60, 0x9b, 0x1c, 0xd1, 0x23, 0xc1, 0x49, 0x11, 0xea, 0x72, 0x49, 0x88, + 0x7d, 0x98, 0xa6, 0x2b, 0x05, 0x09, 0x62, 0x44, 0x9d, 0x15, 0xcb, 0x8b, 0x05, 0xf2, 0x8c, 0x4e, + 0x1e, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, + 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, 0xa5, 0x97, 0x9e, 0x59, 0x92, + 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0xef, 0x9c, 0x5f, 0x9c, 0x1b, 0x0e, 0x8a, 0x5f, 0x50, + 0x24, 0xa7, 0xe8, 0x57, 0xa0, 0xc6, 0x73, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0x7e, + 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x73, 0x73, 0x42, 0xa5, 0x02, 0x00, 0x00, } func (this *GenesisDenom) Equal(that interface{}) bool { diff --git a/x/tokenfactory/types/params.pb.go b/x/tokenfactory/types/params.pb.go index d315ff806..5f27ab472 100644 --- a/x/tokenfactory/types/params.pb.go +++ b/x/tokenfactory/types/params.pb.go @@ -72,7 +72,7 @@ func (m *Params) GetDenomCreationFee() github_com_cosmos_cosmos_sdk_types.Coins } func init() { - proto.RegisterType((*Params)(nil), "cosmwasm.tokenfactory.v1beta1.Params") + proto.RegisterType((*Params)(nil), "osmosis.tokenfactory.v1beta1.Params") } func init() { @@ -80,27 +80,27 @@ func init() { } var fileDescriptor_c2e403a2e90cdef7 = []byte{ - // 309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x31, 0x4b, 0xc3, 0x40, - 0x14, 0xc7, 0x73, 0x08, 0x1d, 0xea, 0x22, 0xc5, 0xc1, 0x16, 0xbc, 0x48, 0xa6, 0x22, 0x78, 0x47, - 0x15, 0x17, 0xc7, 0x06, 0xc4, 0xa5, 0x20, 0x2e, 0x82, 0x4b, 0x78, 0x49, 0xae, 0x69, 0xa8, 0x97, - 0x17, 0x72, 0x57, 0x35, 0xdf, 0xc2, 0xc9, 0xdd, 0xd5, 0x4f, 0xd2, 0xb1, 0xa3, 0x53, 0x95, 0xe4, - 0x1b, 0xf8, 0x09, 0x24, 0x97, 0xab, 0x54, 0x04, 0xa7, 0xbb, 0xc7, 0xfb, 0xff, 0x7f, 0xef, 0xbd, - 0x7f, 0xf7, 0x38, 0x42, 0x25, 0x1f, 0x41, 0x49, 0xae, 0x71, 0x2e, 0xb2, 0x29, 0x44, 0x1a, 0x8b, - 0x92, 0x3f, 0x8c, 0x42, 0xa1, 0x61, 0xc4, 0x73, 0x28, 0x40, 0x2a, 0x96, 0x17, 0xa8, 0xb1, 0x77, - 0xb8, 0xd1, 0xb2, 0x6d, 0x2d, 0xb3, 0xda, 0xc1, 0x7e, 0x82, 0x09, 0x1a, 0x25, 0x6f, 0x7e, 0xad, - 0x69, 0x70, 0xfe, 0xff, 0x00, 0x58, 0xe8, 0x19, 0x16, 0xa9, 0x2e, 0x27, 0x42, 0x43, 0x0c, 0x1a, - 0xac, 0xad, 0xdf, 0xd8, 0x50, 0x05, 0x2d, 0xaf, 0x2d, 0x6c, 0x8b, 0xb6, 0x15, 0x0f, 0x41, 0x89, - 0x1f, 0x4e, 0x84, 0x69, 0xd6, 0xf6, 0xbd, 0x57, 0xd2, 0xed, 0x5c, 0x9b, 0xbd, 0x7b, 0x2f, 0xa4, - 0xdb, 0x8b, 0x45, 0x86, 0x32, 0x88, 0x0a, 0x01, 0x3a, 0xc5, 0x2c, 0x98, 0x0a, 0x71, 0x40, 0x8e, - 0x76, 0x86, 0xbb, 0xa7, 0x7d, 0x66, 0xb1, 0x0d, 0x68, 0x73, 0x05, 0xf3, 0x31, 0xcd, 0xc6, 0x93, - 0xe5, 0xda, 0x75, 0xbe, 0xd6, 0x6e, 0xbf, 0x04, 0x79, 0x7f, 0xe1, 0xfd, 0x45, 0x78, 0x6f, 0x1f, - 0xee, 0x30, 0x49, 0xf5, 0x6c, 0x11, 0xb2, 0x08, 0xa5, 0x5d, 0xd0, 0x3e, 0x27, 0x2a, 0x9e, 0x73, - 0x5d, 0xe6, 0x42, 0x19, 0x9a, 0xba, 0xd9, 0x33, 0x00, 0xdf, 0xfa, 0x2f, 0x85, 0x18, 0x5f, 0x2d, - 0x2b, 0x4a, 0x56, 0x15, 0x25, 0x9f, 0x15, 0x25, 0xcf, 0x35, 0x75, 0x56, 0x35, 0x75, 0xde, 0x6b, - 0xea, 0xdc, 0xb1, 0x2d, 0xaa, 0x8f, 0x4a, 0xde, 0x36, 0xd1, 0x35, 0xf9, 0xc5, 0xfc, 0xe9, 0x77, - 0x84, 0x66, 0x42, 0xd8, 0x31, 0x47, 0x9f, 0x7d, 0x07, 0x00, 0x00, 0xff, 0xff, 0xad, 0xc5, 0x5a, - 0xa9, 0xc9, 0x01, 0x00, 0x00, + // 312 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x4a, 0x3b, 0x41, + 0x10, 0xc6, 0x6f, 0xf9, 0x43, 0x8a, 0xfc, 0x1b, 0x09, 0x16, 0x26, 0xc8, 0x46, 0x52, 0x05, 0xc1, + 0x5d, 0xa2, 0xd8, 0x58, 0x26, 0x20, 0x36, 0x01, 0xb1, 0x11, 0x6c, 0x8e, 0xb9, 0xbd, 0xcd, 0x65, + 0x89, 0x7b, 0x73, 0xdc, 0x6e, 0xd4, 0x7b, 0x0b, 0x2b, 0x7b, 0x5b, 0x9f, 0x24, 0x65, 0x4a, 0xab, + 0x28, 0x77, 0x6f, 0xe0, 0x13, 0xc8, 0xed, 0xad, 0x12, 0x11, 0xac, 0x76, 0x87, 0xf9, 0xbe, 0xdf, + 0xcc, 0x7c, 0xed, 0x43, 0x81, 0x46, 0xdf, 0x83, 0xd1, 0xdc, 0xe2, 0x42, 0xa6, 0x33, 0x10, 0x16, + 0xf3, 0x82, 0xdf, 0x8d, 0x22, 0x69, 0x61, 0xc4, 0x33, 0xc8, 0x41, 0x1b, 0x96, 0xe5, 0x68, 0xb1, + 0xb3, 0x8f, 0x46, 0xa3, 0x51, 0x86, 0x6d, 0x4b, 0x99, 0x97, 0xf6, 0x76, 0x13, 0x4c, 0xd0, 0x09, + 0x79, 0xfd, 0x6b, 0x3c, 0xbd, 0xd3, 0xbf, 0xf9, 0xb0, 0xb4, 0x73, 0xcc, 0x95, 0x2d, 0xa6, 0xd2, + 0x42, 0x0c, 0x16, 0xbc, 0xad, 0x2b, 0xdc, 0xac, 0xb0, 0xe1, 0x35, 0x85, 0x6f, 0xd1, 0xa6, 0xe2, + 0x11, 0x18, 0xf9, 0xcd, 0x11, 0xa8, 0xd2, 0xa6, 0x3f, 0x78, 0x26, 0xed, 0xd6, 0xa5, 0x5b, 0xbb, + 0xf3, 0x44, 0xda, 0x9d, 0x58, 0xa6, 0xa8, 0x43, 0x91, 0x4b, 0xb0, 0x0a, 0xd3, 0x70, 0x26, 0xe5, + 0x1e, 0x39, 0xf8, 0x37, 0xfc, 0x7f, 0xdc, 0x65, 0x1e, 0x5b, 0x83, 0xbe, 0xae, 0x60, 0x13, 0x54, + 0xe9, 0x78, 0xba, 0xda, 0xf4, 0x83, 0x8f, 0x4d, 0xbf, 0x5b, 0x80, 0xbe, 0x3d, 0x1b, 0xfc, 0x46, + 0x0c, 0x5e, 0xde, 0xfa, 0xc3, 0x44, 0xd9, 0xf9, 0x32, 0x62, 0x02, 0xb5, 0x5f, 0xd0, 0x3f, 0x47, + 0x26, 0x5e, 0x70, 0x5b, 0x64, 0xd2, 0x38, 0x9a, 0xb9, 0xda, 0x71, 0x80, 0x89, 0xf7, 0x9f, 0x4b, + 0x39, 0xbe, 0x58, 0x95, 0x94, 0xac, 0x4b, 0x4a, 0xde, 0x4b, 0x4a, 0x1e, 0x2b, 0x1a, 0xac, 0x2b, + 0x1a, 0xbc, 0x56, 0x34, 0xb8, 0x61, 0x5b, 0xd4, 0x09, 0x1a, 0x7d, 0x5d, 0x47, 0x57, 0xe7, 0x17, + 0xf3, 0x87, 0x9f, 0x11, 0xba, 0x09, 0x51, 0xcb, 0x1d, 0x7d, 0xf2, 0x19, 0x00, 0x00, 0xff, 0xff, + 0x33, 0x07, 0x6f, 0x95, 0xc8, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/query.pb.go b/x/tokenfactory/types/query.pb.go index 27f7053f6..5363e6a69 100644 --- a/x/tokenfactory/types/query.pb.go +++ b/x/tokenfactory/types/query.pb.go @@ -298,12 +298,12 @@ func (m *QueryDenomsFromCreatorResponse) GetDenoms() []string { } func init() { - proto.RegisterType((*QueryParamsRequest)(nil), "cosmwasm.tokenfactory.v1beta1.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "cosmwasm.tokenfactory.v1beta1.QueryParamsResponse") - proto.RegisterType((*QueryDenomAuthorityMetadataRequest)(nil), "cosmwasm.tokenfactory.v1beta1.QueryDenomAuthorityMetadataRequest") - proto.RegisterType((*QueryDenomAuthorityMetadataResponse)(nil), "cosmwasm.tokenfactory.v1beta1.QueryDenomAuthorityMetadataResponse") - proto.RegisterType((*QueryDenomsFromCreatorRequest)(nil), "cosmwasm.tokenfactory.v1beta1.QueryDenomsFromCreatorRequest") - proto.RegisterType((*QueryDenomsFromCreatorResponse)(nil), "cosmwasm.tokenfactory.v1beta1.QueryDenomsFromCreatorResponse") + proto.RegisterType((*QueryParamsRequest)(nil), "osmosis.tokenfactory.v1beta1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "osmosis.tokenfactory.v1beta1.QueryParamsResponse") + proto.RegisterType((*QueryDenomAuthorityMetadataRequest)(nil), "osmosis.tokenfactory.v1beta1.QueryDenomAuthorityMetadataRequest") + proto.RegisterType((*QueryDenomAuthorityMetadataResponse)(nil), "osmosis.tokenfactory.v1beta1.QueryDenomAuthorityMetadataResponse") + proto.RegisterType((*QueryDenomsFromCreatorRequest)(nil), "osmosis.tokenfactory.v1beta1.QueryDenomsFromCreatorRequest") + proto.RegisterType((*QueryDenomsFromCreatorResponse)(nil), "osmosis.tokenfactory.v1beta1.QueryDenomsFromCreatorResponse") } func init() { @@ -311,44 +311,44 @@ func init() { } var fileDescriptor_d8606ce711f56ea6 = []byte{ - // 580 bytes of a gzipped FileDescriptorProto + // 579 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xcf, 0x6b, 0x13, 0x41, - 0x14, 0xce, 0x6a, 0x1b, 0xe9, 0xf8, 0x03, 0x3b, 0x16, 0xd1, 0x60, 0x37, 0x3a, 0x6a, 0x69, 0xa5, - 0xec, 0x90, 0x48, 0x2f, 0x6a, 0x91, 0x6c, 0x44, 0x05, 0x2d, 0xe8, 0x5e, 0x84, 0x5e, 0xc2, 0x24, - 0x99, 0x6e, 0x17, 0xbb, 0xfb, 0xb6, 0x3b, 0x13, 0x35, 0x94, 0x5e, 0xbc, 0x78, 0x15, 0x3c, 0xfb, - 0x37, 0xf8, 0x6f, 0xf4, 0x58, 0x10, 0xc1, 0x53, 0x90, 0xc4, 0x83, 0x78, 0xcc, 0x5f, 0x20, 0x3b, - 0x33, 0xa9, 0xa9, 0x49, 0xb7, 0x51, 0x4f, 0x59, 0xde, 0xfb, 0xde, 0xf7, 0xbe, 0xef, 0xbd, 0x97, - 0x41, 0x4b, 0x0d, 0x10, 0xe1, 0x6b, 0x26, 0x42, 0x2a, 0xe1, 0x25, 0x8f, 0x36, 0x58, 0x43, 0x42, - 0xd2, 0xa6, 0xaf, 0x4a, 0x75, 0x2e, 0x59, 0x89, 0x6e, 0xb7, 0x78, 0xd2, 0x76, 0xe2, 0x04, 0x24, - 0xe0, 0xf9, 0x01, 0xd4, 0x19, 0x86, 0x3a, 0x06, 0x5a, 0x98, 0xf3, 0xc1, 0x07, 0x85, 0xa4, 0xe9, - 0x97, 0x2e, 0x2a, 0x5c, 0xf1, 0x01, 0xfc, 0x2d, 0x4e, 0x59, 0x1c, 0x50, 0x16, 0x45, 0x20, 0x99, - 0x0c, 0x20, 0x12, 0x26, 0x7b, 0x2b, 0xa5, 0x04, 0x41, 0xeb, 0x4c, 0x70, 0xdd, 0xeb, 0xa0, 0x73, - 0xcc, 0xfc, 0x20, 0x52, 0x60, 0x83, 0x5d, 0xc9, 0x56, 0xca, 0x5a, 0x72, 0x13, 0x92, 0x40, 0xb6, - 0xd7, 0xb8, 0x64, 0x4d, 0x26, 0xd9, 0x70, 0x8b, 0xa3, 0xcb, 0x62, 0x96, 0xb0, 0xd0, 0xc8, 0x21, - 0x73, 0x08, 0x3f, 0x4f, 0x45, 0x3c, 0x53, 0x41, 0x8f, 0x6f, 0xb7, 0xb8, 0x90, 0x64, 0x1d, 0x5d, - 0x38, 0x14, 0x15, 0x31, 0x44, 0x82, 0xe3, 0x2a, 0xca, 0xeb, 0xe2, 0x4b, 0xd6, 0x55, 0x6b, 0xf1, - 0x74, 0xf9, 0xa6, 0x93, 0x39, 0x1f, 0x47, 0x97, 0xbb, 0x53, 0x7b, 0x9d, 0x62, 0xce, 0x33, 0xa5, - 0xe4, 0x29, 0x22, 0x8a, 0xfb, 0x01, 0x8f, 0x20, 0xac, 0xfc, 0x69, 0xc1, 0x28, 0xc0, 0x0b, 0x68, - 0xba, 0x99, 0x02, 0x54, 0xa7, 0x19, 0xf7, 0x7c, 0xbf, 0x53, 0x3c, 0xd3, 0x66, 0xe1, 0xd6, 0x1d, - 0xa2, 0xc2, 0xc4, 0xd3, 0x69, 0xf2, 0xc9, 0x42, 0xd7, 0x33, 0xe9, 0x8c, 0xf4, 0x77, 0x16, 0xc2, - 0x07, 0xf3, 0xaa, 0x85, 0x26, 0x6d, 0x7c, 0xac, 0x1c, 0xe3, 0x63, 0x3c, 0xb7, 0x7b, 0x2d, 0xf5, - 0xd5, 0xef, 0x14, 0x2f, 0x6b, 0x61, 0xa3, 0xf4, 0xc4, 0x9b, 0x1d, 0xd9, 0x11, 0x59, 0x43, 0xf3, - 0xbf, 0x05, 0x8b, 0x87, 0x09, 0x84, 0xd5, 0x84, 0x33, 0x09, 0xc9, 0xc0, 0xfa, 0x32, 0x3a, 0xd5, - 0xd0, 0x11, 0x63, 0x1e, 0xf7, 0x3b, 0xc5, 0x73, 0xba, 0x87, 0x49, 0x10, 0x6f, 0x00, 0x21, 0x4f, - 0x90, 0x7d, 0x14, 0x9d, 0xb1, 0xbe, 0x84, 0xf2, 0x6a, 0x56, 0xe9, 0xd6, 0x4e, 0x2e, 0xce, 0xb8, - 0xb3, 0xfd, 0x4e, 0xf1, 0xec, 0xd0, 0x2c, 0x05, 0xf1, 0x0c, 0xa0, 0xfc, 0x73, 0x0a, 0x4d, 0x2b, - 0x36, 0xfc, 0xd1, 0x42, 0x79, 0xbd, 0x3e, 0x5c, 0x3a, 0x66, 0x3a, 0xa3, 0xf7, 0x53, 0x28, 0xff, - 0x4d, 0x89, 0x96, 0x49, 0x96, 0xdf, 0x7e, 0xfe, 0xfe, 0xe1, 0xc4, 0x02, 0xbe, 0x41, 0xd5, 0x1f, - 0x24, 0x10, 0x59, 0xd7, 0x8b, 0x7f, 0x58, 0xe8, 0xe2, 0xf8, 0xb5, 0xe0, 0xca, 0x24, 0xcd, 0x33, - 0xaf, 0xaf, 0xe0, 0xfe, 0x0f, 0x85, 0xf1, 0xf3, 0x48, 0xf9, 0xa9, 0xe0, 0xfb, 0xd9, 0x7e, 0xf4, - 0xe4, 0xe9, 0x8e, 0xfa, 0xdd, 0xa5, 0xa3, 0x47, 0x84, 0xbf, 0x58, 0x68, 0x76, 0x64, 0xbb, 0xf8, - 0xde, 0xc4, 0x12, 0xc7, 0xdc, 0x58, 0x61, 0xf5, 0x1f, 0xab, 0x8d, 0xb7, 0xaa, 0xf2, 0xb6, 0x8a, - 0xef, 0x4e, 0xe2, 0xad, 0xb6, 0x91, 0x40, 0x58, 0x33, 0xf7, 0x4a, 0x77, 0xcc, 0xc7, 0xae, 0xfb, - 0x78, 0xaf, 0x6b, 0x5b, 0xfb, 0x5d, 0xdb, 0xfa, 0xd6, 0xb5, 0xad, 0xf7, 0x3d, 0x3b, 0xb7, 0xdf, - 0xb3, 0x73, 0x5f, 0x7b, 0x76, 0x6e, 0xdd, 0xf1, 0x03, 0xb9, 0xd9, 0xaa, 0x3b, 0x0d, 0x08, 0x69, - 0x15, 0x44, 0xf8, 0x22, 0x7d, 0xcb, 0x52, 0xb1, 0x4d, 0xfa, 0xe6, 0x70, 0x27, 0xd9, 0x8e, 0xb9, - 0xa8, 0xe7, 0xd5, 0x5b, 0x76, 0xfb, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa5, 0xea, 0x8e, 0xf0, - 0xda, 0x05, 0x00, 0x00, + 0x14, 0xce, 0x6a, 0x1b, 0xe9, 0xf8, 0x03, 0x3b, 0x16, 0xd1, 0x50, 0x37, 0x3a, 0x96, 0xd2, 0x4a, + 0xd9, 0xb1, 0x55, 0x2f, 0x56, 0xd1, 0x6e, 0x44, 0x05, 0x2d, 0xe8, 0x5e, 0x44, 0x2f, 0x61, 0x92, + 0x4c, 0xb7, 0x8b, 0x9d, 0x7d, 0xdb, 0x9d, 0x89, 0x1a, 0x4a, 0x2f, 0x1e, 0x3c, 0x0b, 0x1e, 0xfd, + 0x1f, 0xfc, 0x3b, 0x7a, 0x2c, 0xf4, 0xe2, 0x29, 0x48, 0x52, 0xfc, 0x03, 0xf2, 0x17, 0xc8, 0xce, + 0x4c, 0x6b, 0x6a, 0xd2, 0x25, 0xea, 0x69, 0x97, 0x99, 0xef, 0xfb, 0xde, 0xf7, 0xbd, 0xf7, 0x18, + 0x34, 0x5f, 0x07, 0x29, 0xde, 0x33, 0x29, 0xa8, 0x82, 0xb7, 0x3c, 0x5e, 0x63, 0x75, 0x05, 0x69, + 0x8b, 0xbe, 0x5b, 0xac, 0x71, 0xc5, 0x16, 0xe9, 0x66, 0x93, 0xa7, 0x2d, 0x2f, 0x49, 0x41, 0x01, + 0x9e, 0x06, 0x29, 0x40, 0x46, 0xd2, 0xeb, 0x47, 0x7a, 0x16, 0x59, 0x9a, 0x0a, 0x21, 0x04, 0x0d, + 0xa4, 0xd9, 0x9f, 0xe1, 0x94, 0xa6, 0x43, 0x80, 0x70, 0x83, 0x53, 0x96, 0x44, 0x94, 0xc5, 0x31, + 0x28, 0xa6, 0x22, 0x88, 0xa5, 0xbd, 0xbd, 0x51, 0xd7, 0x92, 0xb4, 0xc6, 0x24, 0x37, 0xa5, 0x0e, + 0x0b, 0x27, 0x2c, 0x8c, 0x62, 0x0d, 0xb6, 0xd8, 0x3b, 0xf9, 0x46, 0x59, 0x53, 0xad, 0x43, 0x1a, + 0xa9, 0xd6, 0x2a, 0x57, 0xac, 0xc1, 0x14, 0xeb, 0x2f, 0x71, 0x3c, 0x2d, 0x61, 0x29, 0x13, 0xd6, + 0x0e, 0x99, 0x42, 0xf8, 0x65, 0x66, 0xe2, 0x85, 0x3e, 0x0c, 0xf8, 0x66, 0x93, 0x4b, 0x45, 0x5e, + 0xa3, 0x0b, 0x47, 0x4e, 0x65, 0x02, 0xb1, 0xe4, 0xd8, 0x47, 0x45, 0x43, 0xbe, 0xe4, 0x5c, 0x75, + 0xe6, 0x4e, 0x2f, 0xcd, 0x78, 0x79, 0xed, 0xf1, 0x0c, 0xdb, 0x1f, 0xdb, 0x69, 0x97, 0x0b, 0x81, + 0x65, 0x92, 0xe7, 0x88, 0x68, 0xe9, 0x47, 0x3c, 0x06, 0xb1, 0xf2, 0x67, 0x02, 0x6b, 0x00, 0xcf, + 0xa2, 0xf1, 0x46, 0x06, 0xd0, 0x85, 0x26, 0xfc, 0xf3, 0xbd, 0x76, 0xf9, 0x4c, 0x8b, 0x89, 0x8d, + 0xbb, 0x44, 0x1f, 0x93, 0xc0, 0x5c, 0x93, 0x6f, 0x0e, 0xba, 0x9e, 0x2b, 0x67, 0x9d, 0x7f, 0x72, + 0x10, 0x3e, 0x6c, 0x57, 0x55, 0xd8, 0x6b, 0x1b, 0xe3, 0x76, 0x7e, 0x8c, 0xe1, 0xd2, 0xfe, 0xb5, + 0x2c, 0x56, 0xaf, 0x5d, 0xbe, 0x6c, 0x7c, 0x0d, 0xaa, 0x93, 0x60, 0x72, 0x60, 0x42, 0x64, 0x15, + 0x5d, 0xf9, 0xed, 0x57, 0x3e, 0x4e, 0x41, 0x54, 0x52, 0xce, 0x14, 0xa4, 0x07, 0xc9, 0x17, 0xd0, + 0xa9, 0xba, 0x39, 0xb1, 0xd9, 0x71, 0xaf, 0x5d, 0x3e, 0x67, 0x6a, 0xd8, 0x0b, 0x12, 0x1c, 0x40, + 0xc8, 0x33, 0xe4, 0x1e, 0x27, 0x67, 0x93, 0xcf, 0xa3, 0xa2, 0x6e, 0x55, 0x36, 0xb3, 0x93, 0x73, + 0x13, 0xfe, 0x64, 0xaf, 0x5d, 0x3e, 0xdb, 0xd7, 0x4a, 0x49, 0x02, 0x0b, 0x58, 0xda, 0x1f, 0x43, + 0xe3, 0x5a, 0x0d, 0x7f, 0x75, 0x50, 0xd1, 0x4c, 0x0f, 0xdf, 0xcc, 0x6f, 0xce, 0xe0, 0xf2, 0x94, + 0x16, 0xff, 0x82, 0x61, 0x4c, 0x92, 0x85, 0x8f, 0x7b, 0xfb, 0x5f, 0x4e, 0xcc, 0xe2, 0x19, 0x6a, + 0xa9, 0x79, 0x9b, 0x8b, 0x7f, 0x3a, 0xe8, 0xe2, 0xf0, 0xa1, 0xe0, 0x87, 0x23, 0xd4, 0xce, 0xdd, + 0xbc, 0xd2, 0xca, 0x7f, 0x28, 0xd8, 0x34, 0x4f, 0x74, 0x9a, 0x15, 0xfc, 0x20, 0x3f, 0x8d, 0xe9, + 0x3a, 0xdd, 0xd2, 0xdf, 0x6d, 0x3a, 0xb8, 0x40, 0x78, 0xcf, 0x41, 0x93, 0x03, 0x93, 0xc5, 0xcb, + 0xa3, 0x3a, 0x1c, 0xb2, 0x5e, 0xa5, 0x7b, 0xff, 0x46, 0xb6, 0xc9, 0x2a, 0x3a, 0xd9, 0x7d, 0xbc, + 0x3c, 0x4a, 0xb2, 0xea, 0x5a, 0x0a, 0xa2, 0x6a, 0x37, 0x95, 0x6e, 0xd9, 0x9f, 0x6d, 0xff, 0xe9, + 0x4e, 0xc7, 0x75, 0x76, 0x3b, 0xae, 0xf3, 0xa3, 0xe3, 0x3a, 0x9f, 0xbb, 0x6e, 0x61, 0xb7, 0xeb, + 0x16, 0xbe, 0x77, 0xdd, 0xc2, 0x1b, 0x2f, 0x8c, 0xd4, 0x7a, 0xb3, 0xe6, 0xd5, 0x41, 0xd0, 0x0a, + 0x48, 0xf1, 0x2a, 0x7b, 0xc3, 0xb2, 0x87, 0xac, 0x41, 0x3f, 0x1c, 0xad, 0xa4, 0x5a, 0x09, 0x97, + 0xb5, 0xa2, 0x7e, 0xc3, 0x6e, 0xfd, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x93, 0x2e, 0x30, 0x3c, 0xd1, + 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -384,7 +384,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) { out := new(QueryParamsResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Query/Params", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Query/Params", in, out, opts...) if err != nil { return nil, err } @@ -393,7 +393,7 @@ func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts . func (c *queryClient) DenomAuthorityMetadata(ctx context.Context, in *QueryDenomAuthorityMetadataRequest, opts ...grpc.CallOption) (*QueryDenomAuthorityMetadataResponse, error) { out := new(QueryDenomAuthorityMetadataResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Query/DenomAuthorityMetadata", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Query/DenomAuthorityMetadata", in, out, opts...) if err != nil { return nil, err } @@ -402,7 +402,7 @@ func (c *queryClient) DenomAuthorityMetadata(ctx context.Context, in *QueryDenom func (c *queryClient) DenomsFromCreator(ctx context.Context, in *QueryDenomsFromCreatorRequest, opts ...grpc.CallOption) (*QueryDenomsFromCreatorResponse, error) { out := new(QueryDenomsFromCreatorResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Query/DenomsFromCreator", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Query/DenomsFromCreator", in, out, opts...) if err != nil { return nil, err } @@ -450,7 +450,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Query/Params", + FullMethod: "/osmosis.tokenfactory.v1beta1.Query/Params", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Params(ctx, req.(*QueryParamsRequest)) @@ -468,7 +468,7 @@ func _Query_DenomAuthorityMetadata_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Query/DenomAuthorityMetadata", + FullMethod: "/osmosis.tokenfactory.v1beta1.Query/DenomAuthorityMetadata", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).DenomAuthorityMetadata(ctx, req.(*QueryDenomAuthorityMetadataRequest)) @@ -486,7 +486,7 @@ func _Query_DenomsFromCreator_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Query/DenomsFromCreator", + FullMethod: "/osmosis.tokenfactory.v1beta1.Query/DenomsFromCreator", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).DenomsFromCreator(ctx, req.(*QueryDenomsFromCreatorRequest)) @@ -495,7 +495,7 @@ func _Query_DenomsFromCreator_Handler(srv interface{}, ctx context.Context, dec } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "cosmwasm.tokenfactory.v1beta1.Query", + ServiceName: "osmosis.tokenfactory.v1beta1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { diff --git a/x/tokenfactory/types/tx.pb.go b/x/tokenfactory/types/tx.pb.go index ccfee7148..9bb496cf4 100644 --- a/x/tokenfactory/types/tx.pb.go +++ b/x/tokenfactory/types/tx.pb.go @@ -511,16 +511,16 @@ func (m *MsgSetDenomMetadataResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgSetDenomMetadataResponse proto.InternalMessageInfo func init() { - proto.RegisterType((*MsgCreateDenom)(nil), "cosmwasm.tokenfactory.v1beta1.MsgCreateDenom") - proto.RegisterType((*MsgCreateDenomResponse)(nil), "cosmwasm.tokenfactory.v1beta1.MsgCreateDenomResponse") - proto.RegisterType((*MsgMint)(nil), "cosmwasm.tokenfactory.v1beta1.MsgMint") - proto.RegisterType((*MsgMintResponse)(nil), "cosmwasm.tokenfactory.v1beta1.MsgMintResponse") - proto.RegisterType((*MsgBurn)(nil), "cosmwasm.tokenfactory.v1beta1.MsgBurn") - proto.RegisterType((*MsgBurnResponse)(nil), "cosmwasm.tokenfactory.v1beta1.MsgBurnResponse") - proto.RegisterType((*MsgChangeAdmin)(nil), "cosmwasm.tokenfactory.v1beta1.MsgChangeAdmin") - proto.RegisterType((*MsgChangeAdminResponse)(nil), "cosmwasm.tokenfactory.v1beta1.MsgChangeAdminResponse") - proto.RegisterType((*MsgSetDenomMetadata)(nil), "cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadata") - proto.RegisterType((*MsgSetDenomMetadataResponse)(nil), "cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadataResponse") + proto.RegisterType((*MsgCreateDenom)(nil), "osmosis.tokenfactory.v1beta1.MsgCreateDenom") + proto.RegisterType((*MsgCreateDenomResponse)(nil), "osmosis.tokenfactory.v1beta1.MsgCreateDenomResponse") + proto.RegisterType((*MsgMint)(nil), "osmosis.tokenfactory.v1beta1.MsgMint") + proto.RegisterType((*MsgMintResponse)(nil), "osmosis.tokenfactory.v1beta1.MsgMintResponse") + proto.RegisterType((*MsgBurn)(nil), "osmosis.tokenfactory.v1beta1.MsgBurn") + proto.RegisterType((*MsgBurnResponse)(nil), "osmosis.tokenfactory.v1beta1.MsgBurnResponse") + proto.RegisterType((*MsgChangeAdmin)(nil), "osmosis.tokenfactory.v1beta1.MsgChangeAdmin") + proto.RegisterType((*MsgChangeAdminResponse)(nil), "osmosis.tokenfactory.v1beta1.MsgChangeAdminResponse") + proto.RegisterType((*MsgSetDenomMetadata)(nil), "osmosis.tokenfactory.v1beta1.MsgSetDenomMetadata") + proto.RegisterType((*MsgSetDenomMetadataResponse)(nil), "osmosis.tokenfactory.v1beta1.MsgSetDenomMetadataResponse") } func init() { @@ -528,44 +528,45 @@ func init() { } var fileDescriptor_345508fcea0bfc02 = []byte{ - // 592 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x55, 0xbf, 0x6e, 0xd3, 0x40, - 0x1c, 0x8e, 0x69, 0x09, 0xe9, 0x95, 0x92, 0xd4, 0x2d, 0x25, 0x18, 0xc5, 0x46, 0x37, 0x44, 0x30, - 0x60, 0x2b, 0x41, 0x2c, 0xdd, 0x70, 0x18, 0xba, 0x78, 0x31, 0x48, 0x48, 0x08, 0x51, 0x5d, 0x92, - 0xc3, 0x8d, 0x52, 0xdf, 0x45, 0xb9, 0x0b, 0x69, 0x16, 0x06, 0x9e, 0x80, 0x01, 0xf1, 0x24, 0x3c, - 0x44, 0xc7, 0x8e, 0x4c, 0x16, 0x4a, 0xde, 0x20, 0x4f, 0x80, 0xee, 0x8f, 0x1d, 0xa7, 0x41, 0x34, - 0x99, 0xba, 0x25, 0xfe, 0x7d, 0xdf, 0x77, 0xdf, 0x7d, 0xbf, 0xdf, 0xcf, 0x06, 0xf5, 0x0e, 0x65, - 0xf1, 0x18, 0xb1, 0xd8, 0xe3, 0xb4, 0x8f, 0xc9, 0x67, 0xd4, 0xe1, 0x74, 0x38, 0xf1, 0xbe, 0x34, - 0xda, 0x98, 0xa3, 0x86, 0xc7, 0x2f, 0xdc, 0xc1, 0x90, 0x72, 0x6a, 0xd6, 0x52, 0x9c, 0x9b, 0xc7, - 0xb9, 0x1a, 0x67, 0x1d, 0x46, 0x34, 0xa2, 0x12, 0xe9, 0x89, 0x5f, 0x8a, 0x64, 0xd9, 0x82, 0x44, - 0x99, 0xd7, 0x46, 0x0c, 0x67, 0x92, 0x1d, 0xda, 0x23, 0x2b, 0x75, 0xd2, 0xcf, 0xea, 0xe2, 0x8f, - 0xaa, 0xc3, 0x73, 0xf0, 0x20, 0x60, 0x51, 0x6b, 0x88, 0x11, 0xc7, 0x6f, 0x30, 0xa1, 0xb1, 0xf9, - 0x1c, 0x14, 0x19, 0x26, 0x5d, 0x3c, 0xac, 0x1a, 0x4f, 0x8d, 0x67, 0x3b, 0xfe, 0xfe, 0x3c, 0x71, - 0xf6, 0x26, 0x28, 0x3e, 0x3f, 0x86, 0xea, 0x39, 0x0c, 0x35, 0xc0, 0xf4, 0x40, 0x89, 0x8d, 0xda, - 0x5d, 0x41, 0xab, 0xde, 0x91, 0xe0, 0x83, 0x79, 0xe2, 0x94, 0x35, 0x58, 0x57, 0x60, 0x98, 0x81, - 0xe0, 0x47, 0x70, 0xb4, 0x7c, 0x5a, 0x88, 0xd9, 0x80, 0x12, 0x86, 0x4d, 0x1f, 0x94, 0x09, 0x1e, - 0x9f, 0xca, 0x9b, 0x9f, 0x2a, 0x45, 0x75, 0xbc, 0x35, 0x4f, 0x9c, 0x23, 0xa5, 0x78, 0x0d, 0x00, - 0xc3, 0x3d, 0x82, 0xc7, 0xef, 0xc4, 0x03, 0xa9, 0x05, 0xbf, 0x82, 0x7b, 0x01, 0x8b, 0x82, 0x1e, - 0xe1, 0x9b, 0x5c, 0xe2, 0x04, 0x14, 0x51, 0x4c, 0x47, 0x84, 0xcb, 0x2b, 0xec, 0x36, 0x1f, 0xbb, - 0x2a, 0x32, 0x57, 0x44, 0x9a, 0xa6, 0xef, 0xb6, 0x68, 0x8f, 0xf8, 0x0f, 0x2f, 0x13, 0xa7, 0xb0, - 0x50, 0x52, 0x34, 0x18, 0x6a, 0x3e, 0xdc, 0x07, 0x65, 0x7d, 0x7e, 0x7a, 0x2d, 0x6d, 0xc9, 0x1f, - 0x0d, 0xc9, 0x6d, 0x5a, 0x12, 0xe7, 0x67, 0x96, 0x7e, 0x1a, 0xaa, 0xe5, 0x67, 0x88, 0x44, 0xf8, - 0x75, 0x37, 0xee, 0x6d, 0x64, 0xad, 0x0e, 0xee, 0xe6, 0xfb, 0x5d, 0x99, 0x27, 0xce, 0x7d, 0x85, - 0xd4, 0x3d, 0x51, 0x65, 0xb3, 0x01, 0x76, 0x44, 0xbb, 0x90, 0xd0, 0xaf, 0x6e, 0x49, 0xec, 0xe1, - 0x3c, 0x71, 0x2a, 0x8b, 0x4e, 0xca, 0x12, 0x0c, 0x4b, 0x04, 0x8f, 0xa5, 0x0b, 0x58, 0x55, 0xc3, - 0xb1, 0xf0, 0x95, 0x59, 0xfe, 0x61, 0x80, 0x83, 0x80, 0x45, 0x6f, 0x31, 0x97, 0x8d, 0x0e, 0x30, - 0x47, 0x5d, 0xc4, 0xd1, 0x26, 0xbe, 0x43, 0x50, 0x8a, 0x35, 0x4d, 0x87, 0x5a, 0x5b, 0x84, 0x4a, - 0xfa, 0x59, 0xa8, 0xa9, 0xb6, 0xff, 0x48, 0x07, 0xab, 0xa7, 0x39, 0x25, 0xc3, 0x30, 0xd3, 0x81, - 0x35, 0xf0, 0xe4, 0x1f, 0xae, 0x52, 0xd7, 0xcd, 0x5f, 0xdb, 0x60, 0x2b, 0x60, 0x91, 0xc9, 0xc0, - 0x6e, 0x7e, 0xbf, 0x5e, 0xb8, 0xff, 0xdd, 0x73, 0x77, 0x79, 0x41, 0xac, 0x57, 0x1b, 0xc1, 0xb3, - 0x7d, 0xfa, 0x04, 0xb6, 0xe5, 0x22, 0xd4, 0x6f, 0xa6, 0x0b, 0x9c, 0xe5, 0xae, 0x87, 0xcb, 0xeb, - 0xcb, 0xa9, 0x5e, 0x43, 0x5f, 0xe0, 0xd6, 0xd1, 0xcf, 0x4f, 0xa9, 0x0c, 0x2d, 0x37, 0xa1, 0xeb, - 0x84, 0xb6, 0x80, 0xaf, 0x15, 0xda, 0xea, 0x9c, 0x99, 0xdf, 0x0c, 0x50, 0x59, 0x19, 0xb2, 0xe6, - 0xcd, 0x5a, 0xd7, 0x39, 0xd6, 0xf1, 0xe6, 0x9c, 0xd4, 0x84, 0x7f, 0x72, 0x39, 0xb5, 0x8d, 0xab, - 0xa9, 0x6d, 0xfc, 0x99, 0xda, 0xc6, 0xf7, 0x99, 0x5d, 0xb8, 0x9a, 0xd9, 0x85, 0xdf, 0x33, 0xbb, - 0xf0, 0xc1, 0x8d, 0x7a, 0xfc, 0x6c, 0xd4, 0x76, 0x3b, 0x34, 0xf6, 0x5a, 0x94, 0xc5, 0xef, 0xc5, - 0x37, 0x45, 0x1c, 0xd2, 0xf5, 0x2e, 0x96, 0xbf, 0x2d, 0x7c, 0x32, 0xc0, 0xac, 0x5d, 0x94, 0xaf, - 0xf8, 0x97, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x7f, 0x91, 0x62, 0x81, 0x06, 0x00, 0x00, + // 598 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x55, 0xcd, 0x6e, 0xd3, 0x4c, + 0x14, 0x8d, 0xbf, 0xf6, 0x2b, 0xe9, 0x94, 0x92, 0xd4, 0x2d, 0x25, 0x18, 0x6a, 0xa3, 0x91, 0xa8, + 0x40, 0x02, 0x5b, 0x29, 0x6c, 0x60, 0x87, 0xc3, 0xa2, 0x1b, 0x6f, 0x0c, 0x12, 0x12, 0xaa, 0x54, + 0x4d, 0x92, 0xc1, 0xb5, 0x52, 0xcf, 0x84, 0xcc, 0x84, 0x34, 0x1b, 0xc4, 0x23, 0xb0, 0x40, 0x3c, + 0x04, 0x4f, 0xd2, 0x65, 0x97, 0xac, 0x2c, 0x94, 0xbc, 0x41, 0x9e, 0x00, 0xcd, 0x8f, 0x1d, 0xa7, + 0x41, 0x24, 0x59, 0xb1, 0x6b, 0x7d, 0xcf, 0x39, 0x73, 0xe6, 0xdc, 0x7b, 0x33, 0xe0, 0xb0, 0x45, + 0x59, 0x32, 0x40, 0x2c, 0xf1, 0x38, 0xed, 0x60, 0xf2, 0x01, 0xb5, 0x38, 0xed, 0x0d, 0xbd, 0x4f, + 0xf5, 0x26, 0xe6, 0xa8, 0xee, 0xf1, 0x0b, 0xb7, 0xdb, 0xa3, 0x9c, 0x9a, 0xf7, 0x29, 0x4b, 0x28, + 0x8b, 0x99, 0x5b, 0x84, 0xb9, 0x1a, 0x66, 0xed, 0x45, 0x34, 0xa2, 0x12, 0xe8, 0x89, 0xbf, 0x14, + 0xc7, 0xb2, 0x5b, 0x92, 0xe4, 0x35, 0x11, 0xc3, 0xb9, 0x62, 0x8b, 0xc6, 0x64, 0xae, 0x4e, 0x3a, + 0x79, 0x5d, 0xfc, 0xa3, 0xea, 0xf0, 0x1c, 0xdc, 0x0a, 0x58, 0xd4, 0xe8, 0x61, 0xc4, 0xf1, 0x6b, + 0x4c, 0x68, 0x62, 0x3e, 0x06, 0x1b, 0x0c, 0x93, 0x36, 0xee, 0xd5, 0x8c, 0x07, 0xc6, 0xa3, 0x4d, + 0x7f, 0x67, 0x92, 0x3a, 0xdb, 0x43, 0x94, 0x9c, 0xbf, 0x84, 0xea, 0x3b, 0x0c, 0x35, 0xc0, 0xf4, + 0x40, 0x99, 0xf5, 0x9b, 0x6d, 0x41, 0xab, 0xfd, 0x27, 0xc1, 0xbb, 0x93, 0xd4, 0xa9, 0x68, 0xb0, + 0xae, 0xc0, 0x30, 0x07, 0xc1, 0x13, 0xb0, 0x3f, 0x7b, 0x5a, 0x88, 0x59, 0x97, 0x12, 0x86, 0x4d, + 0x1f, 0x54, 0x08, 0x1e, 0x9c, 0xca, 0x9b, 0x9f, 0x2a, 0x45, 0x75, 0xbc, 0x35, 0x49, 0x9d, 0x7d, + 0xa5, 0x78, 0x0d, 0x00, 0xc3, 0x6d, 0x82, 0x07, 0x6f, 0xc5, 0x07, 0xa9, 0x05, 0x3f, 0x83, 0x1b, + 0x01, 0x8b, 0x82, 0x98, 0xf0, 0x55, 0x2e, 0x71, 0x0c, 0x36, 0x50, 0x42, 0xfb, 0x84, 0xcb, 0x2b, + 0x6c, 0x1d, 0xdd, 0x75, 0x55, 0x64, 0xae, 0x88, 0x34, 0x4b, 0xdf, 0x6d, 0xd0, 0x98, 0xf8, 0xb7, + 0x2f, 0x53, 0xa7, 0x34, 0x55, 0x52, 0x34, 0x18, 0x6a, 0x3e, 0xdc, 0x01, 0x15, 0x7d, 0x7e, 0x76, + 0x2d, 0x6d, 0xc9, 0xef, 0xf7, 0xc8, 0xbf, 0xb4, 0x24, 0xce, 0xcf, 0x2d, 0x7d, 0x37, 0x54, 0xcb, + 0xcf, 0x10, 0x89, 0xf0, 0xab, 0x76, 0x12, 0xaf, 0x64, 0xed, 0x10, 0xfc, 0x5f, 0xec, 0x77, 0x75, + 0x92, 0x3a, 0x37, 0x15, 0x52, 0xf7, 0x44, 0x95, 0xcd, 0x3a, 0xd8, 0x14, 0xed, 0x42, 0x42, 0xbf, + 0xb6, 0x26, 0xb1, 0x7b, 0x93, 0xd4, 0xa9, 0x4e, 0x3b, 0x29, 0x4b, 0x30, 0x2c, 0x13, 0x3c, 0x90, + 0x2e, 0x60, 0x4d, 0x0d, 0xc7, 0xd4, 0x57, 0x6e, 0xf9, 0x9b, 0x01, 0x76, 0x03, 0x16, 0xbd, 0xc1, + 0x5c, 0x36, 0x3a, 0xc0, 0x1c, 0xb5, 0x11, 0x47, 0xab, 0xf8, 0x0e, 0x41, 0x39, 0xd1, 0x34, 0x1d, + 0xea, 0xc1, 0x34, 0x54, 0xd2, 0xc9, 0x43, 0xcd, 0xb4, 0xfd, 0x3b, 0x3a, 0x58, 0x3d, 0xcd, 0x19, + 0x19, 0x86, 0xb9, 0x0e, 0x3c, 0x00, 0xf7, 0xfe, 0xe0, 0x2a, 0x73, 0x7d, 0xf4, 0x63, 0x1d, 0xac, + 0x05, 0x2c, 0x32, 0x3f, 0x82, 0xad, 0xe2, 0x7e, 0x3d, 0x71, 0xff, 0xb6, 0xe6, 0xee, 0xec, 0x7e, + 0x58, 0xcf, 0x57, 0x41, 0xe7, 0xdb, 0x74, 0x02, 0xd6, 0xe5, 0x1a, 0x3c, 0x5c, 0xc8, 0x16, 0x30, + 0xeb, 0xe9, 0x52, 0xb0, 0xa2, 0xba, 0x9c, 0xe8, 0xc5, 0xea, 0x02, 0xb6, 0x84, 0x7a, 0x71, 0x3e, + 0x65, 0x5c, 0x85, 0xd9, 0x5c, 0x22, 0xae, 0x29, 0x7a, 0x99, 0xb8, 0xe6, 0xe7, 0xcb, 0xfc, 0x62, + 0x80, 0xea, 0xdc, 0x70, 0xd5, 0x17, 0x4a, 0x5d, 0xa7, 0x58, 0x2f, 0x56, 0xa6, 0x64, 0x16, 0xfc, + 0xe3, 0xcb, 0x91, 0x6d, 0x5c, 0x8d, 0x6c, 0xe3, 0xd7, 0xc8, 0x36, 0xbe, 0x8e, 0xed, 0xd2, 0xd5, + 0xd8, 0x2e, 0xfd, 0x1c, 0xdb, 0xa5, 0xf7, 0x6e, 0x14, 0xf3, 0xb3, 0x7e, 0xd3, 0x6d, 0xd1, 0xc4, + 0x6b, 0x50, 0x96, 0xbc, 0x13, 0x0f, 0x89, 0x78, 0x4d, 0xda, 0xde, 0xc5, 0xec, 0x83, 0xc2, 0x87, + 0x5d, 0xcc, 0x9a, 0x1b, 0xf2, 0x87, 0xfd, 0xd9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x48, 0x4f, + 0x69, 0x32, 0x76, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -597,7 +598,7 @@ func NewMsgClient(cc grpc1.ClientConn) MsgClient { func (c *msgClient) CreateDenom(ctx context.Context, in *MsgCreateDenom, opts ...grpc.CallOption) (*MsgCreateDenomResponse, error) { out := new(MsgCreateDenomResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Msg/CreateDenom", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Msg/CreateDenom", in, out, opts...) if err != nil { return nil, err } @@ -606,7 +607,7 @@ func (c *msgClient) CreateDenom(ctx context.Context, in *MsgCreateDenom, opts .. func (c *msgClient) Mint(ctx context.Context, in *MsgMint, opts ...grpc.CallOption) (*MsgMintResponse, error) { out := new(MsgMintResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Msg/Mint", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Msg/Mint", in, out, opts...) if err != nil { return nil, err } @@ -615,7 +616,7 @@ func (c *msgClient) Mint(ctx context.Context, in *MsgMint, opts ...grpc.CallOpti func (c *msgClient) Burn(ctx context.Context, in *MsgBurn, opts ...grpc.CallOption) (*MsgBurnResponse, error) { out := new(MsgBurnResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Msg/Burn", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Msg/Burn", in, out, opts...) if err != nil { return nil, err } @@ -624,7 +625,7 @@ func (c *msgClient) Burn(ctx context.Context, in *MsgBurn, opts ...grpc.CallOpti func (c *msgClient) ChangeAdmin(ctx context.Context, in *MsgChangeAdmin, opts ...grpc.CallOption) (*MsgChangeAdminResponse, error) { out := new(MsgChangeAdminResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Msg/ChangeAdmin", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Msg/ChangeAdmin", in, out, opts...) if err != nil { return nil, err } @@ -633,7 +634,7 @@ func (c *msgClient) ChangeAdmin(ctx context.Context, in *MsgChangeAdmin, opts .. func (c *msgClient) SetDenomMetadata(ctx context.Context, in *MsgSetDenomMetadata, opts ...grpc.CallOption) (*MsgSetDenomMetadataResponse, error) { out := new(MsgSetDenomMetadataResponse) - err := c.cc.Invoke(ctx, "/cosmwasm.tokenfactory.v1beta1.Msg/SetDenomMetadata", in, out, opts...) + err := c.cc.Invoke(ctx, "/osmosis.tokenfactory.v1beta1.Msg/SetDenomMetadata", in, out, opts...) if err != nil { return nil, err } @@ -683,7 +684,7 @@ func _Msg_CreateDenom_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Msg/CreateDenom", + FullMethod: "/osmosis.tokenfactory.v1beta1.Msg/CreateDenom", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).CreateDenom(ctx, req.(*MsgCreateDenom)) @@ -701,7 +702,7 @@ func _Msg_Mint_Handler(srv interface{}, ctx context.Context, dec func(interface{ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Msg/Mint", + FullMethod: "/osmosis.tokenfactory.v1beta1.Msg/Mint", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).Mint(ctx, req.(*MsgMint)) @@ -719,7 +720,7 @@ func _Msg_Burn_Handler(srv interface{}, ctx context.Context, dec func(interface{ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Msg/Burn", + FullMethod: "/osmosis.tokenfactory.v1beta1.Msg/Burn", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).Burn(ctx, req.(*MsgBurn)) @@ -737,7 +738,7 @@ func _Msg_ChangeAdmin_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Msg/ChangeAdmin", + FullMethod: "/osmosis.tokenfactory.v1beta1.Msg/ChangeAdmin", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).ChangeAdmin(ctx, req.(*MsgChangeAdmin)) @@ -755,7 +756,7 @@ func _Msg_SetDenomMetadata_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/cosmwasm.tokenfactory.v1beta1.Msg/SetDenomMetadata", + FullMethod: "/osmosis.tokenfactory.v1beta1.Msg/SetDenomMetadata", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).SetDenomMetadata(ctx, req.(*MsgSetDenomMetadata)) @@ -764,7 +765,7 @@ func _Msg_SetDenomMetadata_Handler(srv interface{}, ctx context.Context, dec fun } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "cosmwasm.tokenfactory.v1beta1.Msg", + ServiceName: "osmosis.tokenfactory.v1beta1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ {