@injectivelabs/sdk-ts 1.14.6-beta.32 → 1.14.6-beta.33

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.
@@ -21,7 +21,7 @@ export declare namespace MsgTransferCosmjs {
21
21
  /**
22
22
  * @category Messages
23
23
  *
24
- * @deprected use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
24
+ * @deprecated use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
25
25
  */
26
26
  export default class MsgTransferCosmjs {
27
27
  params: MsgTransferCosmjs.Params;
@@ -4,7 +4,7 @@ const tx_1 = require("cosmjs-types/ibc/applications/transfer/v1/tx");
4
4
  /**
5
5
  * @category Messages
6
6
  *
7
- * @deprected use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
7
+ * @deprecated use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
8
8
  */
9
9
  class MsgTransferCosmjs {
10
10
  constructor(params) {
@@ -17,7 +17,7 @@ export declare namespace ExecArgCW20Send {
17
17
  contractAddress: string;
18
18
  amount: string;
19
19
  /**
20
- * This object represents the underyling method
20
+ * This object represents the underlying method
21
21
  * that we want to execute on the CW20 smart contract
22
22
  */
23
23
  msg?: object;
@@ -21,7 +21,7 @@ export declare namespace MsgTransferCosmjs {
21
21
  /**
22
22
  * @category Messages
23
23
  *
24
- * @deprected use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
24
+ * @deprecated use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
25
25
  */
26
26
  export default class MsgTransferCosmjs {
27
27
  params: MsgTransferCosmjs.Params;
@@ -2,7 +2,7 @@ import { MsgTransfer as BaseMsgTransferCosmjs } from 'cosmjs-types/ibc/applicati
2
2
  /**
3
3
  * @category Messages
4
4
  *
5
- * @deprected use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
5
+ * @deprecated use MsgTransfer with SIGN_DIRECT and a Cosmos wallet
6
6
  */
7
7
  export default class MsgTransferCosmjs {
8
8
  params;
@@ -17,7 +17,7 @@ export declare namespace ExecArgCW20Send {
17
17
  contractAddress: string;
18
18
  amount: string;
19
19
  /**
20
- * This object represents the underyling method
20
+ * This object represents the underlying method
21
21
  * that we want to execute on the CW20 smart contract
22
22
  */
23
23
  msg?: object;
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.14.6-beta.32",
4
+ "version": "1.14.6-beta.33",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "author": {
@@ -40,17 +40,17 @@
40
40
  "@ethersproject/bytes": "^5.7.0",
41
41
  "@injectivelabs/core-proto-ts": "^0.0.21",
42
42
  "@injectivelabs/dmm-proto-ts": "1.0.19",
43
- "@injectivelabs/exceptions": "^1.14.6-beta.2",
43
+ "@injectivelabs/exceptions": "^1.14.6-beta.3",
44
44
  "@injectivelabs/grpc-web": "^0.0.1",
45
45
  "@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
46
46
  "@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
47
47
  "@injectivelabs/indexer-proto-ts": "1.11.36",
48
48
  "@injectivelabs/mito-proto-ts": "1.0.59",
49
- "@injectivelabs/networks": "^1.14.6-beta.2",
49
+ "@injectivelabs/networks": "^1.14.6-beta.3",
50
50
  "@injectivelabs/test-utils": "^1.14.3",
51
- "@injectivelabs/token-metadata": "^1.14.6-beta.24",
52
- "@injectivelabs/ts-types": "^1.14.6-beta.1",
53
- "@injectivelabs/utils": "^1.14.6-beta.2",
51
+ "@injectivelabs/token-metadata": "^1.14.6-beta.25",
52
+ "@injectivelabs/ts-types": "^1.14.6-beta.2",
53
+ "@injectivelabs/utils": "^1.14.6-beta.3",
54
54
  "@metamask/eth-sig-util": "^4.0.0",
55
55
  "axios": "^0.27.2",
56
56
  "bech32": "^2.0.0",
@@ -69,7 +69,7 @@
69
69
  "shx": "^0.3.2",
70
70
  "snakecase-keys": "^5.4.1"
71
71
  },
72
- "gitHead": "311efbc89110eb06fddc085487a3fab600b39075",
72
+ "gitHead": "f90ea6f1a418cabda1990a5150c2b9949c437447",
73
73
  "typedoc": {
74
74
  "entryPoint": "./src/index.ts",
75
75
  "readmeFile": "./README.md",