carbon-js-sdk 0.3.15 → 0.3.16

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.
@@ -1671,7 +1671,7 @@ exports.EmbedChainInfosInit = {
1671
1671
  },
1672
1672
  {
1673
1673
  coinDenom: "USK",
1674
- coinMinimalDenom: "factory:kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7:uusk",
1674
+ coinMinimalDenom: "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
1675
1675
  coinDecimals: 6,
1676
1676
  coinGeckoId: "usk",
1677
1677
  coinImageUrl: "/tokens/usk.png",
@@ -1690,7 +1690,7 @@ exports.EmbedChainInfosInit = {
1690
1690
  average: 0.025,
1691
1691
  high: 0.03,
1692
1692
  },
1693
- features: ["ibc-transfer", "ibc-go"],
1693
+ features: ["ibc-transfer", "ibc-go", "no-legacy-stdTx", "ibc-go"],
1694
1694
  explorerUrlToTx: "https://finder.kujira.app/kaiyo-1/tx/{txHash}",
1695
1695
  },
1696
1696
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",