eth-chainlist 0.0.300 → 0.0.302

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 +141 -40
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.302 (2023-12-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.301 ([9f36190](https://github.com/poowf/eth-chainlist/commit/9f361900e938fbb84118fe27139896890a1c2b51))
9
+ * update chain data ([50a578d](https://github.com/poowf/eth-chainlist/commit/50a578d405724c15518a4ec26b6fe6473843a2bf))
10
+
11
+ ### 0.0.301 (2023-12-09)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.300 ([427b36a](https://github.com/poowf/eth-chainlist/commit/427b36ad76b74467bc19648b87bd2d89a65002cf))
17
+ * update chain data ([dec2769](https://github.com/poowf/eth-chainlist/commit/dec27699bca8d43424148eecdbab310b343180a2))
18
+
3
19
  ### 0.0.300 (2023-12-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5832,6 +5832,25 @@ const chainArray = [
5832
5832
  }
5833
5833
  ]
5834
5834
  },
5835
+ {
5836
+ name: 'Firechain zkEVM',
5837
+ title: 'Firechain zkEVM',
5838
+ chain: 'Firechain',
5839
+ rpc: [ 'https://rpc.zkevm.thefirechain.com' ],
5840
+ faucets: [],
5841
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5842
+ infoURL: 'https://docs.thefirechain.com/',
5843
+ shortName: 'firechan-zkEVM',
5844
+ chainId: 814,
5845
+ networkId: 814,
5846
+ icon: 'firechain',
5847
+ explorers: [],
5848
+ parent: {
5849
+ type: 'L2',
5850
+ chain: 'eip155-1',
5851
+ bridges: [ { url: 'https://zkevm.bridge.rpc.thefirechain.com' } ]
5852
+ }
5853
+ },
5835
5854
  {
5836
5855
  name: 'BeOne Chain Mainnet',
5837
5856
  chain: 'BOC',
@@ -6309,14 +6328,22 @@ const chainArray = [
6309
6328
  {
6310
6329
  name: 'Oort Mainnet',
6311
6330
  chain: 'Oort Mainnet',
6312
- rpc: [ 'https://rpc.oortech.com' ],
6331
+ rpc: [ 'https://mainnet-rpc.oortech.com' ],
6313
6332
  faucets: [],
6314
6333
  nativeCurrency: { name: 'Oort', symbol: 'CCN', decimals: 18 },
6315
6334
  infoURL: 'https://oortech.com',
6316
6335
  shortName: 'ccn',
6317
6336
  chainId: 970,
6318
6337
  networkId: 970,
6319
- icon: 'ccn'
6338
+ icon: 'oort',
6339
+ explorers: [
6340
+ {
6341
+ name: 'Oort Mainnet Explorer',
6342
+ url: 'https://mainnet-scan.oortech.com',
6343
+ standard: 'none',
6344
+ icon: 'oort'
6345
+ }
6346
+ ]
6320
6347
  },
6321
6348
  {
6322
6349
  name: 'Oort Huygens',
@@ -6341,7 +6368,15 @@ const chainArray = [
6341
6368
  shortName: 'Ascraeus',
6342
6369
  chainId: 972,
6343
6370
  networkId: 972,
6344
- icon: 'ccn'
6371
+ icon: 'oort',
6372
+ explorers: [
6373
+ {
6374
+ name: 'Oort Ascraeus Explorer',
6375
+ url: 'https://ascraeus-scan.oortech.com',
6376
+ standard: 'none',
6377
+ icon: 'oort'
6378
+ }
6379
+ ]
6345
6380
  },
6346
6381
  {
6347
6382
  name: 'Nepal Blockchain Network',
@@ -10058,6 +10093,49 @@ const chainArray = [
10058
10093
  }
10059
10094
  ]
10060
10095
  },
10096
+ {
10097
+ name: 'Hybrid Chain Network Testnet',
10098
+ chain: 'HYBRID',
10099
+ rpc: [ 'https://rpc-testnet.hybridchain.ai/' ],
10100
+ faucets: [ 'https://faucet-testnet.hybridchain.ai' ],
10101
+ nativeCurrency: { name: 'Hybrid Chain Native Token', symbol: 'tHRC', decimals: 18 },
10102
+ infoURL: 'https://hybridchain.ai',
10103
+ shortName: 'thrc',
10104
+ chainId: 2458,
10105
+ networkId: 2458,
10106
+ icon: 'hybrid',
10107
+ explorers: [
10108
+ {
10109
+ name: 'Hybrid Chain Explorer Testnet',
10110
+ icon: 'hybrid',
10111
+ url: 'https://testnet.hybridscan.ai',
10112
+ standard: 'none'
10113
+ }
10114
+ ]
10115
+ },
10116
+ {
10117
+ name: 'Hybrid Chain Network Mainnet',
10118
+ chain: 'HYBRID',
10119
+ rpc: [
10120
+ 'https://coredata-mainnet.hybridchain.ai/',
10121
+ 'https://rpc-mainnet.hybridchain.ai'
10122
+ ],
10123
+ faucets: [ 'https://faucet-testnet.hybridchain.ai' ],
10124
+ nativeCurrency: { name: 'Hybrid Chain Native Token', symbol: 'HRC', decimals: 18 },
10125
+ infoURL: 'https://hybridchain.ai',
10126
+ shortName: 'hrc',
10127
+ chainId: 2468,
10128
+ networkId: 2468,
10129
+ icon: 'hybrid',
10130
+ explorers: [
10131
+ {
10132
+ name: 'Hybrid Chain Explorer Mainnet',
10133
+ icon: 'hybrid',
10134
+ url: 'https://hybridscan.ai',
10135
+ standard: 'none'
10136
+ }
10137
+ ]
10138
+ },
10061
10139
  {
10062
10140
  name: 'Unicorn Ultra Nebulas Testnet',
10063
10141
  chain: 'u2u',
@@ -10227,26 +10305,26 @@ const chainArray = [
10227
10305
  ]
10228
10306
  },
10229
10307
  {
10230
- name: 'Morphism Testnet',
10308
+ name: 'Morph Testnet',
10231
10309
  chain: 'ETH',
10232
- rpc: [ 'https://rpc-testnet.morphism.xyz' ],
10310
+ rpc: [ 'https://rpc-testnet.morphl2.io' ],
10233
10311
  faucets: [],
10234
10312
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10235
- infoURL: 'https://morphism.xyz',
10313
+ infoURL: 'https://morphl2.io',
10236
10314
  shortName: 'tmorph',
10237
10315
  chainId: 2710,
10238
10316
  networkId: 2710,
10239
10317
  explorers: [
10240
10318
  {
10241
- name: 'Morphism Testnet Explorer',
10242
- url: 'https://explorer-testnet.morphism.xyz',
10319
+ name: 'Morph Testnet Explorer',
10320
+ url: 'https://explorer-testnet.morphl2.io',
10243
10321
  standard: 'EIP3091'
10244
10322
  }
10245
10323
  ],
10246
10324
  parent: {
10247
10325
  type: 'L2',
10248
10326
  chain: 'eip155-1',
10249
- bridges: [ { url: 'https://bridge-testnet.morphism.xyz' } ]
10327
+ bridges: [ { url: 'https://bridge-testnet.morphl2.io' } ]
10250
10328
  }
10251
10329
  },
10252
10330
  {
@@ -10885,6 +10963,19 @@ const chainArray = [
10885
10963
  }
10886
10964
  ]
10887
10965
  },
10966
+ {
10967
+ name: 'Firechain zkEVM Ghostrider',
10968
+ title: 'Firechain zkEVM Ghostrider',
10969
+ chain: 'Firechain',
10970
+ rpc: [ 'https://rpc.zkevm.ghostrider.thefirechain.com' ],
10971
+ faucets: [ 'zkevm-faucet.thefirechain.com' ],
10972
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10973
+ infoURL: 'https://docs.thefirechain.com/',
10974
+ shortName: 'firechain-zkEVM-ghostrider',
10975
+ chainId: 3885,
10976
+ networkId: 3885,
10977
+ explorers: []
10978
+ },
10888
10979
  {
10889
10980
  name: 'KalyChain Mainnet',
10890
10981
  chain: 'KLC',
@@ -11805,6 +11896,7 @@ const chainArray = [
11805
11896
  shortName: 'hmnd',
11806
11897
  chainId: 5234,
11807
11898
  networkId: 5234,
11899
+ icon: 'humanode',
11808
11900
  explorers: [
11809
11901
  {
11810
11902
  name: 'Subscan',
@@ -13812,14 +13904,22 @@ const chainArray = [
13812
13904
  name: 'Oort MainnetDev',
13813
13905
  title: 'Oort MainnetDev',
13814
13906
  chain: 'MainnetDev',
13815
- rpc: [],
13907
+ rpc: [ 'https://dev-rpc.oortech.com' ],
13816
13908
  faucets: [],
13817
13909
  nativeCurrency: { name: 'Oort', symbol: 'CCN', decimals: 18 },
13818
13910
  infoURL: 'https://oortech.com',
13819
13911
  shortName: 'MainnetDev',
13820
13912
  chainId: 9700,
13821
13913
  networkId: 9700,
13822
- icon: 'ccn'
13914
+ icon: 'oort',
13915
+ explorers: [
13916
+ {
13917
+ name: 'Oort MainnetDev Scan',
13918
+ url: 'https://dev-scan.oortech.com',
13919
+ standard: 'none',
13920
+ icon: 'oort'
13921
+ }
13922
+ ]
13823
13923
  },
13824
13924
  {
13825
13925
  name: 'Boba BNB Testnet',
@@ -14936,6 +15036,7 @@ const chainArray = [
14936
15036
  shortName: 'hmnd-t5',
14937
15037
  chainId: 14853,
14938
15038
  networkId: 14853,
15039
+ icon: 'humanode',
14939
15040
  explorers: []
14940
15041
  },
14941
15042
  {
@@ -16570,6 +16671,27 @@ const chainArray = [
16570
16671
  }
16571
16672
  ]
16572
16673
  },
16674
+ {
16675
+ name: 'ZKFair Testnet',
16676
+ chain: 'ETH',
16677
+ rpc: [ 'https://testnet-rpc.zkfair.io' ],
16678
+ faucets: [],
16679
+ nativeCurrency: { name: 'USDC Token', symbol: 'USDC', decimals: 18 },
16680
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16681
+ infoURL: 'https://zkfair.io',
16682
+ shortName: 'ZKFair-Testnet',
16683
+ chainId: 43851,
16684
+ networkId: 43851,
16685
+ icon: 'zkfair',
16686
+ explorers: [
16687
+ {
16688
+ name: 'ZKFair Testnet Info',
16689
+ url: 'https://testnet-scan.zkfair.io',
16690
+ icon: 'zkfair',
16691
+ standard: 'EIP3091'
16692
+ }
16693
+ ]
16694
+ },
16573
16695
  {
16574
16696
  name: 'Frenchain',
16575
16697
  chain: 'fren',
@@ -20240,25 +20362,26 @@ const chainArray = [
20240
20362
  ]
20241
20363
  },
20242
20364
  {
20243
- name: 'Rethereum Mainnet',
20244
- chain: 'RTH',
20365
+ name: 'Hypra Mainnet',
20366
+ chain: 'HYP',
20245
20367
  rpc: [
20368
+ 'https://rpc.hypra.network',
20246
20369
  'https://rpc.rethereum.org',
20247
20370
  'https://rethereum.rpc.restratagem.com',
20248
20371
  'https://rpc.rthcentral.org'
20249
20372
  ],
20250
20373
  faucets: [],
20251
- nativeCurrency: { name: 'Rethereum', symbol: 'RTH', decimals: 18 },
20374
+ nativeCurrency: { name: 'Hypra', symbol: 'HYP', decimals: 18 },
20252
20375
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20253
- infoURL: 'https://www.rethereum.org',
20254
- shortName: 'rth',
20376
+ infoURL: 'https://www.hypra.network',
20377
+ shortName: 'hyp',
20255
20378
  chainId: 622277,
20256
20379
  networkId: 622277,
20257
20380
  icon: 'rethereum',
20258
20381
  explorers: [
20259
20382
  {
20260
- name: 'rethereum',
20261
- url: 'https://explorer.rethereum.org',
20383
+ name: 'hypra',
20384
+ url: 'https://explorer.hypra.network',
20262
20385
  icon: 'blockscout',
20263
20386
  standard: 'EIP3091'
20264
20387
  }
@@ -21624,28 +21747,6 @@ const chainArray = [
21624
21747
  networkId: 61717561,
21625
21748
  slip44: 61717561
21626
21749
  },
21627
- {
21628
- name: 'Autonity Bakerloo (Barada) Testnet',
21629
- chain: 'AUT',
21630
- rpc: [
21631
- 'https://rpc1.bakerloo.autonity.org/',
21632
- 'wss://rpc1.bakerloo.autonity.org/ws/'
21633
- ],
21634
- faucets: [ 'https://faucet.autonity.org/' ],
21635
- nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
21636
- infoURL: 'https://autonity.org/',
21637
- shortName: 'bakerloo-01',
21638
- chainId: 65010001,
21639
- networkId: 65010001,
21640
- icon: 'autonity',
21641
- explorers: [
21642
- {
21643
- name: 'autonity-blockscout',
21644
- url: 'https://bakerloo.autonity.org',
21645
- standard: 'EIP3091'
21646
- }
21647
- ]
21648
- },
21649
21750
  {
21650
21751
  name: 'Autonity Piccadilly (Thames) Testnet',
21651
21752
  chain: 'AUT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.300",
3
+ "version": "0.0.302",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {