@openocean.finance/wallet 1.5.7 → 1.5.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.
@@ -387,9 +387,12 @@ function tryWalletConnect(reqConnectWalletVo) {
387
387
  case 6:
388
388
  _a.trys.push([6, 8, , 9]);
389
389
  sid = new SID({ provider: wallet.sdk.currentProvider, sidAddress: SIDfunctions.getSidAddress(wallet.chainId) });
390
- return [4 /*yield*/, sid.getName(wallet.address)];
390
+ return [4 /*yield*/, sid.getName(wallet.address)
391
+ // const name = await sid.getName('0xB522E32b6B49363f420d2546E13479c05fF27201')
392
+ ];
391
393
  case 7:
392
394
  name_1 = _a.sent();
395
+ // const name = await sid.getName('0xB522E32b6B49363f420d2546E13479c05fF27201')
393
396
  if (name_1.name)
394
397
  wallet.sidName = name_1.name;
395
398
  return [3 /*break*/, 9];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -61,6 +61,7 @@
61
61
  "@terra-money/terra.js": "3.0.8",
62
62
  "@uauth/js": "^2.4.0",
63
63
  "@walletconnect/ethereum-provider": "^2.8.6",
64
+ "@walletconnect/modal": "^2.6.0",
64
65
  "buffer": "^6.0.3",
65
66
  "fs": "^0.0.1-security",
66
67
  "near-api-js": "^0.44.2",