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.
- package/lib/constant/ibc.js +6 -0
- package/package.json +1 -1
package/lib/constant/ibc.js
CHANGED
|
@@ -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",
|