eth-chainlist 0.0.405 → 0.0.407

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 +322 -12
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.407 (2024-05-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.406 ([5a8e3c7](https://github.com/poowf/eth-chainlist/commit/5a8e3c78d9d160cfc4cdc9c58ae39c88bf825b44))
9
+ * update chain data ([a54cf4e](https://github.com/poowf/eth-chainlist/commit/a54cf4e6e3e4ed5fbafed36f90597853e662c393))
10
+
11
+ ### 0.0.406 (2024-05-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.405 ([05df690](https://github.com/poowf/eth-chainlist/commit/05df690ca1e73f6c3f511076a8cf92d4cc0b1834))
17
+ * update chain data ([f96c5f5](https://github.com/poowf/eth-chainlist/commit/f96c5f504fa9173b9bb7a9796ce7058f8d8d413a))
18
+
3
19
  ### 0.0.405 (2024-05-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6304,7 +6304,8 @@ const chainArray = [
6304
6304
  type: 'L2',
6305
6305
  chain: 'eip155-4',
6306
6306
  bridges: [ { url: 'https://testnet-bridge.metis.io' } ]
6307
- }
6307
+ },
6308
+ status: 'deprecated'
6308
6309
  },
6309
6310
  {
6310
6311
  name: 'Meshnyan testnet',
@@ -7778,6 +7779,25 @@ const chainArray = [
7778
7779
  }
7779
7780
  ]
7780
7781
  },
7782
+ {
7783
+ name: 'EthXY',
7784
+ chain: 'EthXY',
7785
+ rpc: [ 'https://rpc.ethxy.com' ],
7786
+ faucets: [],
7787
+ nativeCurrency: { name: 'Settled EthXY Token', symbol: 'SEXY', decimals: 18 },
7788
+ icon: 'sexy',
7789
+ infoURL: 'https://ethxy.com',
7790
+ shortName: 'sexy',
7791
+ chainId: 969,
7792
+ networkId: 969,
7793
+ explorers: [
7794
+ {
7795
+ name: 'EthXY Network Explorer',
7796
+ url: 'https://explorer.ethxy.com',
7797
+ standard: 'EIP3091'
7798
+ }
7799
+ ]
7800
+ },
7781
7801
  {
7782
7802
  name: 'Oort Mainnet',
7783
7803
  chain: 'Oort Mainnet',
@@ -10368,6 +10388,46 @@ const chainArray = [
10368
10388
  }
10369
10389
  ]
10370
10390
  },
10391
+ {
10392
+ name: 'Metal L2 Testnet',
10393
+ chain: 'Metal L2 Testnet',
10394
+ rpc: [ 'https://testnet.rpc.metall2.com' ],
10395
+ faucets: [],
10396
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
10397
+ infoURL: 'https://metall2.com',
10398
+ shortName: 'metall2-testnet',
10399
+ chainId: 1740,
10400
+ networkId: 1740,
10401
+ icon: 'metal',
10402
+ explorers: [
10403
+ {
10404
+ name: 'blockscout',
10405
+ url: 'https://testnet.explorer.metall2.com',
10406
+ icon: 'blockscout',
10407
+ standard: 'EIP3091'
10408
+ }
10409
+ ]
10410
+ },
10411
+ {
10412
+ name: 'Metal L2',
10413
+ chain: 'Metal L2',
10414
+ rpc: [ 'https://rpc.metall2.com' ],
10415
+ faucets: [],
10416
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
10417
+ infoURL: 'https://metall2.com',
10418
+ shortName: 'metall2',
10419
+ chainId: 1750,
10420
+ networkId: 1750,
10421
+ icon: 'metal',
10422
+ explorers: [
10423
+ {
10424
+ name: 'blockscout',
10425
+ url: 'https://explorer.metall2.com',
10426
+ icon: 'blockscout',
10427
+ standard: 'EIP3091'
10428
+ }
10429
+ ]
10430
+ },
10371
10431
  {
10372
10432
  name: 'PartyChain',
10373
10433
  chain: 'mainnet',
@@ -11884,6 +11944,26 @@ const chainArray = [
11884
11944
  }
11885
11945
  ]
11886
11946
  },
11947
+ {
11948
+ name: 'UCHAIN Mainnet',
11949
+ chain: 'UCHAIN',
11950
+ rpc: [ 'https://rpc.uchain.link/' ],
11951
+ faucets: [],
11952
+ nativeCurrency: { name: 'UCASH', symbol: 'UCASH', decimals: 18 },
11953
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11954
+ infoURL: 'https://u.cash/',
11955
+ shortName: 'uchain',
11956
+ chainId: 2112,
11957
+ networkId: 2112,
11958
+ icon: 'ucash',
11959
+ explorers: [
11960
+ {
11961
+ name: 'uchain.info',
11962
+ url: 'https://uchain.info',
11963
+ standard: 'EIP3091'
11964
+ }
11965
+ ]
11966
+ },
11887
11967
  {
11888
11968
  name: 'Catena Mainnet',
11889
11969
  chain: 'CMCX',
@@ -15081,9 +15161,10 @@ const chainArray = [
15081
15161
  faucets: [],
15082
15162
  nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
15083
15163
  infoURL: 'https://www.ongr.org/',
15084
- shortName: 'onigiri',
15164
+ shortName: 'onigiritest',
15085
15165
  chainId: 5039,
15086
15166
  networkId: 5039,
15167
+ icon: 'onigiri',
15087
15168
  explorers: [
15088
15169
  {
15089
15170
  name: 'ONIGIRI Explorer',
@@ -15092,6 +15173,26 @@ const chainArray = [
15092
15173
  }
15093
15174
  ]
15094
15175
  },
15176
+ {
15177
+ name: 'ONIGIRI Subnet',
15178
+ chain: 'ONIGIRI',
15179
+ rpc: [ 'https://subnets.avax.network/onigiri/mainnet/rpc' ],
15180
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
15181
+ faucets: [],
15182
+ nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
15183
+ infoURL: 'https://www.ongr.org/',
15184
+ shortName: 'onigiri',
15185
+ chainId: 5040,
15186
+ networkId: 5040,
15187
+ icon: 'onigiri',
15188
+ explorers: [
15189
+ {
15190
+ name: 'ONIGIRI Explorer',
15191
+ url: 'https://subnets.avax.network/onigiri',
15192
+ standard: 'EIP3091'
15193
+ }
15194
+ ]
15195
+ },
15095
15196
  {
15096
15197
  name: 'Nollie Skatechain Testnet',
15097
15198
  chain: 'Skatechain',
@@ -18749,6 +18850,25 @@ const chainArray = [
18749
18850
  }
18750
18851
  ]
18751
18852
  },
18853
+ {
18854
+ name: 'TAO EVM Testnet',
18855
+ chain: 'TAO EVM',
18856
+ icon: 'taoevmIcon',
18857
+ rpc: [ 'https://testnet-rpc.taoevm.io' ],
18858
+ faucets: [ 'https://faucet.taoevm.io' ],
18859
+ nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
18860
+ infoURL: 'https://taoevm.io',
18861
+ shortName: 'TAOt',
18862
+ chainId: 10324,
18863
+ networkId: 10324,
18864
+ explorers: [
18865
+ {
18866
+ name: 'TAO Testnet Explorer',
18867
+ url: 'https://testnet.taoscan.org',
18868
+ standard: 'EIP3091'
18869
+ }
18870
+ ]
18871
+ },
18752
18872
  {
18753
18873
  name: 'WorldLand Testnet',
18754
18874
  chain: 'Worldland',
@@ -19283,6 +19403,54 @@ const chainArray = [
19283
19403
  networkId: 12321,
19284
19404
  slip44: 1
19285
19405
  },
19406
+ {
19407
+ name: 'L3X Protocol',
19408
+ chainId: 12324,
19409
+ shortName: 'l3x',
19410
+ chain: 'L3X',
19411
+ icon: 'l3x',
19412
+ networkId: 12324,
19413
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19414
+ rpc: [ 'https://rpc-mainnet.l3x.com' ],
19415
+ faucets: [],
19416
+ explorers: [
19417
+ {
19418
+ name: 'L3X Mainnet Explorer',
19419
+ url: 'https://explorer.l3x.com',
19420
+ standard: 'EIP3091'
19421
+ }
19422
+ ],
19423
+ infoURL: 'https://l3x.com',
19424
+ parent: {
19425
+ type: 'L2',
19426
+ chain: 'eip155-42161',
19427
+ bridges: [ { url: 'https://bridge.arbitrum.io' } ]
19428
+ }
19429
+ },
19430
+ {
19431
+ name: 'L3X Protocol Testnet',
19432
+ chainId: 12325,
19433
+ shortName: 'l3x-testnet',
19434
+ chain: 'L3X',
19435
+ icon: 'l3x',
19436
+ networkId: 12325,
19437
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19438
+ rpc: [ 'https://rpc-testnet.l3x.com' ],
19439
+ faucets: [],
19440
+ explorers: [
19441
+ {
19442
+ name: 'L3X Testnet Explorer',
19443
+ url: 'https://explorer-testnet.l3x.com',
19444
+ standard: 'EIP3091'
19445
+ }
19446
+ ],
19447
+ infoURL: 'https://l3x.com',
19448
+ parent: {
19449
+ type: 'L2',
19450
+ chain: 'eip155-421614',
19451
+ bridges: [ { url: 'https://bridge.arbitrum.io' } ]
19452
+ }
19453
+ },
19286
19454
  {
19287
19455
  name: 'Step Testnet',
19288
19456
  title: 'Step Test Network',
@@ -19767,6 +19935,27 @@ const chainArray = [
19767
19935
  networkId: 16001,
19768
19936
  slip44: 1
19769
19937
  },
19938
+ {
19939
+ name: 'DeFiVerse Mainnet',
19940
+ chain: 'DeFiVerse',
19941
+ icon: 'defiverse',
19942
+ rpc: [ 'https://rpc.defi-verse.org/' ],
19943
+ faucets: [],
19944
+ nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
19945
+ infoURL: 'https://defi-verse.org',
19946
+ shortName: 'DFV',
19947
+ chainId: 16116,
19948
+ networkId: 16116,
19949
+ explorers: [
19950
+ {
19951
+ name: 'DeFiVerse Explorer',
19952
+ url: 'https://scan.defi-verse.org',
19953
+ icon: 'defiverse',
19954
+ standard: 'EIP3091'
19955
+ }
19956
+ ],
19957
+ parent: { type: 'L2', chain: 'eip155-248' }
19958
+ },
19770
19959
  {
19771
19960
  name: 'Genesys Mainnet',
19772
19961
  chain: 'Genesys',
@@ -19939,6 +20128,26 @@ const chainArray = [
19939
20128
  bridges: [ { url: 'https://garnetchain.com/deposit' } ]
19940
20129
  }
19941
20130
  },
20131
+ {
20132
+ name: 'DeFiVerse Testnet',
20133
+ chain: 'DeFiVerse Testnet',
20134
+ icon: 'defiverse',
20135
+ rpc: [ 'https://rpc-testnet.defi-verse.org/' ],
20136
+ faucets: [],
20137
+ nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
20138
+ infoURL: 'https://defi-verse.org',
20139
+ shortName: 'DFV-testnet',
20140
+ chainId: 17117,
20141
+ networkId: 17117,
20142
+ explorers: [
20143
+ {
20144
+ name: 'DeFiVerse Testnet Explorer',
20145
+ url: 'https://scan-testnet.defi-verse.org',
20146
+ icon: 'defiverse',
20147
+ standard: 'EIP3091'
20148
+ }
20149
+ ]
20150
+ },
19942
20151
  {
19943
20152
  name: 'G8Chain Mainnet',
19944
20153
  chain: 'G8C',
@@ -24635,6 +24844,7 @@ const chainArray = [
24635
24844
  {
24636
24845
  name: 'Chiliz Scoville Testnet',
24637
24846
  chain: 'CHZ',
24847
+ status: 'deprecated',
24638
24848
  rpc: [ 'https://scoville-rpc.chiliz.com' ],
24639
24849
  faucets: [ 'https://scoville-faucet.chiliz.com' ],
24640
24850
  nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
@@ -24653,20 +24863,56 @@ const chainArray = [
24653
24863
  ]
24654
24864
  },
24655
24865
  {
24656
- name: 'IVAR Chain Mainnet',
24657
- chain: 'IVAR',
24658
- icon: 'ivar',
24659
- rpc: [ 'https://mainnet-rpc.ivarex.com' ],
24660
- faucets: [ 'https://faucet.ivarex.com/' ],
24661
- nativeCurrency: { name: 'Ivar', symbol: 'IVAR', decimals: 18 },
24662
- infoURL: 'https://ivarex.com',
24663
- shortName: 'ivar',
24866
+ name: 'Chiliz Spicy Testnet',
24867
+ chain: 'CHZ',
24868
+ rpc: [ 'https://spicy-rpc.chiliz.com' ],
24869
+ faucets: [
24870
+ 'https://spicy-faucet.chiliz.com',
24871
+ 'https://tatum.io/faucets/chiliz'
24872
+ ],
24873
+ nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
24874
+ icon: 'chilizspicy',
24875
+ infoURL: 'https://www.chiliz.com/en/chain',
24876
+ shortName: 'chzspicy',
24877
+ chainId: 88882,
24878
+ networkId: 88882,
24879
+ slip44: 1,
24880
+ explorers: [
24881
+ {
24882
+ name: 'spicy-explorer',
24883
+ url: 'https://testnet.chiliscan.com',
24884
+ standard: 'EIP3091'
24885
+ }
24886
+ ]
24887
+ },
24888
+ {
24889
+ name: 'Chiliz Chain Mainnet',
24890
+ chain: 'CHZ',
24891
+ icon: 'chilizchain',
24892
+ rpc: [
24893
+ 'https://rpc.chiliz.com',
24894
+ 'https://rpc.ankr.com/chiliz',
24895
+ 'https://chiliz.publicnode.com'
24896
+ ],
24897
+ faucets: [
24898
+ 'https://spicy-faucet.chiliz.com',
24899
+ 'https://tatum.io/faucets/chiliz'
24900
+ ],
24901
+ nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
24902
+ infoURL: 'https://chiliz.com',
24903
+ shortName: 'chzmainnet',
24664
24904
  chainId: 88888,
24665
24905
  networkId: 88888,
24906
+ redFlags: [ 'reusedChainId' ],
24666
24907
  explorers: [
24667
24908
  {
24668
- name: 'ivarscan',
24669
- url: 'https://ivarscan.com',
24909
+ name: 'chiliscan',
24910
+ url: 'https://chiliscan.com',
24911
+ standard: 'EIP3091'
24912
+ },
24913
+ {
24914
+ name: 'chilizscan',
24915
+ url: 'https://scan.chiliz.com',
24670
24916
  standard: 'EIP3091'
24671
24917
  }
24672
24918
  ]
@@ -24886,6 +25132,25 @@ const chainArray = [
24886
25132
  ],
24887
25133
  status: 'deprecated'
24888
25134
  },
25135
+ {
25136
+ name: 'Green Chain Testnet',
25137
+ chain: 'Green Chain',
25138
+ icon: 'greenchain',
25139
+ rpc: [ 'https://node.greenchain.app/rpc/' ],
25140
+ faucets: [],
25141
+ nativeCurrency: { name: 'GREEN', symbol: 'GREEN', decimals: 18 },
25142
+ infoURL: 'https://www.greenchain.app',
25143
+ shortName: 'greenchain',
25144
+ chainId: 97531,
25145
+ networkId: 97531,
25146
+ explorers: [
25147
+ {
25148
+ name: 'Green Chain Explorer',
25149
+ url: 'https://explorer.greenchain.app',
25150
+ standard: 'EIP3091'
25151
+ }
25152
+ ]
25153
+ },
24889
25154
  {
24890
25155
  name: 'eLiberty Testnet',
24891
25156
  chain: '$EL',
@@ -29381,6 +29646,28 @@ const chainArray = [
29381
29646
  }
29382
29647
  ]
29383
29648
  },
29649
+ {
29650
+ name: 'ALIENX Hal Testnet',
29651
+ chain: 'ALIENX Hal',
29652
+ rpc: [
29653
+ 'https://hal-rpc.alienxchain.io/http',
29654
+ 'https://hal.rpc.caldera.xyz/http'
29655
+ ],
29656
+ faucets: [],
29657
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
29658
+ infoURL: 'https://alienxchain.io/home',
29659
+ shortName: 'ALIENXHal',
29660
+ chainId: 10241025,
29661
+ networkId: 10241025,
29662
+ icon: 'hal',
29663
+ explorers: [
29664
+ {
29665
+ name: 'Hal Explorer',
29666
+ url: 'https://hal-explorer.alienxchain.io',
29667
+ standard: 'EIP3091'
29668
+ }
29669
+ ]
29670
+ },
29384
29671
  {
29385
29672
  name: 'Sepolia',
29386
29673
  title: 'Ethereum Testnet Sepolia',
@@ -29657,6 +29944,24 @@ const chainArray = [
29657
29944
  }
29658
29945
  ]
29659
29946
  },
29947
+ {
29948
+ name: 'Swan Proxima Testnet',
29949
+ chain: 'SWAN',
29950
+ rpc: [ 'https://rpc-proxima.swanchain.io' ],
29951
+ faucets: [],
29952
+ nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
29953
+ infoURL: 'https://swanchain.io/',
29954
+ shortName: 'Proxima',
29955
+ chainId: 20241133,
29956
+ networkId: 20241133,
29957
+ explorers: [
29958
+ {
29959
+ name: 'Swan Proxima Chain explorer',
29960
+ url: 'https://proxima-explorer.swanchain.io',
29961
+ standard: 'EIP3091'
29962
+ }
29963
+ ]
29964
+ },
29660
29965
  {
29661
29966
  name: 'Hokum Testnet',
29662
29967
  chain: 'HokumTestnet',
@@ -31161,6 +31466,11 @@ const chainArray = [
31161
31466
  name: 'Kakarot Scan',
31162
31467
  url: 'https://sepolia.kakarotscan.org',
31163
31468
  standard: 'EIP3091'
31469
+ },
31470
+ {
31471
+ name: 'Kakarot Explorer',
31472
+ url: 'https://sepolia-explorer.kakarot.org',
31473
+ standard: 'EIP3091'
31164
31474
  }
31165
31475
  ],
31166
31476
  parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.405",
3
+ "version": "0.0.407",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {