@openocean.finance/wallet 1.10.26 → 1.10.27

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
@@ -550,7 +550,7 @@ var chainObj = {
550
550
  },
551
551
  "bera": {
552
552
  compiler: 'EVM',
553
- chainName: "Berachain", chainId: 80094, blockExplorerUrl: "https://www.berachain.com/tx/", popularToken: ["BERA", "USDT", "USDC"],
553
+ chainName: "Berachain", chainId: 80094, blockExplorerUrl: "https://berascan.com/tx/", popularToken: ["BERA", "USDT", "USDC"],
554
554
  nativeCurrency: { name: "Berachain BERA", symbol: "BERA", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
555
555
  rpcUrls: ["https://rpc.berachain.com"]
556
556
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.26",
3
+ "version": "1.10.27",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {