carbon-js-sdk 0.3.34 → 0.3.35

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.
@@ -1859,6 +1859,7 @@ exports.EmbedChainInfosInit = {
1859
1859
  coinType: 60,
1860
1860
  },
1861
1861
  bech32Config: exports.IBCAddress.defaultBech32Config("canto"),
1862
+ coinType: 60,
1862
1863
  currencies: [
1863
1864
  {
1864
1865
  coinDenom: "CANTO",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.3.34",
3
+ "version": "0.3.35",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",