carbon-js-sdk 0.3.21 → 0.3.22

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.
@@ -1580,6 +1580,12 @@ exports.EmbedChainInfosInit = {
1580
1580
  coinDecimals: 6,
1581
1581
  coinGeckoId: "", // TODO: fill in when available
1582
1582
  },
1583
+ {
1584
+ coinDenom: "USDC",
1585
+ coinMinimalDenom: "uusdc",
1586
+ coinDecimals: 6,
1587
+ coinGeckoId: "usd-coin",
1588
+ },
1583
1589
  ],
1584
1590
  stakeCurrency: {
1585
1591
  coinDenom: "AXL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",