Skip to content

Commit

Permalink
indexer gen
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <shrenuj@dydx.exchange>
  • Loading branch information
shrenujb committed Jul 30, 2024
1 parent de6bb39 commit ce02959
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 16 additions & 4 deletions indexer/packages/v4-protos/src/codegen/dydxprotocol/listing/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`). */
Expand All @@ -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`). */
Expand All @@ -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 {}

Expand Down
6 changes: 4 additions & 2 deletions protocol/x/listing/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce02959

Please sign in to comment.