carbon-js-sdk 0.4.8 → 0.4.9
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 +7 -2
- package/package.json +1 -1
package/lib/constant/ibc.js
CHANGED
|
@@ -1714,10 +1714,15 @@ exports.EmbedChainInfosInit = {
|
|
|
1714
1714
|
},
|
|
1715
1715
|
{
|
|
1716
1716
|
coinDenom: "USK",
|
|
1717
|
-
coinMinimalDenom: "factory
|
|
1717
|
+
coinMinimalDenom: "factory:kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7:uusk",
|
|
1718
1718
|
coinDecimals: 6,
|
|
1719
1719
|
coinGeckoId: "usk",
|
|
1720
1720
|
},
|
|
1721
|
+
{
|
|
1722
|
+
coinDenom: "ampKUJI",
|
|
1723
|
+
coinMinimalDenom: "factory:kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty:ampKUJI",
|
|
1724
|
+
coinDecimals: 6,
|
|
1725
|
+
},
|
|
1721
1726
|
],
|
|
1722
1727
|
feeCurrencies: [
|
|
1723
1728
|
{
|
|
@@ -1732,7 +1737,7 @@ exports.EmbedChainInfosInit = {
|
|
|
1732
1737
|
},
|
|
1733
1738
|
},
|
|
1734
1739
|
],
|
|
1735
|
-
features: ["ibc-transfer", "ibc-go"],
|
|
1740
|
+
features: ["ibc-transfer", "ibc-go", "cosmwasm"],
|
|
1736
1741
|
explorerUrlToTx: "https://finder.kujira.app/kaiyo-1/tx/{txHash}",
|
|
1737
1742
|
},
|
|
1738
1743
|
[ChainIds.Terra2]: {
|