eth-chainlist 0.0.345 → 0.0.347

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 +153 -37
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.347 (2024-02-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.346 ([1d80f56](https://github.com/poowf/eth-chainlist/commit/1d80f56710575da177a044f3ddc53dc280d24b88))
9
+ * update chain data ([fabdc17](https://github.com/poowf/eth-chainlist/commit/fabdc178755b13f02b7298c94f285e8c10dd2313))
10
+
11
+ ### 0.0.346 (2024-02-24)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.345 ([4ac6be2](https://github.com/poowf/eth-chainlist/commit/4ac6be29c36f6e27f7497055fe831bda0bf0a317))
17
+ * update chain data ([1b14dfe](https://github.com/poowf/eth-chainlist/commit/1b14dfeaee80fe813c198f159c9082b64baf8682))
18
+
3
19
  ### 0.0.345 (2024-02-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -300,9 +300,14 @@ const chainArray = [
300
300
  icon: 'flare',
301
301
  rpc: [
302
302
  'https://flare-api.flare.network/ext/C/rpc',
303
- 'https://flare.public-rpc.com',
304
- 'https://rpc.ftso.au/flare'
303
+ 'https://flare.rpc.thirdweb.com',
304
+ 'https://flare-bundler.etherspot.io',
305
+ 'https://rpc.ankr.com/flare',
306
+ 'https://rpc.ftso.au/flare',
307
+ 'https://flare.enosys.global/ext/C/rpc',
308
+ 'https://flare.solidifi.app/ext/C/rpc'
305
309
  ],
310
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
306
311
  faucets: [],
307
312
  nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
308
313
  infoURL: 'https://flare.network',
@@ -317,7 +322,7 @@ const chainArray = [
317
322
  },
318
323
  {
319
324
  name: 'flarescan',
320
- url: 'https://flarescan.com',
325
+ url: 'https://mainnet.flarescan.com',
321
326
  standard: 'EIP3091'
322
327
  }
323
328
  ]
@@ -337,24 +342,32 @@ const chainArray = [
337
342
  networkId: 15
338
343
  },
339
344
  {
340
- name: 'Flare Testnet Coston',
341
- chain: 'FLR',
345
+ name: 'Songbird Testnet Coston',
346
+ chain: 'SGB',
342
347
  icon: 'coston',
343
- rpc: [ 'https://coston-api.flare.network/ext/bc/C/rpc' ],
344
- faucets: [
345
- 'https://faucet.towolabs.com',
346
- 'https://fauceth.komputing.org?chain=16&address=${ADDRESS}'
348
+ rpc: [
349
+ 'https://coston-api.flare.network/ext/C/rpc',
350
+ 'https://flare-testnet-coston.rpc.thirdweb.com',
351
+ 'https://coston.enosys.global/ext/C/rpc'
347
352
  ],
353
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
354
+ faucets: [ 'https://faucet.flare.network' ],
348
355
  nativeCurrency: { name: 'Coston Flare', symbol: 'CFLR', decimals: 18 },
349
- infoURL: 'https://flare.xyz',
356
+ infoURL: 'https://flare.network',
350
357
  shortName: 'cflr',
351
358
  chainId: 16,
352
359
  networkId: 16,
360
+ slip44: 1,
353
361
  explorers: [
354
362
  {
355
363
  name: 'blockscout',
356
364
  url: 'https://coston-explorer.flare.network',
357
365
  standard: 'EIP3091'
366
+ },
367
+ {
368
+ name: 'flarescan',
369
+ url: 'https://coston.testnet.flarescan.com',
370
+ standard: 'EIP3091'
358
371
  }
359
372
  ]
360
373
  },
@@ -394,14 +407,14 @@ const chainArray = [
394
407
  icon: 'songbird',
395
408
  rpc: [
396
409
  'https://songbird-api.flare.network/ext/C/rpc',
397
- 'https://sgb.ftso.com.au/ext/bc/C/rpc',
398
- 'https://sgb.lightft.so/rpc',
399
- 'https://sgb-rpc.ftso.eu',
400
- 'https://rpc.ftso.au/songbird'
410
+ 'https://rpc.ftso.au/songbird',
411
+ 'https://songbird.enosys.global/ext/C/rpc',
412
+ 'https://songbird.solidifi.app/ext/C/rpc'
401
413
  ],
414
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
402
415
  faucets: [],
403
416
  nativeCurrency: { name: 'Songbird', symbol: 'SGB', decimals: 18 },
404
- infoURL: 'https://flare.xyz',
417
+ infoURL: 'https://flare.network',
405
418
  shortName: 'sgb',
406
419
  chainId: 19,
407
420
  networkId: 19,
@@ -410,6 +423,11 @@ const chainArray = [
410
423
  name: 'blockscout',
411
424
  url: 'https://songbird-explorer.flare.network',
412
425
  standard: 'EIP3091'
426
+ },
427
+ {
428
+ name: 'flarescan',
429
+ url: 'https://songbird.flarescan.com',
430
+ standard: 'EIP3091'
413
431
  }
414
432
  ]
415
433
  },
@@ -839,7 +857,7 @@ const chainArray = [
839
857
  {
840
858
  name: 'subscan',
841
859
  url: 'https://pangolin.subscan.io',
842
- standard: 'none'
860
+ standard: 'EIP3091'
843
861
  }
844
862
  ]
845
863
  },
@@ -848,8 +866,7 @@ const chainArray = [
848
866
  chain: 'crab',
849
867
  rpc: [
850
868
  'https://crab-rpc.darwinia.network',
851
- 'https://crab-rpc.darwiniacommunitydao.xyz',
852
- 'https://darwiniacrab-rpc.dwellir.com'
869
+ 'https://crab-rpc.darwiniacommunitydao.xyz'
853
870
  ],
854
871
  faucets: [],
855
872
  nativeCurrency: { name: 'Crab Network Native Token', symbol: 'CRAB', decimals: 18 },
@@ -861,7 +878,7 @@ const chainArray = [
861
878
  {
862
879
  name: 'subscan',
863
880
  url: 'https://crab.subscan.io',
864
- standard: 'none'
881
+ standard: 'EIP3091'
865
882
  }
866
883
  ]
867
884
  },
@@ -912,7 +929,7 @@ const chainArray = [
912
929
  {
913
930
  name: 'subscan',
914
931
  url: 'https://darwinia.subscan.io',
915
- standard: 'none'
932
+ standard: 'EIP3091'
916
933
  }
917
934
  ]
918
935
  },
@@ -2339,10 +2356,16 @@ const chainArray = [
2339
2356
  name: 'Flare Testnet Coston2',
2340
2357
  chain: 'FLR',
2341
2358
  icon: 'coston2',
2342
- rpc: [ 'https://coston2-api.flare.network/ext/bc/C/rpc' ],
2343
- faucets: [ 'https://coston2-faucet.towolabs.com' ],
2359
+ rpc: [
2360
+ 'https://coston2-api.flare.network/ext/C/rpc',
2361
+ 'https://flare-testnet-coston2.rpc.thirdweb.com',
2362
+ 'https://flaretestnet-bundler.etherspot.io',
2363
+ 'https://coston2.enosys.global/ext/C/rpc'
2364
+ ],
2365
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2366
+ faucets: [ 'https://faucet.flare.network' ],
2344
2367
  nativeCurrency: { name: 'Coston2 Flare', symbol: 'C2FLR', decimals: 18 },
2345
- infoURL: 'https://flare.xyz',
2368
+ infoURL: 'https://flare.network',
2346
2369
  shortName: 'c2flr',
2347
2370
  chainId: 114,
2348
2371
  networkId: 114,
@@ -2352,6 +2375,11 @@ const chainArray = [
2352
2375
  name: 'blockscout',
2353
2376
  url: 'https://coston2-explorer.flare.network',
2354
2377
  standard: 'EIP3091'
2378
+ },
2379
+ {
2380
+ name: 'flarescan',
2381
+ url: 'https://coston2.testnet.flarescan.com',
2382
+ standard: 'EIP3091'
2355
2383
  }
2356
2384
  ]
2357
2385
  },
@@ -3994,7 +4022,7 @@ const chainArray = [
3994
4022
  ],
3995
4023
  faucets: [],
3996
4024
  nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
3997
- features: [ { name: 'EIP155' } ],
4025
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3998
4026
  infoURL: '',
3999
4027
  shortName: 'lachain',
4000
4028
  chainId: 274,
@@ -8805,6 +8833,27 @@ const chainArray = [
8805
8833
  }
8806
8834
  ]
8807
8835
  },
8836
+ {
8837
+ name: 'MetaChain Istanbul',
8838
+ title: 'MetaChain Testnet Istanbul',
8839
+ chain: 'MTC',
8840
+ icon: 'metachain',
8841
+ rpc: [ 'https://istanbul-rpc.metachain.dev' ],
8842
+ faucets: [ 'https://istanbul-faucet.metachain.dev' ],
8843
+ nativeCurrency: { name: 'Metatime Coin', symbol: 'MTC', decimals: 18 },
8844
+ infoURL: 'https://metatime.com/en',
8845
+ shortName: 'metatimeistanbul',
8846
+ chainId: 1453,
8847
+ networkId: 1453,
8848
+ slip44: 1453,
8849
+ explorers: [
8850
+ {
8851
+ name: 'MetaExplorer',
8852
+ url: 'https://istanbul-explorer.metachain.dev',
8853
+ standard: 'EIP3091'
8854
+ }
8855
+ ]
8856
+ },
8808
8857
  {
8809
8858
  name: 'Ctex Scan Blockchain',
8810
8859
  chain: 'Ctex Scan Blockchain',
@@ -9338,20 +9387,20 @@ const chainArray = [
9338
9387
  networkId: 1
9339
9388
  },
9340
9389
  {
9341
- name: 'WhiteBIT Network',
9390
+ name: 'Whitechain',
9342
9391
  chain: 'WBT',
9343
- rpc: [ 'https://rpc.whitebit.network' ],
9392
+ rpc: [ 'https://rpc.whitechain.io' ],
9344
9393
  faucets: [],
9345
9394
  nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
9346
- infoURL: 'https://whitebit.network',
9395
+ infoURL: 'https://whitechain.io',
9347
9396
  shortName: 'wbt',
9348
9397
  chainId: 1875,
9349
9398
  networkId: 1875,
9350
- icon: 'whitebit',
9399
+ icon: 'whitechain',
9351
9400
  explorers: [
9352
9401
  {
9353
- name: 'wb-explorer',
9354
- url: 'https://explorer.whitebit.network',
9402
+ name: 'whitechain-explorer',
9403
+ url: 'https://explorer.whitechain.io',
9355
9404
  standard: 'EIP3091'
9356
9405
  }
9357
9406
  ]
@@ -11326,21 +11375,21 @@ const chainArray = [
11326
11375
  ]
11327
11376
  },
11328
11377
  {
11329
- name: 'WhiteBIT Network Testnet',
11378
+ name: 'Whitechain Testnet',
11330
11379
  chain: 'WBT',
11331
- rpc: [ 'https://rpc-testnet.whitebit.network' ],
11332
- faucets: [ 'https://explorer.whitebit.network/testnet/faucet' ],
11380
+ rpc: [ 'https://rpc-testnet.whitechain.io' ],
11381
+ faucets: [ 'https://testnet.whitechain.io/faucet' ],
11333
11382
  nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
11334
- infoURL: 'https://whitebit.com/wbt',
11383
+ infoURL: 'https://whitechain.io',
11335
11384
  shortName: 'twbt',
11336
11385
  chainId: 2625,
11337
11386
  networkId: 2625,
11338
11387
  slip44: 1,
11339
- icon: 'whitebit-testnet',
11388
+ icon: 'whitechain-testnet',
11340
11389
  explorers: [
11341
11390
  {
11342
- name: 'wb-explorer-testnet',
11343
- url: 'https://explorer.whitebit.network/testnet',
11391
+ name: 'whitechain-testnet-explorer',
11392
+ url: 'https://testnet.whitechain.io',
11344
11393
  standard: 'EIP3091'
11345
11394
  }
11346
11395
  ]
@@ -17400,6 +17449,30 @@ const chainArray = [
17400
17449
  }
17401
17450
  ]
17402
17451
  },
17452
+ {
17453
+ name: 'Titan (TKX) Testnet',
17454
+ chain: 'Titan (TKX)',
17455
+ rpc: [
17456
+ 'https://titan-testnet-json-rpc-1.tokenize-dev.com',
17457
+ 'https://titan-testnet-json-rpc-2.tokenize-dev.com'
17458
+ ],
17459
+ faucets: [],
17460
+ nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
17461
+ infoURL: 'https://tokenize.exchange',
17462
+ shortName: 'titan_tkx-testnet',
17463
+ chainId: 18889,
17464
+ networkId: 18889,
17465
+ slip44: 1,
17466
+ icon: 'titan_tkx',
17467
+ explorers: [
17468
+ {
17469
+ name: 'Titan Explorer',
17470
+ url: 'https://titan-testnet-explorer-light.tokenize-dev.com',
17471
+ standard: 'none',
17472
+ icon: 'titan_tkx'
17473
+ }
17474
+ ]
17475
+ },
17403
17476
  {
17404
17477
  name: 'HOME Verse Mainnet',
17405
17478
  chain: 'HOME Verse',
@@ -17865,6 +17938,26 @@ const chainArray = [
17865
17938
  }
17866
17939
  ]
17867
17940
  },
