@openocean.finance/wallet 1.3.7 → 1.3.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.
Files changed (2) hide show
  1. package/lib/Chains.js +0 -2
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -352,8 +352,6 @@ var Chains = /** @class */ (function () {
352
352
  return this.chainObj[name] || null;
353
353
  };
354
354
  Chains.prototype.isNativeToken = function (chainName, address) {
355
- if (chainName === 'celo')
356
- return false;
357
355
  if (chainObj[chainName] && chainObj[chainName].nativeCurrency && chainObj[chainName].nativeCurrency.address) {
358
356
  return chainObj[chainName].nativeCurrency.address.toUpperCase() === address.toUpperCase();
359
357
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {