@openocean.finance/wallet 1.5.39 → 1.5.40

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.
@@ -89,7 +89,7 @@ var GnosisSafeWallet = /** @class */ (function (_super) {
89
89
  case 0:
90
90
  opts = {
91
91
  // allowedDomains: [/gnosis-safe.io/],
92
- allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/, /wallet-test.secux.io$/],
92
+ allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/, /wallet-test.secux.io$/, /wallet.secuxtech.com$/],
93
93
  debug: false
94
94
  };
95
95
  sdk = new safe_apps_sdk_1.default(opts);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.5.39",
3
+ "version": "1.5.40",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {