eth-chainlist 0.0.300 → 0.0.301

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.301 (2023-12-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.300 ([427b36a](https://github.com/poowf/eth-chainlist/commit/427b36ad76b74467bc19648b87bd2d89a65002cf))
9
+ * update chain data ([dec2769](https://github.com/poowf/eth-chainlist/commit/dec27699bca8d43424148eecdbab310b343180a2))
10
+
3
11
  ### 0.0.300 (2023-12-08)
4
12
 
5
13
 
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',
@@ -10227,26 +10262,26 @@ const chainArray = [
10227
10262
  ]
10228
10263
  },
10229
10264
  {
10230
- name: 'Morphism Testnet',
10265
+ name: 'Morph Testnet',
10231
10266
  chain: 'ETH',
10232
- rpc: [ 'https://rpc-testnet.morphism.xyz' ],
10267
+ rpc: [ 'https://rpc-testnet.morphl2.io' ],
10233
10268
  faucets: [],
10234
10269
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10235
- infoURL: 'https://morphism.xyz',
10270
+ infoURL: 'https://morphl2.io',
10236
10271
  shortName: 'tmorph',
10237
10272
  chainId: 2710,
10238
10273
  networkId: 2710,
10239
10274
  explorers: [
10240
10275
  {
10241
- name: 'Morphism Testnet Explorer',
10242
- url: 'https://explorer-testnet.morphism.xyz',
10276
+ name: 'Morph Testnet Explorer',
10277
+ url: 'https://explorer-testnet.morphl2.io',
10243
10278
  standard: 'EIP3091'
10244
10279
  }
10245
10280
  ],
10246
10281
  parent: {
10247
10282
  type: 'L2',
10248
10283
  chain: 'eip155-1',
10249
- bridges: [ { url: 'https://bridge-testnet.morphism.xyz' } ]
10284
+ bridges: [ { url: 'https://bridge-testnet.morphl2.io' } ]
10250
10285
  }
10251
10286
  },
10252
10287
  {
@@ -10885,6 +10920,19 @@ const chainArray = [
10885
10920
  }
10886
10921
  ]
10887
10922
  },
10923
+ {
10924
+ name: 'Firechain zkEVM Ghostrider',
10925
+ title: 'Firechain zkEVM Ghostrider',
10926
+ chain: 'Firechain',
10927
+ rpc: [ 'https://rpc.zkevm.ghostrider.thefirechain.com' ],
10928
+ faucets: [ 'zkevm-faucet.thefirechain.com' ],
10929
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10930
+ infoURL: 'https://docs.thefirechain.com/',
10931
+ shortName: 'firechain-zkEVM-ghostrider',
10932
+ chainId: 3885,
10933
+ networkId: 3885,
10934
+ explorers: []
10935
+ },
10888
10936
  {
10889
10937
  name: 'KalyChain Mainnet',
10890
10938
  chain: 'KLC',
@@ -13812,14 +13860,22 @@ const chainArray = [
13812
13860
  name: 'Oort MainnetDev',
13813
13861
  title: 'Oort MainnetDev',
13814
13862
  chain: 'MainnetDev',
13815
- rpc: [],
13863
+ rpc: [ 'https://dev-rpc.oortech.com' ],
13816
13864
  faucets: [],
13817
13865
  nativeCurrency: { name: 'Oort', symbol: 'CCN', decimals: 18 },
13818
13866
  infoURL: 'https://oortech.com',
13819
13867
  shortName: 'MainnetDev',
13820
13868
  chainId: 9700,
13821
13869
  networkId: 9700,
13822
- icon: 'ccn'
13870
+ icon: 'oort',
13871
+ explorers: [
13872
+ {
13873
+ name: 'Oort MainnetDev Scan',
13874
+ url: 'https://dev-scan.oortech.com',
13875
+ standard: 'none',
13876
+ icon: 'oort'
13877
+ }
13878
+ ]
13823
13879
  },
13824
13880
  {
13825
13881
  name: 'Boba BNB Testnet',
@@ -16570,6 +16626,27 @@ const chainArray = [
16570
16626
  }
16571
16627
  ]
16572
16628
  },
16629
+ {
16630
+ name: 'ZKFair Testnet',
16631
+ chain: 'ETH',
16632
+ rpc: [ 'https://testnet-rpc.zkfair.io' ],
16633
+ faucets: [],
16634
+ nativeCurrency: { name: 'USDC Token', symbol: 'USDC', decimals: 18 },
16635
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16636
+ infoURL: 'https://zkfair.io',
16637
+ shortName: 'ZKFair-Testnet',
16638
+ chainId: 43851,
16639
+ networkId: 43851,
16640
+ icon: 'zkfair',
16641
+ explorers: [
16642
+ {
16643
+ name: 'ZKFair Testnet Info',
16644
+ url: 'https://testnet-scan.zkfair.io',
16645
+ icon: 'zkfair',
16646
+ standard: 'EIP3091'
16647
+ }
16648
+ ]
16649
+ },
16573
16650
  {
16574
16651
  name: 'Frenchain',
16575
16652
  chain: 'fren',
@@ -20240,25 +20317,26 @@ const chainArray = [
20240
20317
  ]
20241
20318
  },
20242
20319
  {
20243
- name: 'Rethereum Mainnet',
20244
- chain: 'RTH',
20320
+ name: 'Hypra Mainnet',
20321
+ chain: 'HYP',
20245
20322
  rpc: [
20323
+ 'https://rpc.hypra.network',
20246
20324
  'https://rpc.rethereum.org',
20247
20325
  'https://rethereum.rpc.restratagem.com',
20248
20326
  'https://rpc.rthcentral.org'
20249
20327
  ],
20250
20328
  faucets: [],
20251
- nativeCurrency: { name: 'Rethereum', symbol: 'RTH', decimals: 18 },
20329
+ nativeCurrency: { name: 'Hypra', symbol: 'HYP', decimals: 18 },
20252
20330
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20253
- infoURL: 'https://www.rethereum.org',
20254
- shortName: 'rth',
20331
+ infoURL: 'https://www.hypra.network',
20332
+ shortName: 'hyp',
20255
20333
  chainId: 622277,
20256
20334
  networkId: 622277,
20257
20335
  icon: 'rethereum',
20258
20336
  explorers: [
20259
20337
  {
20260
- name: 'rethereum',
20261
- url: 'https://explorer.rethereum.org',
20338
+ name: 'hypra',
20339
+ url: 'https://explorer.hypra.network',
20262
20340
  icon: 'blockscout',
20263
20341
  standard: 'EIP3091'
20264
20342
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.300",
3
+ "version": "0.0.301",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {