@dydxprotocol/v4-client-js 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-client-js",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "General client library for the new dYdX system (v4 decentralized)",
5
5
  "main": "build/cjs/src/index.js",
6
6
  "module": "build/esm/src/index.js",
@@ -633,7 +633,7 @@ export class Get {
633
633
  * @description Get fee discounts for all perp markets.
634
634
  * @returns All markets' fee discounts.
635
635
  */
636
- async getAllPerpMarketFeeDiscounts(): Promise<FeeTierModule.QueryAllMarketFeeDiscountParamsRequest> {
636
+ async getAllPerpMarketFeeDiscounts(): Promise<FeeTierModule.QueryAllMarketFeeDiscountParamsResponse> {
637
637
  const requestData = Uint8Array.from(
638
638
  FeeTierModule.QueryAllMarketFeeDiscountParamsRequest.encode({}).finish(),
639
639
  );