From ce029599e81538cd52e1c64c7407bb42d855be91 Mon Sep 17 00:00:00 2001 From: Shrenuj Bansal Date: Tue, 30 Jul 2024 16:06:50 -0400 Subject: [PATCH] indexer gen Signed-off-by: Shrenuj Bansal --- .../src/codegen/dydxprotocol/listing/tx.ts | 20 +++++++++++++++---- protocol/x/listing/types/tx.pb.go | 6 ++++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/indexer/packages/v4-protos/src/codegen/dydxprotocol/listing/tx.ts b/indexer/packages/v4-protos/src/codegen/dydxprotocol/listing/tx.ts index fda20a00b7..f81df0f61a 100644 --- a/indexer/packages/v4-protos/src/codegen/dydxprotocol/listing/tx.ts +++ b/indexer/packages/v4-protos/src/codegen/dydxprotocol/listing/tx.ts @@ -29,7 +29,10 @@ export interface MsgSetMarketsHardCapResponse {} /** MsgSetMarketsHardCapResponse defines the MsgSetMarketsHardCap response */ export interface MsgSetMarketsHardCapResponseSDKType {} -/** MsgCreateMarketPermissionless is a message used to create new markets without // going through x/gov */ +/** + * MsgCreateMarketPermissionless is a message used to create new markets without + * // going through x/gov + */ export interface MsgCreateMarketPermissionless { /** The name of the `Perpetual` (e.g. `BTC-USD`). */ @@ -41,7 +44,10 @@ export interface MsgCreateMarketPermissionless { quoteQuantums: Uint8Array; } -/** MsgCreateMarketPermissionless is a message used to create new markets without // going through x/gov */ +/** + * MsgCreateMarketPermissionless is a message used to create new markets without + * // going through x/gov + */ export interface MsgCreateMarketPermissionlessSDKType { /** The name of the `Perpetual` (e.g. `BTC-USD`). */ @@ -53,10 +59,16 @@ export interface MsgCreateMarketPermissionlessSDKType { quote_quantums: Uint8Array; } -/** MsgCreateMarketPermissionlessResponse defines the MsgCreateMarketPermissionless response */ +/** + * MsgCreateMarketPermissionlessResponse defines the + * MsgCreateMarketPermissionless response + */ export interface MsgCreateMarketPermissionlessResponse {} -/** MsgCreateMarketPermissionlessResponse defines the MsgCreateMarketPermissionless response */ +/** + * MsgCreateMarketPermissionlessResponse defines the + * MsgCreateMarketPermissionless response + */ export interface MsgCreateMarketPermissionlessResponseSDKType {} diff --git a/protocol/x/listing/types/tx.pb.go b/protocol/x/listing/types/tx.pb.go index c26874be46..8304a6565e 100644 --- a/protocol/x/listing/types/tx.pb.go +++ b/protocol/x/listing/types/tx.pb.go @@ -124,7 +124,8 @@ func (m *MsgSetMarketsHardCapResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgSetMarketsHardCapResponse proto.InternalMessageInfo -// MsgCreateMarketPermissionless is a message used to create new markets without // going through x/gov +// MsgCreateMarketPermissionless is a message used to create new markets without +// // going through x/gov type MsgCreateMarketPermissionless struct { // The name of the `Perpetual` (e.g. `BTC-USD`). Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` @@ -181,7 +182,8 @@ func (m *MsgCreateMarketPermissionless) GetSubaccountId() *types.SubaccountId { return nil } -// MsgCreateMarketPermissionlessResponse defines the MsgCreateMarketPermissionless response +// MsgCreateMarketPermissionlessResponse defines the +// MsgCreateMarketPermissionless response type MsgCreateMarketPermissionlessResponse struct { }