@injectivelabs/sdk-ts 1.16.1-alpha.0 → 1.16.1-alpha.3

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.
@@ -59,8 +59,7 @@ class MsgSubmitProposalPerpetualMarketLaunchV2 extends MsgBase_js_1.MsgBase {
59
59
  depositParams.denom = params.deposit.denom;
60
60
  depositParams.amount = params.deposit.amount;
61
61
  const contentAny = core_proto_ts_1.GoogleProtobufAny.Any.create();
62
- contentAny.typeUrl =
63
- '/injective.exchange.v1beta1.PerpetualMarketLaunchProposal';
62
+ contentAny.typeUrl = '/injective.exchange.v2.PerpetualMarketLaunchProposal';
64
63
  contentAny.value =
65
64
  core_proto_ts_1.InjectiveExchangeV2Proposal.PerpetualMarketLaunchProposal.encode(createPerpetualMarketLaunch(params)).finish();
66
65
  const message = core_proto_ts_1.CosmosGovV1Beta1Tx.MsgSubmitProposal.create();
@@ -103,7 +102,7 @@ class MsgSubmitProposalPerpetualMarketLaunchV2 extends MsgBase_js_1.MsgBase {
103
102
  const messageWithProposalType = {
104
103
  ...value,
105
104
  content: {
106
- '@type': '/injective.exchange.v1beta1.PerpetualMarketLaunchProposal',
105
+ '@type': '/injective.exchange.v2.PerpetualMarketLaunchProposal',
107
106
  ...value.content.value,
108
107
  },
109
108
  };
@@ -54,8 +54,7 @@ export default class MsgSubmitProposalPerpetualMarketLaunchV2 extends MsgBase {
54
54
  depositParams.denom = params.deposit.denom;
55
55
  depositParams.amount = params.deposit.amount;
56
56
  const contentAny = GoogleProtobufAny.Any.create();
57
- contentAny.typeUrl =
58
- '/injective.exchange.v1beta1.PerpetualMarketLaunchProposal';
57
+ contentAny.typeUrl = '/injective.exchange.v2.PerpetualMarketLaunchProposal';
59
58
  contentAny.value =
60
59
  InjectiveExchangeV2Proposal.PerpetualMarketLaunchProposal.encode(createPerpetualMarketLaunch(params)).finish();
61
60
  const message = CosmosGovV1Beta1Tx.MsgSubmitProposal.create();
@@ -98,7 +97,7 @@ export default class MsgSubmitProposalPerpetualMarketLaunchV2 extends MsgBase {
98
97
  const messageWithProposalType = {
99
98
  ...value,
100
99
  content: {
101
- '@type': '/injective.exchange.v1beta1.PerpetualMarketLaunchProposal',
100
+ '@type': '/injective.exchange.v2.PerpetualMarketLaunchProposal',
102
101
  ...value.content.value,
103
102
  },
104
103
  };
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.1-alpha.0",
4
+ "version": "1.16.1-alpha.3",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "author": {
@@ -122,17 +122,17 @@
122
122
  "@cosmjs/proto-signing": "^0.33.0",
123
123
  "@cosmjs/stargate": "^0.33.0",
124
124
  "@injectivelabs/abacus-proto-ts": "1.14.0",
125
- "@injectivelabs/core-proto-ts": "1.16.0",
126
- "@injectivelabs/exceptions": "^1.16.1-alpha.0",
125
+ "@injectivelabs/core-proto-ts": "1.16.1",
126
+ "@injectivelabs/exceptions": "^1.16.1-alpha.3",
127
127
  "@injectivelabs/grpc-web": "^0.0.1",
128
128
  "@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
129
129
  "@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
130
130
  "@injectivelabs/indexer-proto-ts": "1.13.14",
131
131
  "@injectivelabs/mito-proto-ts": "1.13.2",
132
- "@injectivelabs/networks": "^1.16.1-alpha.0",
132
+ "@injectivelabs/networks": "^1.16.1-alpha.3",
133
133
  "@injectivelabs/olp-proto-ts": "1.13.4",
134
- "@injectivelabs/ts-types": "^1.16.1-alpha.0",
135
- "@injectivelabs/utils": "^1.16.1-alpha.0",
134
+ "@injectivelabs/ts-types": "^1.16.1-alpha.3",
135
+ "@injectivelabs/utils": "^1.16.1-alpha.3",
136
136
  "@metamask/eth-sig-util": "^8.2.0",
137
137
  "@noble/curves": "^1.8.1",
138
138
  "@noble/hashes": "^1.7.1",
@@ -151,7 +151,7 @@
151
151
  "shx": "^0.3.4",
152
152
  "snakecase-keys": "^5.4.1"
153
153
  },
154
- "gitHead": "d1057b0601f494f41172b8a4e8440da25ffc3d28",
154
+ "gitHead": "8a8a9a67e0cc82f0971704a05028e517e5e147cc",
155
155
  "typedoc": {
156
156
  "entryPoint": "./src/index.ts",
157
157
  "readmeFile": "./README.md",