@injectivelabs/sdk-ts 1.14.14-beta.10 → 1.14.14-beta.11

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.
@@ -29,6 +29,8 @@ export default class MsgInstantSpotMarketLaunch extends MsgBase<MsgInstantSpotMa
29
29
  minPriceTickSize: string;
30
30
  minQuantityTickSize: string;
31
31
  minNotional: string;
32
+ baseDecimals: number;
33
+ quoteDecimals: number;
32
34
  '@type': string;
33
35
  };
34
36
  toAmino(): {
@@ -41,6 +43,8 @@ export default class MsgInstantSpotMarketLaunch extends MsgBase<MsgInstantSpotMa
41
43
  min_price_tick_size: string;
42
44
  min_quantity_tick_size: string;
43
45
  min_notional: string;
46
+ base_decimals: number;
47
+ quote_decimals: number;
44
48
  };
45
49
  };
46
50
  toWeb3(): {
@@ -51,6 +55,8 @@ export default class MsgInstantSpotMarketLaunch extends MsgBase<MsgInstantSpotMa
51
55
  min_price_tick_size: string;
52
56
  min_quantity_tick_size: string;
53
57
  min_notional: string;
58
+ base_decimals: number;
59
+ quote_decimals: number;
54
60
  '@type': string;
55
61
  };
56
62
  toDirectSign(): {
@@ -1 +1 @@
1
- {"version":3,"file":"MsgInstantSpotMarketLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/core/modules/exchange/msgs/MsgInstantSpotMarketLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAEzE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAGvC,MAAM,CAAC,OAAO,WAAW,0BAA0B,CAAC;IAClD,UAAiB,MAAM;QACrB,QAAQ,EAAE,MAAM,CAAA;QAChB,MAAM,EAAE;YACN,MAAM,EAAE,MAAM,CAAA;YACd,MAAM,EAAE,MAAM,CAAA;YACd,SAAS,EAAE,MAAM,CAAA;YACjB,UAAU,EAAE,MAAM,CAAA;YAClB,WAAW,EAAE,MAAM,CAAA;YACnB,gBAAgB,EAAE,MAAM,CAAA;YACxB,mBAAmB,EAAE,MAAM,CAAA;SAC5B,CAAA;KACF;IAED,KAAY,KAAK,GAAG,0BAA0B,CAAC,0BAA0B,CAAA;CAC1E;AAkBD;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,OAAO,CAC7D,0BAA0B,CAAC,MAAM,EACjC,0BAA0B,CAAC,KAAK,CACjC;IACC,MAAM,CAAC,QAAQ,CACb,MAAM,EAAE,0BAA0B,CAAC,MAAM,GACxC,0BAA0B;IAItB,OAAO;IAsBP,MAAM;;;;;;;;;;IASN,OAAO;;;;;;;;;;;;IAaP,MAAM;;;;;;;;;;IAUN,YAAY;;;;IASZ,QAAQ,IAAI,UAAU;CAK9B"}
1
+ {"version":3,"file":"MsgInstantSpotMarketLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/core/modules/exchange/msgs/MsgInstantSpotMarketLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAEzE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAGvC,MAAM,CAAC,OAAO,WAAW,0BAA0B,CAAC;IAClD,UAAiB,MAAM;QACrB,QAAQ,EAAE,MAAM,CAAA;QAChB,MAAM,EAAE;YACN,MAAM,EAAE,MAAM,CAAA;YACd,MAAM,EAAE,MAAM,CAAA;YACd,SAAS,EAAE,MAAM,CAAA;YACjB,UAAU,EAAE,MAAM,CAAA;YAClB,WAAW,EAAE,MAAM,CAAA;YACnB,gBAAgB,EAAE,MAAM,CAAA;YACxB,mBAAmB,EAAE,MAAM,CAAA;SAC5B,CAAA;KACF;IAED,KAAY,KAAK,GAAG,0BAA0B,CAAC,0BAA0B,CAAA;CAC1E;AAkBD;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,OAAO,CAC7D,0BAA0B,CAAC,MAAM,EACjC,0BAA0B,CAAC,KAAK,CACjC;IACC,MAAM,CAAC,QAAQ,CACb,MAAM,EAAE,0BAA0B,CAAC,MAAM,GACxC,0BAA0B;IAItB,OAAO;IAsBP,MAAM;;;;;;;;;;;;IASN,OAAO;;;;;;;;;;;;;;IAaP,MAAM;;;;;;;;;;;;IAUN,YAAY;;;;IASZ,QAAQ,IAAI,UAAU;CAK9B"}
@@ -29,6 +29,8 @@ export default class MsgInstantSpotMarketLaunch extends MsgBase<MsgInstantSpotMa
29
29
  minPriceTickSize: string;
30
30
  minQuantityTickSize: string;
31
31
  minNotional: string;
32
+ baseDecimals: number;
33
+ quoteDecimals: number;
32
34
  '@type': string;
33
35
  };
34
36
  toAmino(): {
@@ -41,6 +43,8 @@ export default class MsgInstantSpotMarketLaunch extends MsgBase<MsgInstantSpotMa
41
43
  min_price_tick_size: string;
42
44
  min_quantity_tick_size: string;
43
45
  min_notional: string;
46
+ base_decimals: number;
47
+ quote_decimals: number;
44
48
  };
45
49
  };
46
50
  toWeb3(): {
@@ -51,6 +55,8 @@ export default class MsgInstantSpotMarketLaunch extends MsgBase<MsgInstantSpotMa
51
55
  min_price_tick_size: string;
52
56
  min_quantity_tick_size: string;
53
57
  min_notional: string;
58
+ base_decimals: number;
59
+ quote_decimals: number;
54
60
  '@type': string;
55
61
  };
56
62
  toDirectSign(): {
@@ -1 +1 @@
1
- {"version":3,"file":"MsgInstantSpotMarketLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/core/modules/exchange/msgs/MsgInstantSpotMarketLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAEzE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAGvC,MAAM,CAAC,OAAO,WAAW,0BAA0B,CAAC;IAClD,UAAiB,MAAM;QACrB,QAAQ,EAAE,MAAM,CAAA;QAChB,MAAM,EAAE;YACN,MAAM,EAAE,MAAM,CAAA;YACd,MAAM,EAAE,MAAM,CAAA;YACd,SAAS,EAAE,MAAM,CAAA;YACjB,UAAU,EAAE,MAAM,CAAA;YAClB,WAAW,EAAE,MAAM,CAAA;YACnB,gBAAgB,EAAE,MAAM,CAAA;YACxB,mBAAmB,EAAE,MAAM,CAAA;SAC5B,CAAA;KACF;IAED,KAAY,KAAK,GAAG,0BAA0B,CAAC,0BAA0B,CAAA;CAC1E;AAkBD;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,OAAO,CAC7D,0BAA0B,CAAC,MAAM,EACjC,0BAA0B,CAAC,KAAK,CACjC;IACC,MAAM,CAAC,QAAQ,CACb,MAAM,EAAE,0BAA0B,CAAC,MAAM,GACxC,0BAA0B;IAItB,OAAO;IAsBP,MAAM;;;;;;;;;;IASN,OAAO;;;;;;;;;;;;IAaP,MAAM;;;;;;;;;;IAUN,YAAY;;;;IASZ,QAAQ,IAAI,UAAU;CAK9B"}
1
+ {"version":3,"file":"MsgInstantSpotMarketLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/core/modules/exchange/msgs/MsgInstantSpotMarketLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAEzE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAGvC,MAAM,CAAC,OAAO,WAAW,0BAA0B,CAAC;IAClD,UAAiB,MAAM;QACrB,QAAQ,EAAE,MAAM,CAAA;QAChB,MAAM,EAAE;YACN,MAAM,EAAE,MAAM,CAAA;YACd,MAAM,EAAE,MAAM,CAAA;YACd,SAAS,EAAE,MAAM,CAAA;YACjB,UAAU,EAAE,MAAM,CAAA;YAClB,WAAW,EAAE,MAAM,CAAA;YACnB,gBAAgB,EAAE,MAAM,CAAA;YACxB,mBAAmB,EAAE,MAAM,CAAA;SAC5B,CAAA;KACF;IAED,KAAY,KAAK,GAAG,0BAA0B,CAAC,0BAA0B,CAAA;CAC1E;AAkBD;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,0BAA2B,SAAQ,OAAO,CAC7D,0BAA0B,CAAC,MAAM,EACjC,0BAA0B,CAAC,KAAK,CACjC;IACC,MAAM,CAAC,QAAQ,CACb,MAAM,EAAE,0BAA0B,CAAC,MAAM,GACxC,0BAA0B;IAItB,OAAO;IAsBP,MAAM;;;;;;;;;;;;IASN,OAAO;;;;;;;;;;;;;;IAaP,MAAM;;;;;;;;;;;;IAUN,YAAY;;;;IASZ,QAAQ,IAAI,UAAU;CAK9B"}
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.14-beta.10",
4
+ "version": "1.14.14-beta.11",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "author": {
@@ -37,7 +37,7 @@
37
37
  "@cosmjs/proto-signing": "^0.32.3",
38
38
  "@cosmjs/stargate": "^0.32.3",
39
39
  "@ethersproject/bytes": "^5.7.0",
40
- "@injectivelabs/core-proto-ts": "0.0.28",
40
+ "@injectivelabs/core-proto-ts": "0.0.30",
41
41
  "@injectivelabs/dmm-proto-ts": "1.0.20",
42
42
  "@injectivelabs/exceptions": "^1.14.14-beta.3",
43
43
  "@injectivelabs/grpc-web": "^0.0.1",
@@ -68,7 +68,7 @@
68
68
  "shx": "^0.3.2",
69
69
  "snakecase-keys": "^5.4.1"
70
70
  },
71
- "gitHead": "df59b08ac953f926ffd2b295a3f9dc97bebaef2f",
71
+ "gitHead": "72fa832c4828894ebc4074db02c2229383c28604",
72
72
  "typedoc": {
73
73
  "entryPoint": "./src/index.ts",
74
74
  "readmeFile": "./README.md",