@xchainjs/xchain-mayachain-amm 2.0.9 → 2.0.10
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/index.esm.js +1 -0
- package/lib/index.js +1 -0
- package/package.json +10 -10
package/lib/index.esm.js
CHANGED
|
@@ -8915,6 +8915,7 @@ var AssetCurrencySymbol;
|
|
|
8915
8915
|
AssetCurrencySymbol["DASH"] = "\u0110";
|
|
8916
8916
|
AssetCurrencySymbol["LTC"] = "\u0141";
|
|
8917
8917
|
AssetCurrencySymbol["DOGE"] = "\u00D0";
|
|
8918
|
+
AssetCurrencySymbol["CACAO"] = "\uD800\uDF02";
|
|
8918
8919
|
})(AssetCurrencySymbol || (AssetCurrencySymbol = {}));
|
|
8919
8920
|
/**
|
|
8920
8921
|
* Formats an asset amount using its currency symbol
|
package/lib/index.js
CHANGED
|
@@ -8923,6 +8923,7 @@ var AssetCurrencySymbol;
|
|
|
8923
8923
|
AssetCurrencySymbol["DASH"] = "\u0110";
|
|
8924
8924
|
AssetCurrencySymbol["LTC"] = "\u0141";
|
|
8925
8925
|
AssetCurrencySymbol["DOGE"] = "\u00D0";
|
|
8926
|
+
AssetCurrencySymbol["CACAO"] = "\uD800\uDF02";
|
|
8926
8927
|
})(AssetCurrencySymbol || (AssetCurrencySymbol = {}));
|
|
8927
8928
|
/**
|
|
8928
8929
|
* Formats an asset amount using its currency symbol
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xchainjs/xchain-mayachain-amm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MAYAChain",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"url": "https://github.com/xchainjs/xchainjs-lib/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xchainjs/xchain-bitcoin": "0.23.
|
|
40
|
-
"@xchainjs/xchain-client": "0.16.
|
|
41
|
-
"@xchainjs/xchain-dash": "0.3.
|
|
42
|
-
"@xchainjs/xchain-ethereum": "0.32.
|
|
43
|
-
"@xchainjs/xchain-kujira": "0.1.
|
|
44
|
-
"@xchainjs/xchain-mayachain": "1.0.
|
|
45
|
-
"@xchainjs/xchain-mayachain-query": "0.1.
|
|
46
|
-
"@xchainjs/xchain-thorchain": "1.1.
|
|
47
|
-
"@xchainjs/xchain-wallet": "0.1.
|
|
39
|
+
"@xchainjs/xchain-bitcoin": "0.23.19",
|
|
40
|
+
"@xchainjs/xchain-client": "0.16.8",
|
|
41
|
+
"@xchainjs/xchain-dash": "0.3.6",
|
|
42
|
+
"@xchainjs/xchain-ethereum": "0.32.6",
|
|
43
|
+
"@xchainjs/xchain-kujira": "0.1.21",
|
|
44
|
+
"@xchainjs/xchain-mayachain": "1.0.11",
|
|
45
|
+
"@xchainjs/xchain-mayachain-query": "0.1.17",
|
|
46
|
+
"@xchainjs/xchain-thorchain": "1.1.1",
|
|
47
|
+
"@xchainjs/xchain-wallet": "0.1.19",
|
|
48
48
|
"ethers": "5.7.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|