@openocean.finance/wallet 1.2.0 → 1.2.1

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 +1 -1
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -614,7 +614,7 @@ var Chains = /** @class */ (function () {
614
614
  if (!chainObj[chainName]) {
615
615
  chainObj[chainName] = {};
616
616
  }
617
- chainObj[chainName].key = chainName;
617
+ chainObj[chainName].name = chainName;
618
618
  chainObj[chainName].wallets = [item.key];
619
619
  }
620
620
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {