eth-chainlist 0.0.633 → 0.0.634

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.634 (2025-03-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.633 ([6c9dc59](https://github.com/poowf/eth-chainlist/commit/6c9dc598104178bd4de61ebea0579825aaadea7c))
9
+ * update chain data ([9203116](https://github.com/poowf/eth-chainlist/commit/9203116f96ea6655f3d5d4666d19a40c1fb37b9f))
10
+
3
11
  ### 0.0.633 (2025-03-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -31792,7 +31792,10 @@ const chainArray = [
31792
31792
  {
31793
31793
  name: 'Electroneum Mainnet',
31794
31794
  chain: 'Electroneum',
31795
- rpc: [ 'https://rpc.electroneum.com' ],
31795
+ rpc: [
31796
+ 'https://rpc.electroneum.com',
31797
+ 'https://rpc.ankr.com/electroneum'
31798
+ ],
31796
31799
  faucets: [],
31797
31800
  nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
31798
31801
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -35524,7 +35527,7 @@ const chainArray = [
35524
35527
  parent: { type: 'L2', chain: 'eip155-11155111' }
35525
35528
  },
35526
35529
  {
35527
- name: 'Plume Mainnet',
35530
+ name: 'Plume',
35528
35531
  title: 'Plume Ethereum L2 Rollup Mainnet',
35529
35532
  chain: 'ETH',
35530
35533
  rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
@@ -35546,7 +35549,38 @@ const chainArray = [
35546
35549
  ],
35547
35550
  parent: {
35548
35551
  type: 'L2',
35549
- chain: 'eip155-11155111',
35552
+ chain: 'eip155-1',
35553
+ bridges: [ { url: 'https://bridge.plumenetwork.xyz' } ]
35554
+ }
35555
+ },
35556
+ {
35557
+ name: 'Plume Mainnet',
35558
+ title: 'Plume Ethereum L2 Rollup Mainnet',
35559
+ chain: 'ETH',
35560
+ rpc: [
35561
+ 'https://phoenix-rpc.plumenetwork.xyz',
35562
+ 'wss://phoenix-rpc.plumenetwork.xyz'
35563
+ ],
35564
+ faucets: [],
35565
+ nativeCurrency: { name: 'Plume', symbol: 'PLUME', decimals: 18 },
35566
+ infoURL: 'https://plumenetwork.xyz/',
35567
+ shortName: 'plume-mainnet',
35568
+ chainId: 98866,
35569
+ networkId: 98866,
35570
+ slip44: 1,
35571
+ icon: 'plume',
35572
+ status: 'incubating',
35573
+ explorers: [
35574
+ {
35575
+ name: 'Blockscout',
35576
+ url: 'https://phoenix-explorer.plumenetwork.xyz',
35577
+ icon: 'blockscout',
35578
+ standard: 'EIP3091'
35579
+ }
35580
+ ],
35581
+ parent: {
35582
+ type: 'L2',
35583
+ chain: 'eip155-1',
35550
35584
  bridges: [ { url: 'https://bridge.plumenetwork.xyz' } ]
35551
35585
  }
35552
35586
  },
@@ -35938,6 +35972,19 @@ const chainArray = [
35938
35972
  ],
35939
35973
  redFlags: [ 'reusedChainId' ]
35940
35974
  },
35975
+ {
35976
+ name: 'Xitcoin',
35977
+ chain: 'XITCOIN',
35978
+ faucets: [],
35979
+ rpc: [ 'https://network.xitcoin.org' ],
35980
+ nativeCurrency: { name: 'Xitcoin', symbol: '$XTC', decimals: 8 },
35981
+ infoURL: 'https://docs.xitcoin.org/',
35982
+ shortName: 'Xitcoin',
35983
+ chainId: 101088,
35984
+ networkId: 101088,
35985
+ icon: 'xitcoin',
35986
+ explorers: []
35987
+ },
35941
35988
  {
35942
35989
  name: 'Creditcoin',
35943
35990
  chain: 'CTC',
@@ -39977,6 +40024,18 @@ const chainArray = [
39977
40024
  }
39978
40025
  ]
39979
40026
  },
40027
+ {
40028
+ name: 'Gensyn Testnet',
40029
+ chain: 'Gensyn',
40030
+ rpc: [],
40031
+ faucets: [],
40032
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
40033
+ infoURL: 'https://www.gensyn.ai/',
40034
+ shortName: 'gensyn-test',
40035
+ chainId: 685685,
40036
+ networkId: 685685,
40037
+ status: 'incubating'
40038
+ },
39980
40039
  {
39981
40040
  name: 'Won Network',
39982
40041
  chainId: 686868,
@@ -42023,8 +42082,8 @@ const chainArray = [
42023
42082
  {
42024
42083
  name: 'Electroneum Testnet',
42025
42084
  chain: 'Electroneum',
42026
- rpc: [ 'https://testnet-rpc.electroneum.com' ],
42027
- faucets: [],
42085
+ rpc: [ 'https://rpc.ankr.com/electroneum_testnet' ],
42086
+ faucets: [ 'https://faucet.electroneum.com' ],
42028
42087
  nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
42029
42088
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
42030
42089
  infoURL: 'https://electroneum.com',
@@ -42036,7 +42095,7 @@ const chainArray = [
42036
42095
  explorers: [
42037
42096
  {
42038
42097
  name: 'blockscout',
42039
- url: 'https://blockexplorer.thesecurityteam.rocks',
42098
+ url: 'https://testnet-blockexplorer.electroneum.com',
42040
42099
  icon: 'electroneum',
42041
42100
  standard: 'EIP3091'
42042
42101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.633",
3
+ "version": "0.0.634",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {