Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <[email protected]>
  • Loading branch information
shrenujb committed Jun 19, 2024
1 parent 1c2ee8a commit ee29b2e
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 7 deletions.
3 changes: 1 addition & 2 deletions proto/dydxprotocol/revshare/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ package dydxprotocol.revshare;
import "gogoproto/gogo.proto";
import "dydxprotocol/revshare/params.proto";


option go_package = "github.com/dydxprotocol/v4-chain/protocol/x/revshare/types";

// GenesisState defines `x/revshare`'s genesis state.
message GenesisState {
MarketMapperRevenueShareParams params = 1 [ (gogoproto.nullable) = false ];
MarketMapperRevenueShareParams params = 1 [ (gogoproto.nullable) = false ];
}
5 changes: 2 additions & 3 deletions proto/dydxprotocol/revshare/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ option go_package = "github.com/dydxprotocol/v4-chain/protocol/x/revshare/types"

// Msg defines the Msg service.
service Msg {
// SetMarketMapperRevenueShare creates a new revenue share for a market mapper.
// SetMarketMapperRevenueShare creates a new revenue share for a market
// mapper.
rpc SetMarketMapperRevenueShare(MsgSetMarketMapperRevenueShare)
returns (MsgSetMarketMapperRevenueShareResponse);
}
Expand All @@ -28,5 +29,3 @@ message MsgSetMarketMapperRevenueShare {

// Response to a MsgSetMarketMapperRevenueShare
message MsgSetMarketMapperRevenueShareResponse {}


Loading

0 comments on commit ee29b2e

Please sign in to comment.