eth-chainlist 0.0.566 → 0.0.568

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 (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +163 -24
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.568 (2024-12-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.567 ([e52ac1b](https://github.com/poowf/eth-chainlist/commit/e52ac1b5c21cdfffb8ae8ab89bf421a058ccb833))
9
+ * update chain data ([7fcef72](https://github.com/poowf/eth-chainlist/commit/7fcef727bec3674ff767f556f0b44d7e2ce2f8f4))
10
+
11
+ ### 0.0.567 (2024-12-18)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.566 ([327e3f9](https://github.com/poowf/eth-chainlist/commit/327e3f9a94fb0a4fa763cc3c5fd9d028510c833c))
17
+ * update chain data ([53e30cb](https://github.com/poowf/eth-chainlist/commit/53e30cb1626f533a10e39bff964bcc114b57a07b))
18
+
3
19
  ### 0.0.566 (2024-12-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3568,14 +3568,21 @@ const chainArray = [
3568
3568
  name: 'HashKey Chain',
3569
3569
  title: 'HashKey Chain',
3570
3570
  chain: 'HashKey Chain',
3571
- rpc: [],
3571
+ rpc: [ 'https://mainnet.hsk.xyz' ],
3572
3572
  faucets: [],
3573
3573
  nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
3574
3574
  infoURL: 'https://hsk.xyz',
3575
3575
  shortName: 'HSK',
3576
3576
  chainId: 177,
3577
3577
  networkId: 177,
3578
- explorers: [],
3578
+ explorers: [
3579
+ {
3580
+ name: 'blockscout',
3581
+ url: 'https://explorer.hsk.xyz',
3582
+ icon: 'blockscout',
3583
+ standard: 'EIP3091'
3584
+ }
3585
+ ],
3579
3586
  parent: { type: 'L2', chain: 'eip155-1' }
3580
3587
  },
3581
3588
  {
@@ -8535,6 +8542,24 @@ const chainArray = [
8535
8542
  }
8536
8543
  ]
8537
8544
  },
8545
+ {
8546
+ name: 'Electra Network',
8547
+ chain: 'Electra',
8548
+ rpc: [ 'https://rpc.electranetwork.tech' ],
8549
+ faucets: [],
8550
+ nativeCurrency: { name: 'Electra', symbol: 'ELC', decimals: 18 },
8551
+ infoURL: 'https://www.electranetwork.tech',
8552
+ shortName: 'elc',
8553
+ chainId: 861,
8554
+ networkId: 861,
8555
+ explorers: [
8556
+ {
8557
+ name: 'Electra Explorer',
8558
+ url: 'https://scan.electranetwork.tech',
8559
+ standard: 'none'
8560
+ }
8561
+ ]
8562
+ },
8538
8563
  {
8539
8564
  name: 'Fantasia Chain Mainnet',
8540
8565
  chain: 'FSC',
@@ -8557,6 +8582,24 @@ const chainArray = [
8557
8582
  }
8558
8583
  ]
8559
8584
  },
8585
+ {
8586
+ name: 'Electra Test Network',
8587
+ chain: 'Electra',
8588
+ rpc: [ 'http://rpc.testnet.electranetwork.tech' ],
8589
+ faucets: [],
8590
+ nativeCurrency: { name: 'Test Electra', symbol: 'TELC', decimals: 18 },
8591
+ infoURL: 'https://scan.testnet.electranetwork.tech',
8592
+ shortName: 'telc',
8593
+ chainId: 871,
8594
+ networkId: 871,
8595
+ explorers: [
8596
+ {
8597
+ name: 'Electra Testnet Explorer',
8598
+ url: 'https://scan.testnet.electranetwork.tech',
8599
+ standard: 'none'
8600
+ }
8601
+ ]
8602
+ },
8560
8603
  {
8561
8604
  name: 'Bandai Namco Research Verse Mainnet',
8562
8605
  chain: 'Bandai Namco Research Verse',
@@ -20565,7 +20608,7 @@ const chainArray = [
20565
20608
  explorers: []
20566
20609
  },
20567
20610
  {
20568
- name: 'InitVerse penesis testnet',
20611
+ name: 'InitVerse genesis testnet',
20569
20612
  chain: 'InitVerse',
20570
20613
  rpc: [ 'http://rpc-testnet.inichain.com' ],
20571
20614
  faucets: [],
@@ -24384,7 +24427,7 @@ const chainArray = [
24384
24427
  name: 'eGoldChain',
24385
24428
  chain: 'EGC',
24386
24429
  icon: 'egoldchain',
24387
- rpc: [ 'https://rpc.egoldchain.com', 'wss://wss.egoldchain.com' ],
24430
+ rpc: [ 'https://rpc.egoldchain.com', 'wss://rpc.egoldchain.com' ],
24388
24431
  faucets: [],
24389
24432
  nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
24390
24433
  infoURL: 'https://www.egoldchain.com',
@@ -28542,8 +28585,8 @@ const chainArray = [
28542
28585
  'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
28543
28586
  'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
28544
28587
  'https://arb1.arbitrum.io/rpc',
28545
- 'https://arbitrum-one.publicnode.com',
28546
- 'wss://arbitrum-one.publicnode.com'
28588
+ 'https://arbitrum-one-rpc.publicnode.com',
28589
+ 'wss://arbitrum-one-rpc.publicnode.com'
28547
28590
  ],
28548
28591
  faucets: [],
28549
28592
  explorers: [
@@ -28580,8 +28623,8 @@ const chainArray = [
28580
28623
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28581
28624
  rpc: [
28582
28625
  'https://nova.arbitrum.io/rpc',
28583
- 'https://arbitrum-nova.publicnode.com',
28584
- 'wss://arbitrum-nova.publicnode.com'
28626
+ 'https://arbitrum-nova-rpc.publicnode.com',
28627
+ 'wss://arbitrum-nova-rpc.publicnode.com'
28585
28628
  ],
28586
28629
  faucets: [],
28587
28630
  explorers: [
@@ -28590,12 +28633,6 @@ const chainArray = [
28590
28633
  url: 'https://nova-explorer.arbitrum.io',
28591
28634
  icon: 'blockscout',
28592
28635
  standard: 'EIP3091'
28593
- },
28594
- {
28595
- name: 'dexguru',
28596
- url: 'https://nova.dex.guru',
28597
- icon: 'dexguru',
28598
- standard: 'EIP3091'
28599
28636
  }
28600
28637
  ],
28601
28638
  infoURL: 'https://arbitrum.io',
@@ -30074,16 +30111,27 @@ const chainArray = [
30074
30111
  {
30075
30112
  name: 'Ink',
30076
30113
  chain: 'ETH',
30077
- rpc: [],
30078
- faucets: [],
30114
+ rpc: [
30115
+ 'https://rpc-gel.inkonchain.com',
30116
+ 'https://rpc-qnd.inkonchain.com',
30117
+ 'wss://rpc-gel.inkonchain.com',
30118
+ 'wss://rpc-qnd.inkonchain.com'
30119
+ ],
30120
+ faucets: [ 'https://inkonchain.com/faucet' ],
30079
30121
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30080
30122
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30081
30123
  infoURL: 'https://inkonchain.com',
30082
30124
  shortName: 'ink',
30083
30125
  chainId: 57073,
30084
30126
  networkId: 57073,
30085
- explorers: [],
30086
- status: 'incubating'
30127
+ explorers: [
30128
+ {
30129
+ name: 'Ink Explorer',
30130
+ url: 'https://explorer.inkonchain.com',
30131
+ standard: 'EIP3091'
30132
+ }
30133
+ ],
30134
+ status: 'active'
30087
30135
  },
30088
30136
  {
30089
30137
  name: 'COINSEC Network',
@@ -33056,6 +33104,25 @@ const chainArray = [
33056
33104
  }
33057
33105
  ]
33058
33106
  },
33107
+ {
33108
+ name: 'Edge Matrix Chain Sepolia',
33109
+ chain: 'EMC Sepolia',
33110
+ icon: 'emctest',
33111
+ rpc: [ 'https://rpc1-sepolia.emc.network' ],
33112
+ faucets: [],
33113
+ nativeCurrency: { name: 'Edge Matrix Chain Token', symbol: 'EMC', decimals: 18 },
33114
+ infoURL: '',
33115
+ shortName: 'EMCSepolia',
33116
+ chainId: 99879,
33117
+ networkId: 99879,
33118
+ explorers: [
33119
+ {
33120
+ name: 'blockscout',
33121
+ url: 'https://sepolia.emcscan.com',
33122
+ standard: 'EIP3091'
33123
+ }
33124
+ ]
33125
+ },
33059
33126
  {
33060
33127
  name: 'UB Smart Chain(testnet)',
33061
33128
  chain: 'USC',
@@ -33833,7 +33900,7 @@ const chainArray = [
33833
33900
  icon: 'egoldchain',
33834
33901
  rpc: [
33835
33902
  'https://rpc-testnet.egoldchain.com',
33836
- 'wss://wss-testnet.egoldchain.com'
33903
+ 'wss://rpc-testnet.egoldchain.com'
33837
33904
  ],
33838
33905
  faucets: [],
33839
33906
  nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
@@ -36302,7 +36369,9 @@ const chainArray = [
36302
36369
  chain: 'ETH',
36303
36370
  rpc: [
36304
36371
  'https://sepolia-rollup.arbitrum.io/rpc',
36305
- 'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}'
36372
+ 'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}',
36373
+ 'https://arbitrum-sepolia-rpc.publicnode.com',
36374
+ 'wss://arbitrum-sepolia-rpc.publicnode.com'
36306
36375
  ],
36307
36376
  faucets: [],
36308
36377
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
@@ -37226,6 +37295,26 @@ const chainArray = [
37226
37295
  }
37227
37296
  ]
37228
37297
  },
37298
+ {
37299
+ name: 'Zether Mainnet',
37300
+ chain: 'Zether',
37301
+ rpc: [ 'https://rpc.zether.org', 'https://rpc.zthscan.com' ],
37302
+ faucets: [],
37303
+ nativeCurrency: { name: 'Zether', symbol: 'ZTH', decimals: 18 },
37304
+ infoURL: 'https://zether.org',
37305
+ shortName: 'zth',
37306
+ chainId: 715131,
37307
+ networkId: 715131,
37308
+ icon: 'zether',
37309
+ explorers: [
37310
+ {
37311
+ name: 'zthscan',
37312
+ url: 'https://zthscan.com',
37313
+ icon: 'zether',
37314
+ standard: 'none'
37315
+ }
37316
+ ]
37317
+ },
37229
37318
  {
37230
37319
  name: 'ERAM Mainnet',
37231
37320
  chain: 'ERAM',
@@ -38801,6 +38890,32 @@ const chainArray = [
38801
38890
  icon: 'ethereum',
38802
38891
  explorers: []
38803
38892
  },
38893
+ {
38894
+ name: 'Zuux chain testnet',
38895
+ title: 'Zuux chain testnet',
38896
+ chain: 'zuuxchain',
38897
+ icon: 'zuuxchain',
38898
+ rpc: [ 'https://rpc.zuux.network' ],
38899
+ features: [ { name: 'none' } ],
38900
+ faucets: [ 'https://www.zuuxlend.xyz/faucet' ],
38901
+ nativeCurrency: { name: 'ZUUX', symbol: 'ZUUX', decimals: 18 },
38902
+ infoURL: 'https://www.zuux.network',
38903
+ shortName: 'zuuxchain',
38904
+ chainId: 4284265,
38905
+ networkId: 4284265,
38906
+ explorers: [
38907
+ {
38908
+ name: 'Zuux chain explorer',
38909
+ url: 'https://blockscout.zuux.network',
38910
+ standard: 'EIP3091'
38911
+ },
38912
+ {
38913
+ name: 'Zuux chain explorer',
38914
+ url: 'https://explorer.zuux.network',
38915
+ standard: 'EIP3091'
38916
+ }
38917
+ ]
38918
+ },
38804
38919
  {
38805
38920
  name: 'Altar Testnet',
38806
38921
  chain: 'Altar',
@@ -39976,6 +40091,26 @@ const chainArray = [
39976
40091
  }
39977
40092
  ]
39978
40093
  },
40094
+ {
40095
+ name: 'SoonChain Sepolia Devnet',
40096
+ chain: 'SoonChain Devnet Sepolia',
40097
+ rpc: [ 'https://sepolia.rpc.soonchain.ai' ],
40098
+ faucets: [ 'https://console.optimism.io/faucet' ],
40099
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
40100
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
40101
+ infoURL: 'https://soonchain.ai',
40102
+ shortName: 'Soon-Devnet',
40103
+ chainId: 20221001,
40104
+ networkId: 20221001,
40105
+ icon: 'soonchain',
40106
+ explorers: [
40107
+ {
40108
+ name: 'Soon Scan',
40109
+ url: 'https://sepolia.explorer.soonchain.ai',
40110
+ standard: 'none'
40111
+ }
40112
+ ]
40113
+ },
39979
40114
  {
39980
40115
  name: 'Vcity Testnet',
39981
40116
  chain: 'VCITY',
@@ -40312,9 +40447,13 @@ const chainArray = [
40312
40447
  name: 'Xone Testnet',
40313
40448
  chain: 'XOC',
40314
40449
  icon: 'xone-test',
40315
- rpc: [ 'https://rpc-testnet.xone.plus' ],
40450
+ rpc: [
40451
+ 'https://rpc-testnet.xone.plus',
40452
+ 'https://rpc-testnet.xone.org',
40453
+ 'https://rpc-testnet.knight.center'
40454
+ ],
40316
40455
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
40317
- faucets: [],
40456
+ faucets: [ 'https://faucet.xone.plus/' ],
40318
40457
  nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
40319
40458
  infoURL: 'https://xone.plus',
40320
40459
  shortName: 'txoc',
@@ -40699,8 +40838,8 @@ const chainArray = [
40699
40838
  'https://autonity.rpc.web3cdn.network/testnet',
40700
40839
  'wss://autonity.rpc.web3cdn.network/testnet/ws',
40701
40840
  'https://autonity-piccadilly.rpc.subquery.network/public',
40702
- 'https://picadilly.autonity-apis.com',
40703
- 'wss://picadilly-ws.autonity-apis.com'
40841
+ 'https://piccadilly.autonity-apis.com',
40842
+ 'wss://piccadilly-ws.autonity-apis.com'
40704
40843
  ],
40705
40844
  faucets: [],
40706
40845
  nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.566",
3
+ "version": "0.0.568",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {