@openocean.finance/wallet 1.0.5 → 1.0.6

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 +8 -8
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -293,15 +293,15 @@ var EthereumChainParams = {
293
293
  ],
294
294
  zksync: [
295
295
  {
296
- chainId: "0x118",
297
- chainName: "zkSync Era Testnet",
296
+ chainId: "0x144",
297
+ chainName: "zkSync Era Mainnet",
298
298
  nativeCurrency: {
299
299
  name: "Ethereum",
300
300
  symbol: "ETH",
301
301
  decimals: 18,
302
302
  },
303
- rpcUrls: ["https://zksync2-testnet.zksync.dev"],
304
- blockExplorerUrls: ["https://goerli.explorer.zksync.io"],
303
+ rpcUrls: ["https://mainnet.era.zksync.io"],
304
+ blockExplorerUrls: ["https://explorer.zksync.io"],
305
305
  },
306
306
  ],
307
307
  };
@@ -568,13 +568,13 @@ var chainObj = {
568
568
  compiler: 'EVM'
569
569
  },
570
570
  "zksync": {
571
- chainName: "zkSync Era Testnet",
572
- chainId: 280,
573
- blockExplorerUrl: "https://goerli.explorer.zksync.io/tx/",
571
+ chainName: "zkSync Era Mainnet",
572
+ chainId: 324,
573
+ blockExplorerUrl: "https://explorer.zksync.io/tx/",
574
574
  nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
575
575
  popularToken: [],
576
576
  rpcUrls: [
577
- "https://zksync2-testnet.zksync.dev"
577
+ "https://mainnet.era.zksync.io"
578
578
  ],
579
579
  compiler: 'EVM'
580
580
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {