@injectivelabs/sdk-ts 1.16.21 → 1.16.23

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.
@@ -64,7 +64,9 @@ class IndexerGrpcMegaVaultTransformer {
64
64
  return {
65
65
  address: operator.address,
66
66
  updatedAt: operator.updatedAt,
67
+ percentage: operator.percentage,
67
68
  totalAmount: operator.totalAmount,
69
+ subaccountId: operator.subaccountId,
68
70
  updatedHeight: operator.updatedHeight,
69
71
  totalLiquidAmount: operator.totalLiquidAmount,
70
72
  };
@@ -5,6 +5,8 @@ export interface MegaVaultOperator {
5
5
  totalLiquidAmount: string;
6
6
  updatedHeight: string;
7
7
  updatedAt: string;
8
+ percentage: string;
9
+ subaccountId: string;
8
10
  }
9
11
  export interface MegaVault {
10
12
  admin: string;
@@ -61,7 +61,9 @@ export class IndexerGrpcMegaVaultTransformer {
61
61
  return {
62
62
  address: operator.address,
63
63
  updatedAt: operator.updatedAt,
64
+ percentage: operator.percentage,
64
65
  totalAmount: operator.totalAmount,
66
+ subaccountId: operator.subaccountId,
65
67
  updatedHeight: operator.updatedHeight,
66
68
  totalLiquidAmount: operator.totalLiquidAmount,
67
69
  };
@@ -5,6 +5,8 @@ export interface MegaVaultOperator {
5
5
  totalLiquidAmount: string;
6
6
  updatedHeight: string;
7
7
  updatedAt: string;
8
+ percentage: string;
9
+ subaccountId: string;
8
10
  }
9
11
  export interface MegaVault {
10
12
  admin: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/sdk-ts",
3
3
  "description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
4
- "version": "1.16.21",
4
+ "version": "1.16.23",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "author": {
@@ -122,18 +122,18 @@
122
122
  "@cosmjs/amino": "^0.33.0",
123
123
  "@cosmjs/proto-signing": "^0.33.0",
124
124
  "@cosmjs/stargate": "^0.33.0",
125
- "@injectivelabs/abacus-proto-ts": "1.14.0",
125
+ "@injectivelabs/abacus-proto-ts": "1.14.1",
126
126
  "@injectivelabs/core-proto-ts": "1.16.6",
127
- "@injectivelabs/exceptions": "1.16.21",
127
+ "@injectivelabs/exceptions": "1.16.23",
128
128
  "@injectivelabs/grpc-web": "^0.0.1",
129
129
  "@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
130
130
  "@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
131
- "@injectivelabs/indexer-proto-ts": "1.13.22",
131
+ "@injectivelabs/indexer-proto-ts": "1.13.23",
132
132
  "@injectivelabs/mito-proto-ts": "1.13.2",
133
- "@injectivelabs/networks": "1.16.21",
133
+ "@injectivelabs/networks": "1.16.23",
134
134
  "@injectivelabs/olp-proto-ts": "1.13.4",
135
- "@injectivelabs/ts-types": "1.16.21",
136
- "@injectivelabs/utils": "1.16.21",
135
+ "@injectivelabs/ts-types": "1.16.23",
136
+ "@injectivelabs/utils": "1.16.23",
137
137
  "@noble/curves": "^1.8.1",
138
138
  "@noble/hashes": "^1.7.1",
139
139
  "@scure/base": "^1.2.6",
@@ -151,7 +151,7 @@
151
151
  "snakecase-keys": "^5.4.1",
152
152
  "viem": "^2.33.2"
153
153
  },
154
- "gitHead": "2fdbd5466bdc50900f6dd7eca82ac8d2e1145992",
154
+ "gitHead": "d9fe4391f51cc4dde22d43b0e82b540d25ef1ddc",
155
155
  "typedoc": {
156
156
  "entryPoint": "./src/index.ts",
157
157
  "readmeFile": "./README.md",