eth-chainlist 0.0.579 → 0.0.581

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 +158 -19
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.581 (2025-01-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.580 ([fa1b467](https://github.com/poowf/eth-chainlist/commit/fa1b467575b18c5ed24d4167576b92415817ea25))
9
+ * update chain data ([7403db0](https://github.com/poowf/eth-chainlist/commit/7403db068e14af015ae1beb8b21fec91a090f79f))
10
+
11
+ ### 0.0.580 (2025-01-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.579 ([12a44df](https://github.com/poowf/eth-chainlist/commit/12a44df2cefc4a0898d1067814fb6b9919fb40b2))
17
+ * update chain data ([0e3fb3d](https://github.com/poowf/eth-chainlist/commit/0e3fb3d47a8119e0373151851fe86c25c9c5b139))
18
+
3
19
  ### 0.0.579 (2025-01-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -320,7 +320,7 @@ const chainArray = [
320
320
  'https://rpc.ankr.com/flare',
321
321
  'https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc',
322
322
  'https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc',
323
- 'https://rpc.ftso.au/flare',
323
+ 'https://rpc.au.cc/flare',
324
324
  'https://flare.enosys.global/ext/C/rpc',
325
325
  'https://flare.solidifi.app/ext/C/rpc'
326
326
  ],
@@ -435,7 +435,7 @@ const chainArray = [
435
435
  'https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc',
436
436
  'https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc',
437
437
  'https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc',
438
- 'https://rpc.ftso.au/songbird',
438
+ 'https://rpc.au.cc/songbird',
439
439
  'https://songbird.enosys.global/ext/C/rpc',
440
440
  'https://songbird.solidifi.app/ext/C/rpc'
441
441
  ],
@@ -6881,14 +6881,17 @@ const chainArray = [
6881
6881
  {
6882
6882
  name: 'Firechain Mainnet',
6883
6883
  chain: 'FIRE',
6884
- icon: 'firechain',
6885
- rpc: [ 'https://rpc-mainnet.thefirechain.com' ],
6884
+ rpc: [
6885
+ 'https://rpc-mainnet.thefirechain.com',
6886
+ 'https://rpc-mainnet.firestation.io'
6887
+ ],
6886
6888
  faucets: [],
6887
6889
  nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
6888
6890
  infoURL: 'https://thefirechain.com',
6889
6891
  shortName: 'fire',
6890
6892
  chainId: 529,
6891
6893
  networkId: 529,
6894
+ icon: 'firechain',
6892
6895
  explorers: [],
6893
6896
  status: 'incubating'
6894
6897
  },
@@ -7447,6 +7450,24 @@ const chainArray = [
7447
7450
  }
7448
7451
  ]
7449
7452
  },
7453
+ {
7454
+ name: 'NFB Chain',
7455
+ chain: 'NFB Chain',
7456
+ rpc: [ 'https://node.nfbchain.com' ],
7457
+ faucets: [],
7458
+ nativeCurrency: { name: 'NFBCoin', symbol: 'NFBC', decimals: 18 },
7459
+ infoURL: 'https://nfbchain.com/',
7460
+ shortName: 'nfbchain',
7461
+ chainId: 632,
7462
+ networkId: 632,
7463
+ explorers: [
7464
+ {
7465
+ name: 'NFB Chain Explorer',
7466
+ url: 'https://scan.nfbchain.com',
7467
+ standard: 'none'
7468
+ }
7469
+ ]
7470
+ },
7450
7471
  {
7451
7472
  name: 'Avocado',
7452
7473
  chain: 'Avocado',
@@ -8438,14 +8459,17 @@ const chainArray = [
8438
8459
  name: 'Firechain zkEVM',
8439
8460
  title: 'Firechain zkEVM',
8440
8461
  chain: 'Firechain',
8441
- rpc: [ 'https://rpc-zkevm.thefirechain.com' ],
8462
+ rpc: [
8463
+ 'https://rpc-zkevm.thefirechain.com',
8464
+ 'https://rpc-zkevm.firestation.io'
8465
+ ],
8442
8466
  faucets: [],
8443
8467
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
8444
8468
  infoURL: 'https://docs.thefirechain.com/',
8445
8469
  shortName: 'firechan-zkEVM',
8446
8470
  chainId: 814,
8447
8471
  networkId: 814,
8448
- icon: 'firechain',
8472
+ icon: 'ethereum',
8449
8473
  explorers: [],
8450
8474
  parent: {
8451
8475
  type: 'L2',
@@ -8995,16 +9019,23 @@ const chainArray = [
8995
9019
  ]
8996
9020
  },
8997
9021
  {
8998
- name: 'Rinia Testnet',
9022
+ name: 'Rinia',
9023
+ title: 'Firechain Testnet Rinia',
8999
9024
  chain: 'FIRE',
9000
- icon: 'rinia',
9001
- rpc: [ 'https://rinia-rpc1.thefirechain.com' ],
9002
- faucets: [ 'https://faucet.thefirechain.com' ],
9025
+ rpc: [
9026
+ 'https://rinia-rpc1.thefirechain.com',
9027
+ 'https://rpc-rinia.firestation.io'
9028
+ ],
9029
+ faucets: [
9030
+ 'https://faucet.thefirechain.com',
9031
+ 'https://faucet.firestation.io'
9032
+ ],
9003
9033
  nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
9004
9034
  infoURL: 'https://thefirechain.com',
9005
9035
  shortName: 'tfire',
9006
9036
  chainId: 917,
9007
9037
  networkId: 917,
9038
+ icon: 'rinia',
9008
9039
  slip44: 1,
9009
9040
  explorers: [
9010
9041
  {
@@ -16511,6 +16542,26 @@ const chainArray = [
16511
16542
  }
16512
16543
  ]
16513
16544
  },
16545
+ {
16546
+ name: 'BC Hyper Chain Mainnet',
16547
+ chain: 'BC Hyper Chain',
16548
+ rpc: [ 'https://mainapi.bchscan.io' ],
16549
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16550
+ faucets: [],
16551
+ nativeCurrency: { name: 'VERSATIZE COIN', symbol: 'VTCN', decimals: 18 },
16552
+ infoURL: 'https://www.versatizecoin.com/',
16553
+ shortName: 'BCHYPER',
16554
+ chainId: 3030,
16555
+ networkId: 3030,
16556
+ icon: 'bchyper',
16557
+ explorers: [
16558
+ {
16559
+ name: 'bcexplorer mainnet',
16560
+ url: 'https://mainnet.bchscan.io',
16561
+ standard: 'EIP3091'
16562
+ }
16563
+ ]
16564
+ },
16514
16565
  {
16515
16566
  name: 'Orlando Chain',
16516
16567
  chain: 'ORL',
@@ -17417,14 +17468,27 @@ const chainArray = [
17417
17468
  name: 'Firechain zkEVM Ghostrider',
17418
17469
  title: 'Firechain zkEVM Testnet',
17419
17470
  chain: 'Firechain',
17420
- rpc: [ 'https://rpc-zkevm-ghostrider.thefirechain.com' ],
17421
- faucets: [ 'zkevm-faucet.thefirechain.com' ],
17471
+ rpc: [
17472
+ 'https://rpc-zkevm-ghostrider.thefirechain.com',
17473
+ 'https://rpc-zkevm-ghostrider.firestation.io'
17474
+ ],
17475
+ faucets: [
17476
+ 'zkevm-faucet.thefirechain.com',
17477
+ 'https://zkevm-faucet.firestation.io'
17478
+ ],
17422
17479
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17423
17480
  infoURL: 'https://docs.thefirechain.com/',
17424
17481
  shortName: 'firechain-zkEVM-testnet',
17425
17482
  chainId: 3885,
17426
17483
  networkId: 3885,
17427
- explorers: []
17484
+ icon: 'ethereum',
17485
+ explorers: [
17486
+ {
17487
+ name: 'FireScan',
17488
+ url: 'https://ghostrider-zkevm.firescan.io',
17489
+ standard: 'EIP3091'
17490
+ }
17491
+ ]
17428
17492
  },
17429
17493
  {
17430
17494
  name: 'KalyChain Mainnet',
@@ -19500,6 +19564,27 @@ const chainArray = [
19500
19564
  }
19501
19565
  ]
19502
19566
  },
19567
+ {
19568
+ name: 'Saga',
19569
+ chain: 'SAGA',
19570
+ rpc: [ 'http://sagaevm-5464-1.jsonrpc.sagarpc.io' ],
19571
+ faucets: [],
19572
+ nativeCurrency: { name: 'gas', symbol: 'GAS', decimals: 18 },
19573
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
19574
+ infoURL: 'https://www.saga.xyz',
19575
+ shortName: 'saga',
19576
+ chainId: 5464,
19577
+ networkId: 5464,
19578
+ icon: 'saga',
19579
+ explorers: [
19580
+ {
19581
+ name: 'blockscout',
19582
+ url: 'https://sagaevm-5464-1.sagaexplorer.io',
19583
+ icon: 'blockscout',
19584
+ standard: 'EIP3091'
19585
+ }
19586
+ ]
19587
+ },
19503
19588
  {
19504
19589
  name: 'PointPay Mainnet',
19505
19590
  chain: 'pointpay',
@@ -20131,6 +20216,24 @@ const chainArray = [
20131
20216
  }
20132
20217
  ]
20133
20218
  },
20219
+ {
20220
+ name: 'NFB Chain Testnet',
20221
+ chain: 'NFB Chain Testnet',
20222
+ rpc: [ 'https://testnet-node.nfbchain.com' ],
20223
+ faucets: [],
20224
+ nativeCurrency: { name: 'NFBCoinTest', symbol: 'NFBCT', decimals: 18 },
20225
+ infoURL: 'https://nfbchain.com/',
20226
+ shortName: 'nfbchaintest',
20227
+ chainId: 6320,
20228
+ networkId: 6320,
20229
+ explorers: [
20230
+ {
20231
+ name: 'NFB Chain Testnet Explorer',
20232
+ url: 'https://testnet-scan.nfbchain.com',
20233
+ standard: 'none'
20234
+ }
20235
+ ]
20236
+ },
20134
20237
  {
20135
20238
  name: 'Aura Euphoria Testnet',
20136
20239
  chain: 'Aura',
@@ -24723,8 +24826,8 @@ const chainArray = [
24723
24826
  ]
24724
24827
  },
24725
24828
  {
24726
- name: 'Abstract Testnet',
24727
- chain: 'Abstract Testnet',
24829
+ name: 'Abstract Sepolia Testnet',
24830
+ chain: 'Abstract Sepolia Testnet',
24728
24831
  rpc: [ 'https://api.testnet.abs.xyz' ],
24729
24832
  faucets: [ 'https://faucet.triangleplatform.com/abstract/testnet' ],
24730
24833
  chainId: 11124,
@@ -24739,9 +24842,9 @@ const chainArray = [
24739
24842
  },
24740
24843
  explorers: [
24741
24844
  {
24742
- name: 'Abstract Block Explorer',
24743
- url: 'https://explorer.testnet.abs.xyz',
24744
- standard: 'none'
24845
+ name: 'Abstract Sepolia Testnet Explorer',
24846
+ url: 'https://sepolia.abscan.org',
24847
+ standard: 'EIP3091'
24745
24848
  }
24746
24849
  ]
24747
24850
  },
@@ -36869,6 +36972,24 @@ const chainArray = [
36869
36972
  }
36870
36973
  ]
36871
36974
  },
36975
+ {
36976
+ name: 'Infinaeon',
36977
+ chain: 'Infinaeon',
36978
+ rpc: [ 'https://rpc.infinaeon.com' ],
36979
+ faucets: [],
36980
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
36981
+ infoURL: 'hhttps://rpc.infinaeon.com',
36982
+ shortName: 'Infinaeon',
36983
+ chainId: 420000,
36984
+ networkId: 420000,
36985
+ explorers: [
36986
+ {
36987
+ name: 'tracehawk',
36988
+ url: 'https://explorer.infinaeon.com',
36989
+ standard: 'none'
36990
+ }
36991
+ ]
36992
+ },
36872
36993
  {
36873
36994
  name: 'Vector Smart Chain',
36874
36995
  chain: 'VSC',
@@ -37578,7 +37699,7 @@ const chainArray = [
37578
37699
  rpc: [ 'https://rpc-testnet.pentagon.games' ],
37579
37700
  faucets: [ 'https://bridge-testnet.pentagon.games' ],
37580
37701
  nativeCurrency: { name: 'Pentagon', symbol: 'PEN', decimals: 18 },
37581
- icon: 'pentagon',
37702
+ icon: 'pentagon-testnet',
37582
37703
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
37583
37704
  infoURL: 'https://pentagon.games',
37584
37705
  shortName: 'pentagon-testnet',
@@ -38068,6 +38189,24 @@ const chainArray = [
38068
38189
  }
38069
38190
  ]
38070
38191
  },
38192
+ {
38193
+ name: 'Ternoa',
38194
+ chain: 'Ternoa',
38195
+ rpc: [ 'https://rpc-mainnet.zkevm.ternoa.network' ],
38196
+ faucets: [],
38197
+ nativeCurrency: { name: 'Capsule Coin', symbol: 'CAPS', decimals: 18 },
38198
+ infoURL: '',
38199
+ shortName: 'ternoa-mainnet',
38200
+ chainId: 752025,
38201
+ networkId: 7502025,
38202
+ explorers: [
38203
+ {
38204
+ name: 'Tracehawk',
38205
+ url: 'https://explorer-mainnet.zkevm.ternoa.network',
38206
+ standard: 'none'
38207
+ }
38208
+ ]
38209
+ },
38071
38210
  {
38072
38211
  name: 'PAYSCAN CHAIN',
38073
38212
  chain: 'PAYSCAN CHAIN',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.579",
3
+ "version": "0.0.581",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {