eth-chainlist 0.0.112 → 0.0.113

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.113 (2023-03-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.112 ([b46a2d1](https://github.com/poowf/eth-chainlist/commit/b46a2d1528f7bcc934eaaff3a5e8f7aef0c5cd65))
9
+ * update chain data ([179ec99](https://github.com/poowf/eth-chainlist/commit/179ec992d510378dd6e6074556d7f9b6c3f34d93))
10
+
3
11
  ### 0.0.112 (2023-03-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2567,20 +2567,26 @@ const chainArray = [
2567
2567
  {
2568
2568
  name: 'OKBChain Testnet',
2569
2569
  chain: 'okbchain',
2570
- rpc: [],
2571
- faucets: [],
2570
+ rpc: [ 'https://okbtestrpc.okbchain.org' ],
2571
+ faucets: [ 'https://www.oklink.com/okbc-test' ],
2572
2572
  nativeCurrency: {
2573
2573
  name: 'OKBChain Global Utility Token in testnet',
2574
2574
  symbol: 'OKB',
2575
2575
  decimals: 18
2576
2576
  },
2577
2577
  features: [],
2578
- infoURL: 'https://www.okex.com/okc',
2578
+ infoURL: 'https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain',
2579
2579
  shortName: 'tokb',
2580
2580
  chainId: 195,
2581
2581
  networkId: 195,
2582
- explorers: [],
2583
- status: 'incubating'
2582
+ explorers: [
2583
+ {
2584
+ name: 'OKLink',
2585
+ url: 'https://www.oklink.com/okbc-test',
2586
+ standard: 'EIP3091'
2587
+ }
2588
+ ],
2589
+ status: 'active'
2584
2590
  },
2585
2591
  {
2586
2592
  name: 'OKBChain Mainnet',
@@ -5021,6 +5027,32 @@ const chainArray = [
5021
5027
  }
5022
5028
  ]
5023
5029
  },
5030
+ {
5031
+ name: 'Polygon zkEVM',
5032
+ title: 'Polygon zkEVM',
5033
+ chain: 'Polygon',
5034
+ rpc: [ 'https://zkevm-rpc.com' ],
5035
+ faucets: [],
5036
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5037
+ infoURL: 'https://polygon.technology/polygon-zkevm',
5038
+ shortName: 'zkevm',
5039
+ chainId: 1101,
5040
+ networkId: 1101,
5041
+ icon: 'zkevm',
5042
+ explorers: [
5043
+ {
5044
+ name: 'blockscout',
5045
+ url: 'https://zkevm.polygonscan.com',
5046
+ icon: 'zkevm',
5047
+ standard: 'EIP3091'
5048
+ }
5049
+ ],
5050
+ parent: {
5051
+ type: 'L2',
5052
+ chain: 'eip155-1',
5053
+ bridges: [ { url: 'https://bridge.zkevm-rpc.com' } ]
5054
+ }
5055
+ },
5024
5056
  {
5025
5057
  name: 'WEMIX3.0 Mainnet',
5026
5058
  chain: 'WEMIX',
@@ -7988,6 +8020,30 @@ const chainArray = [
7988
8020
  }
7989
8021
  ]
7990
8022
  },
8023
+ {
8024
+ name: 'Nexi Mainnet',
8025
+ chain: 'Nexi',
8026
+ icon: 'nexi',
8027
+ rpc: [
8028
+ 'https://rpc.chain.nexi.technology/',
8029
+ 'https://chain.nexilix.com',
8030
+ 'https://chain.nexi.evmnode.online'
8031
+ ],
8032
+ faucets: [],
8033
+ nativeCurrency: { name: 'Nexi', symbol: 'NEXI', decimals: 18 },
8034
+ infoURL: 'https://www.nexi.technology/',
8035
+ shortName: 'nexi',
8036
+ chainId: 4242,
8037
+ networkId: 4242,
8038
+ slip44: 2500,
8039
+ explorers: [
8040
+ {
8041
+ name: 'nexiscan',
8042
+ url: 'https://www.nexiscan.com',
8043
+ standard: 'EIP3091'
8044
+ }
8045
+ ]
8046
+ },
7991
8047
  {
7992
8048
  name: 'Bobafuji Testnet',
7993
8049
  chain: 'Bobafuji Testnet',
@@ -11595,6 +11651,37 @@ const chainArray = [
11595
11651
  }
11596
11652
  ]
11597
11653
  },
11654
+ {
11655
+ name: 'Linea Testnet',
11656
+ title: 'Linea Testnet',
11657
+ chain: 'ETH',
11658
+ rpc: [ 'https://rpc.goerli.linea.build' ],
11659
+ faucets: [ 'https://faucetlink.to/goerli' ],
11660
+ nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
11661
+ infoURL: 'https://linea.build',
11662
+ shortName: 'linea-testnet',
11663
+ chainId: 59140,
11664
+ networkId: 59140,
11665
+ icon: 'linea',
11666
+ parent: {
11667
+ type: 'L2',
11668
+ chain: 'eip155-5',
11669
+ bridges: [
11670
+ {
11671
+ url: 'https://goerli.hop.exchange/#/send?token=ETH&sourceNetwork=ethereum&destNetwork=linea'
11672
+ }
11673
+ ]
11674
+ },
11675
+ explorers: [
11676
+ {
11677
+ name: 'Linea Testnet Explorer',
11678
+ url: 'https://explorer.goerli.linea.build',
11679
+ standard: 'EIP3091',
11680
+ icon: 'linea'
11681
+ }
11682
+ ],
11683
+ status: 'active'
11684
+ },
11598
11685
  {
11599
11686
  name: 'Thinkium Testnet Chain 0',
11600
11687
  chain: 'Thinkium',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.112",
3
+ "version": "0.0.113",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {