Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Sep 5, 2024
1 parent 64be971 commit f4b7d6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions v4-client-js/package-lock.json

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

2 changes: 1 addition & 1 deletion v4-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-client-js",
"version": "1.2.1",
"version": "1.3.0",
"description": "General client library for the new dYdX system (v4 decentralized)",
"main": "build/src/index.js",
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions v4-client-js/src/clients/modules/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ import {
TxExtension,
QueryAbciResponse,
createProtobufRpcClient,
QueryClient,
} from '@cosmjs/stargate';
import * as AuthModule from 'cosmjs-types/cosmos/auth/v1beta1/query';
import * as BankModule from 'cosmjs-types/cosmos/bank/v1beta1/query';
import { Any } from 'cosmjs-types/google/protobuf/any';
import Long from 'long';
import protobuf from 'protobufjs';

import { slinky } from '../../codegen';
import { MarketMapResponse } from '../../codegen/slinky/marketmap/v1/query';
import { PAGE_REQUEST } from '../constants';
import { UnexpectedClientError } from '../lib/errors';
import {
Expand All @@ -33,8 +34,6 @@ import {
SubaccountsModule,
} from './proto-includes';
import { TendermintClient } from './tendermintClient';
import { slinky } from '../../codegen';
import { MarketMapResponse } from '../../codegen/slinky/marketmap/v1/query';

// Required for encoding and decoding queries that are of type Long.
// Must be done once but since the individal modules should be usable without
Expand Down

0 comments on commit f4b7d6e

Please sign in to comment.