carbon-js-sdk 0.3.29 → 0.3.30

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.
@@ -1717,23 +1717,21 @@ exports.EmbedChainInfosInit = {
1717
1717
  chainId: "phoenix-1",
1718
1718
  chainName: "Terra 2.0",
1719
1719
  bip44: {
1720
- coinType: 118,
1720
+ coinType: 330,
1721
1721
  },
1722
1722
  bech32Config: exports.IBCAddress.defaultBech32Config("terra"),
1723
1723
  stakeCurrency: {
1724
1724
  coinDenom: "LUNA",
1725
1725
  coinMinimalDenom: "uluna",
1726
1726
  coinDecimals: 6,
1727
- // coinGeckoId: "terra-luna-2",
1728
- coinGeckoId: "pool:uluna",
1727
+ coinGeckoId: "terra-luna-2",
1729
1728
  },
1730
1729
  currencies: [
1731
1730
  {
1732
1731
  coinDenom: "LUNA",
1733
1732
  coinMinimalDenom: "uluna",
1734
1733
  coinDecimals: 6,
1735
- // coinGeckoId: "terra-luna-2",
1736
- coinGeckoId: "pool:uluna",
1734
+ coinGeckoId: "terra-luna-2",
1737
1735
  },
1738
1736
  ],
1739
1737
  feeCurrencies: [
@@ -1741,8 +1739,7 @@ exports.EmbedChainInfosInit = {
1741
1739
  coinDenom: "LUNA",
1742
1740
  coinMinimalDenom: "uluna",
1743
1741
  coinDecimals: 6,
1744
- // coinGeckoId: "terra-luna-2",
1745
- coinGeckoId: "pool:uluna",
1742
+ coinGeckoId: "terra-luna-2",
1746
1743
  },
1747
1744
  ],
1748
1745
  gasPriceStep: {
@@ -1750,7 +1747,7 @@ exports.EmbedChainInfosInit = {
1750
1747
  average: 0.2,
1751
1748
  high: 0.25,
1752
1749
  },
1753
- features: ["ibc-transfer", "ibc-go", "no-legacy-stdTx"],
1750
+ features: ["ibc-transfer", "ibc-go"],
1754
1751
  explorerUrlToTx: "https://finder.terra.money/phoenix-1/tx/{txHash}",
1755
1752
  },
1756
1753
  [ChainIds.Quicksilver]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.3.29",
3
+ "version": "0.3.30",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",