@openocean.finance/wallet 1.6.17 → 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.
Files changed (2) hide show
  1. package/lib/Chains.js +3 -3
  2. package/package.json +1 -1
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.6.17",
3
+ "version": "1.6.18",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {