@openocean.finance/wallet 1.5.38 → 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.
package/lib/Chains.js CHANGED
@@ -347,13 +347,13 @@ var chainObj = {
347
347
  compiler: 'EVM'
348
348
  },
349
349
  "scroll": {
350
- chainName: "Scroll Test",
351
- chainId: 534353,
350
+ chainName: "Scroll",
351
+ chainId: 534352,
352
352
  blockExplorerUrl: "https://blockscout.scroll.io/tx/",
353
353
  nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
354
354
  popularToken: [],
355
355
  rpcUrls: [
356
- "https://alpha-rpc.scroll.io/l2"
356
+ "https://rpc.scroll.io"
357
357
  ],
358
358
  compiler: 'EVM'
359
359
  },
@@ -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.38",
3
+ "version": "1.5.40",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {