@openocean.finance/wallet 1.7.7 → 1.7.8

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 +1 -1
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -327,7 +327,7 @@ var chainObj = {
327
327
  "linea": {
328
328
  chainName: "Linea Mainnet",
329
329
  chainId: 59144,
330
- blockExplorerUrl: "https://explorer.linea.build/tx/",
330
+ blockExplorerUrl: "https://lineascan.build/tx/",
331
331
  nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
332
332
  popularToken: [],
333
333
  rpcUrls: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {