@openocean.finance/wallet 1.6.16 → 1.6.18

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
@@ -425,12 +425,12 @@ var chainObj = {
425
425
  },
426
426
  "blast": {
427
427
  chainName: "Blast",
428
- chainId: 168587773,
429
- blockExplorerUrl: "https://testnet.blastscan.io/tx/",
428
+ chainId: 81457,
429
+ blockExplorerUrl: "https://blastscan.io/tx/",
430
430
  nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
431
431
  popularToken: [],
432
432
  rpcUrls: [
433
- "https://sepolia.blast.io"
433
+ "https://rpc.blast.io/"
434
434
  ],
435
435
  compiler: 'EVM'
436
436
  },
@@ -60,10 +60,10 @@ var WalletObj = {
60
60
  RabbyWallet: new RabbyWallet_1.default(),
61
61
  SafePalWallet: new SafePalWallet_1.default(),
62
62
  PlenaWallet: new PlenaWallet_1.default(),
63
+ HaHaWallet: new HaHaWallet_1.default(),
63
64
  ZerionWallet: new ZerionWallet_1.default(),
64
65
  BitgetWallet: new BitgetWallet_1.default(),
65
66
  TrustWallet: new TrustWallet_1.default(),
66
- HaHaWallet: new HaHaWallet_1.default(),
67
67
  ArgentX: new ArgentX_1.default(),
68
68
  Braavos: new Braavos_1.default(),
69
69
  UnstoppableDomains: new UnstoppableDomains_1.default(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.6.16",
3
+ "version": "1.6.18",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {