@bithomp/xrpl-api 3.3.9 → 3.3.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.
@@ -198,9 +198,6 @@ function isDemurrageHex(currencyHex) {
198
198
  if (!currencyText.match(/^[a-zA-Z0-9\s]+$/)) {
199
199
  return false;
200
200
  }
201
- if (currencyText.toUpperCase() === (0, client_1.getNativeCurrency)()) {
202
- return false;
203
- }
204
201
  const interestPeriod = hex2double(currencyHex.substring(16, 32));
205
202
  if (isNaN(interestPeriod)) {
206
203
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bithomp/xrpl-api",
3
- "version": "3.3.9",
3
+ "version": "3.3.10",
4
4
  "description": "A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",