@openocean.finance/wallet 1.5.13 → 1.5.15

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 +13 -2
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -336,13 +336,24 @@ var chainObj = {
336
336
  compiler: 'EVM'
337
337
  },
338
338
  "telos": {
339
- chainName: "Telos EVM Mainnet",
339
+ chainName: "Telos Mainnet",
340
340
  chainId: 40,
341
341
  blockExplorerUrl: "https://teloscan.io/tx/",
342
342
  nativeCurrency: { name: "TLOS", symbol: "TLOS", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
343
343
  popularToken: [],
344
344
  rpcUrls: [
345
- "https://mainnet.telos.net:443/evm"
345
+ "https://mainnet.telos.net/evm"
346
+ ],
347
+ compiler: 'EVM'
348
+ },
349
+ "scroll": {
350
+ chainName: "Scroll Test",
351
+ chainId: 534353,
352
+ blockExplorerUrl: "https://blockscout.scroll.io/tx/",
353
+ nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
354
+ popularToken: [],
355
+ rpcUrls: [
356
+ "https://alpha-rpc.scroll.io/l2"
346
357
  ],
347
358
  compiler: 'EVM'
348
359
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.5.13",
3
+ "version": "1.5.15",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {