carbon-js-sdk 0.3.35 → 0.3.37

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.
@@ -31,6 +31,7 @@ const SYMBOL_OVERRIDE = {
31
31
  DBC2: "DBC",
32
32
  AVA1: "AVA",
33
33
  TSWTH: "tSWTH",
34
+ "cibStride Liquid Staked LUNA": "cibstLUNA",
34
35
  };
35
36
  const regexCdpDenom = RegExp(`^${constant_1.DenomPrefix.CDPToken}/`, "i");
36
37
  const regexLPDenom = RegExp(`^${constant_1.DenomPrefix.LPToken}/(\\d+)$`, "i");
@@ -1655,6 +1655,11 @@ exports.EmbedChainInfosInit = {
1655
1655
  coinMinimalDenom: "stustars",
1656
1656
  coinDecimals: 6,
1657
1657
  },
1658
+ {
1659
+ coinDenom: "stLUNA",
1660
+ coinMinimalDenom: "stuluna",
1661
+ coinDecimals: 6,
1662
+ },
1658
1663
  ],
1659
1664
  feeCurrencies: [
1660
1665
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.3.35",
3
+ "version": "0.3.37",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",