Skip to content

Commit

Permalink
proto format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Oct 21, 2024
1 parent 391c4e7 commit 6c340a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface MarketParam {
* A string of json that encodes the configuration for resolving the price
* of this market on various exchanges.
*
* Deprecated since v8.x. The exchange config is now determined from the marketmap.
* Deprecated since v8.x. This is now determined from the marketmap.
*/

exchangeConfigJson: string;
Expand Down Expand Up @@ -91,7 +91,7 @@ export interface MarketParamSDKType {
* A string of json that encodes the configuration for resolving the price
* of this market on various exchanges.
*
* Deprecated since v8.x. The exchange config is now determined from the marketmap.
* Deprecated since v8.x. This is now determined from the marketmap.
*/

exchange_config_json: string;
Expand Down
2 changes: 1 addition & 1 deletion proto/dydxprotocol/prices/market_param.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ message MarketParam {
// A string of json that encodes the configuration for resolving the price
// of this market on various exchanges.
//
// Deprecated since v8.x. The exchange config is now determined from the marketmap.
// Deprecated since v8.x. This is now determined from the marketmap.
string exchange_config_json = 6;
}
2 changes: 1 addition & 1 deletion protocol/x/prices/types/market_param.pb.go

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

0 comments on commit 6c340a3

Please sign in to comment.