@xchainjs/xchain-util
Advanced tools
Comparing version 0.13.6 to 0.13.7
@@ -166,3 +166,4 @@ import BigNumber from 'bignumber.js'; | ||
LTC = "\u0141", | ||
DOGE = "\u00D0" | ||
DOGE = "\u00D0", | ||
CACAO = "\uD800\uDF02" | ||
} | ||
@@ -169,0 +170,0 @@ /** |
@@ -365,2 +365,3 @@ import BigNumber from 'bignumber.js'; | ||
AssetCurrencySymbol["DOGE"] = "\u00D0"; | ||
AssetCurrencySymbol["CACAO"] = "\uD800\uDF02"; | ||
})(AssetCurrencySymbol || (AssetCurrencySymbol = {})); | ||
@@ -367,0 +368,0 @@ /** |
@@ -373,2 +373,3 @@ 'use strict'; | ||
AssetCurrencySymbol["DOGE"] = "\u00D0"; | ||
AssetCurrencySymbol["CACAO"] = "\uD800\uDF02"; | ||
})(exports.AssetCurrencySymbol || (exports.AssetCurrencySymbol = {})); | ||
@@ -375,0 +376,0 @@ /** |
{ | ||
"name": "@xchainjs/xchain-util", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"description": "Helper utilities for XChain clients", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157381
1821