17941
+ {
17942
+ name: 'AlveyChain Testnet',
17943
+ chain: 'tALV',
17944
+ rpc: [ 'https://testnet-rpc.alvey.io' ],
17945
+ faucets: [ 'https://faucet.alveytestnet.com' ],
17946
+ nativeCurrency: { name: 'AlveyCoin Testnet', symbol: 'tALV', decimals: 18 },
17947
+ infoURL: 'https://alveychain.com/',
17948
+ shortName: 'talv',
17949
+ chainId: 25839,
17950
+ networkId: 25839,
17951
+ icon: 'alveychain',
17952
+ explorers: [
17953
+ {
17954
+ name: 'AlveyScan Testnet',
17955
+ url: 'https://alveytestnet.com',
17956
+ icon: 'alveychain',
17957
+ standard: 'EIP3091'
17958
+ }
17959
+ ]
17960
+ },
17868
17961
  {
17869
17962
  name: 'Hammer Chain Mainnet',
17870
17963
  chain: 'HammerChain',
@@ -21859,6 +21952,29 @@ const chainArray = [
21859
21952
  networkId: 200625,
21860
21953
  slip44: 200625
21861
21954
  },
21955
+ {
21956
+ name: 'Bitlayer Testnet',
21957
+ chain: 'Bitlayer',
21958
+ rpc: [
21959
+ 'https://testnet-rpc.bitlayer.org',
21960
+ 'wss://testnet-ws.bitlayer.org'
21961
+ ],
21962
+ faucets: [ 'https://www.bitlayer.org/faucet' ],
21963
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
21964
+ infoURL: 'https://docs.bitlayer.org/',
21965
+ shortName: 'Bitlayer',
21966
+ chainId: 200810,
21967
+ networkId: 200810,
21968
+ slip44: 1,
21969
+ icon: 'bitlayer',
21970
+ explorers: [
21971
+ {
21972
+ name: 'bitlayer testnet scan',
21973
+ url: 'https://testnet-scan.bitlayer.org',
21974
+ standard: 'none'
21975
+ }
21976
+ ]
21977
+ },
21862
21978
  {
21863
21979
  name: 'Alaya Mainnet',
21864
21980
  chain: 'Alaya',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.345",
3
+ "version": "0.0.347",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {