eth-chainlist 0.0.630 → 0.0.632

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 +118 -25
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.632 (2025-03-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.631 ([5403cc5](https://github.com/poowf/eth-chainlist/commit/5403cc5ea2ba39ef9b12268190138456ffb55a06))
9
+ * update chain data ([27a87e3](https://github.com/poowf/eth-chainlist/commit/27a87e31b786b6baa772a64a12945d035787d024))
10
+
11
+ ### 0.0.631 (2025-03-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.630 ([5ae7df0](https://github.com/poowf/eth-chainlist/commit/5ae7df04e445bcf51a0f7f521368e29191ea1342))
17
+ * update chain data ([b8bbc90](https://github.com/poowf/eth-chainlist/commit/b8bbc90487ac4225fe3ef2f519a6a018c9abffee))
18
+
3
19
  ### 0.0.630 (2025-03-05)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6866,6 +6866,27 @@ const chainArray = [
6866
6866
  networkId: 486,
6867
6867
  status: 'incubating'
6868
6868
  },
6869
+ {
6870
+ name: 'BlackFort Exchange Network',
6871
+ chain: 'BXN',
6872
+ rpc: [ 'https://rpc.blackfort.network/mainnet/rpc' ],
6873
+ faucets: [],
6874
+ nativeCurrency: { name: 'BlackFort Token', symbol: 'BXN', decimals: 18 },
6875
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6876
+ infoURL: 'https://blackfort.com',
6877
+ shortName: 'BXN',
6878
+ chainId: 488,
6879
+ networkId: 488,
6880
+ icon: 'bxn',
6881
+ explorers: [
6882
+ {
6883
+ name: 'blockscout',
6884
+ url: 'https://blackfortscan.com',
6885
+ icon: 'blockscout',
6886
+ standard: 'EIP3091'
6887
+ }
6888
+ ]
6889
+ },
6869
6890
  {
6870
6891
  name: 'Landstars',
6871
6892
  chain: 'Landstars',
@@ -19351,7 +19372,7 @@ const chainArray = [
19351
19372
  ]
19352
19373
  },
19353
19374
  {
19354
- name: 'BlackFort Exchange Network Testnet',
19375
+ name: 'BlackFort Exchange Network Testnet DEPRECATED',
19355
19376
  chain: 'TBXN',
19356
19377
  rpc: [ 'https://testnet.blackfort.network/rpc' ],
19357
19378
  faucets: [],
@@ -19370,7 +19391,8 @@ const chainArray = [
19370
19391
  icon: 'blockscout',
19371
19392
  standard: 'EIP3091'
19372
19393
  }
19373
- ]
19394
+ ],
19395
+ status: 'deprecated'
19374
19396
  },
19375
19397
  {
19376
19398
  name: 'Evnode Testnet',
@@ -19434,6 +19456,28 @@ const chainArray = [
19434
19456
  }
19435
19457
  ]
19436
19458
  },
19459
+ {
19460
+ name: 'BlackFort Exchange Network Testnet',
19461
+ chain: 'BXNT',
19462
+ rpc: [ 'https://rpc.blackfort.network/testnet/rpc' ],
19463
+ faucets: [],
19464
+ nativeCurrency: { name: 'BlackFort Testnet Token', symbol: 'BXNT', decimals: 18 },
19465
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
19466
+ infoURL: 'https://blackfort.com',
19467
+ shortName: 'BXNT',
19468
+ chainId: 4888,
19469
+ networkId: 4888,
19470
+ slip44: 1,
19471
+ icon: 'bxn',
19472
+ explorers: [
19473
+ {
19474
+ name: 'blockscout',
19475
+ url: 'https://testnet.blackfortscan.com',
19476
+ icon: 'blockscout',
19477
+ standard: 'EIP3091'
19478
+ }
19479
+ ]
19480
+ },
19437
19481
  {
19438
19482
  name: 'Globel Chain',
19439
19483
  chain: 'GC',
@@ -19520,8 +19564,8 @@ const chainArray = [
19520
19564
  ]
19521
19565
  },
19522
19566
  {
19523
- name: 'BlackFort Exchange Network',
19524
- chain: 'BXN',
19567
+ name: 'BlackFort Exchange Network Deprecated',
19568
+ chain: 'BXNdpr',
19525
19569
  rpc: [
19526
19570
  'https://mainnet.blackfort.network/rpc',
19527
19571
  'https://mainnet-1.blackfort.network/rpc',
@@ -19529,10 +19573,10 @@ const chainArray = [
19529
19573
  'https://mainnet-3.blackfort.network/rpc'
19530
19574
  ],
19531
19575
  faucets: [],
19532
- nativeCurrency: { name: 'BlackFort Token', symbol: 'BXN', decimals: 18 },
19576
+ nativeCurrency: { name: 'BlackFort Token', symbol: 'BXNdpr', decimals: 18 },
19533
19577
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
19534
19578
  infoURL: 'https://blackfort.exchange',
19535
- shortName: 'BXN',
19579
+ shortName: 'BXNdpr',
19536
19580
  chainId: 4999,
19537
19581
  networkId: 4999,
19538
19582
  icon: 'bxn',
@@ -19543,7 +19587,8 @@ const chainArray = [
19543
19587
  icon: 'blockscout',
19544
19588
  standard: 'EIP3091'
19545
19589
  }
19546
- ]
19590
+ ],
19591
+ status: 'deprecated'
19547
19592
  },
19548
19593
  {
19549
19594
  name: 'Mantle',
@@ -21455,6 +21500,19 @@ const chainArray = [
21455
21500
  icon: 'nibiru',
21456
21501
  explorers: []
21457
21502
  },
21503
+ {
21504
+ name: 'Nibiru testnet-2',
21505
+ chain: 'Nibiru',
21506
+ rpc: [ 'https://evm-rpc.testnet-2.nibiru.fi' ],
21507
+ faucets: [],
21508
+ nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
21509
+ infoURL: 'https://nibiru.fi',
21510
+ shortName: 'nibiru-testnet-2',
21511
+ chainId: 6911,
21512
+ networkId: 6911,
21513
+ icon: 'nibiru',
21514
+ explorers: []
21515
+ },
21458
21516
  {
21459
21517
  name: 'XYL TestNet',
21460
21518
  chain: 'XYL',
@@ -31311,6 +31369,26 @@ const chainArray = [
31311
31369
  }
31312
31370
  ]
31313
31371
  },
31372
+ {
31373
+ name: 'Zircuit Garfield Testnet',
31374
+ chain: 'Zircuit Garfield Testnet',
31375
+ icon: 'zircuit',
31376
+ rpc: [ 'https://garfield-testnet.zircuit.com/' ],
31377
+ faucets: [],
31378
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
31379
+ infoURL: 'https://www.zircuit.com/',
31380
+ shortName: 'zircuit-garfield-testnet',
31381
+ chainId: 48898,
31382
+ networkId: 48898,
31383
+ explorers: [
31384
+ {
31385
+ name: 'Zircuit',
31386
+ url: 'https://explorer.garfield-testnet.zircuit.com',
31387
+ icon: 'zircuit',
31388
+ standard: 'none'
31389
+ }
31390
+ ]
31391
+ },
31314
31392
  {
31315
31393
  name: 'Zircuit Testnet',
31316
31394
  chain: 'Zircuit Testnet',
@@ -34043,12 +34121,9 @@ const chainArray = [
34043
34121
  {
34044
34122
  name: 'Berachain bArtio',
34045
34123
  chain: 'Berachain bArtio',
34046
- rpc: [
34047
- 'https://bartio.rpc.berachain.com',
34048
- 'https://bera-testnet.nodeinfra.com',
34049
- 'https://bartio.rpc.b-harvest.io'
34050
- ],
34051
- faucets: [ 'https://bartio.faucet.berachain.com' ],
34124
+ status: 'deprecated',
34125
+ rpc: [],
34126
+ faucets: [],
34052
34127
  nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
34053
34128
  infoURL: 'https://www.berachain.com',
34054
34129
  shortName: 'berachainbArtio',
@@ -37591,8 +37666,8 @@ const chainArray = [
37591
37666
  name: 'Heima',
37592
37667
  chain: 'Heima',
37593
37668
  rpc: [
37594
- 'https://rpc.litentry-parachain.litentry.io',
37595
- 'wss://rpc.litentry-parachain.litentry.io',
37669
+ 'https://rpc.heima-parachain.heima.network',
37670
+ 'wss://rpc.heima-parachain.heima.network',
37596
37671
  'https://litentry-rpc.dwellir.com',
37597
37672
  'wss://litentry-rpc.dwellir.com'
37598
37673
  ],
@@ -39908,8 +39983,8 @@ const chainArray = [
39908
39983
  ]
39909
39984
  },
39910
39985
  {
39911
- name: 'Primea Chain Mainnet',
39912
- chain: 'Primea Chain Mainnet',
39986
+ name: 'Primea Network Mainnet',
39987
+ chain: 'Primea Network Mainnet',
39913
39988
  rpc: [
39914
39989
  'http://rpc.primeanetwork.com/rpc-http',
39915
39990
  'https://rpc.primeanetwork.com/rpc-https',
@@ -39917,9 +39992,9 @@ const chainArray = [
39917
39992
  'wss://rpc.primeanetwork.com/rpc-wss'
39918
39993
  ],
39919
39994
  faucets: [],
39920
- nativeCurrency: { name: 'PrimeaCoin', symbol: 'PRIM', decimals: 18 },
39995
+ nativeCurrency: { name: 'GoldPrimeaNetwork', symbol: 'GOLDPN', decimals: 18 },
39921
39996
  infoURL: 'https://primeanetwork.com',
39922
- shortName: 'prim',
39997
+ shortName: 'goldpn',
39923
39998
  chainId: 698369,
39924
39999
  networkId: 698369,
39925
40000
  icon: 'prim',
@@ -39928,10 +40003,10 @@ const chainArray = [
39928
40003
  {
39929
40004
  name: 'Fidesinnova',
39930
40005
  chain: 'Fidesinnova',
39931
- rpc: [ 'https://fidesf1-rpc.fidesinnova.io' ],
40006
+ rpc: [ 'https://rpc1.fidesinnova.io' ],
39932
40007
  faucets: [],
39933
40008
  nativeCurrency: { name: 'Fidesinnova', symbol: 'FDS', decimals: 18 },
39934
- infoURL: 'https://fidesinnova1.gitbook.io/fidesinnova',
40009
+ infoURL: 'https://fidesinnova.gitbook.io/docs',
39935
40010
  shortName: 'Fidesinnova',
39936
40011
  chainId: 706883,
39937
40012
  networkId: 706883,
@@ -41415,8 +41490,8 @@ const chainArray = [
41415
41490
  ]
41416
41491
  },
41417
41492
  {
41418
- name: 'Primea Chain Testnet',
41419
- chain: 'Primea Chain Testnet',
41493
+ name: 'Primea Network Testnet',
41494
+ chain: 'Primea Network Testnet',
41420
41495
  rpc: [
41421
41496
  'http://test-rpc.primeanetwork.com/rpc-http',
41422
41497
  'https://test-rpc.primeanetwork.com/rpc-https',
@@ -41424,9 +41499,9 @@ const chainArray = [
41424
41499
  'wss://test-rpc.primeanetwork.com/rpc-wss'
41425
41500
  ],
41426
41501
  faucets: [],
41427
- nativeCurrency: { name: 'PrimeaCoin Test', symbol: 'PRIM', decimals: 18 },
41502
+ nativeCurrency: { name: 'GoldPrimeaNetwork Test', symbol: 'GOLDPN', decimals: 18 },
41428
41503
  infoURL: 'https://primeanetwork.com',
41429
- shortName: 'test-prim',
41504
+ shortName: 'test-goldpn',
41430
41505
  chainId: 1698369,
41431
41506
  networkId: 1698369,
41432
41507
  icon: 'prim',
@@ -41741,6 +41816,24 @@ const chainArray = [
41741
41816
  }
41742
41817
  ]
41743
41818
  },
41819
+ {
41820
+ name: 'Arcadia Mainnet',
41821
+ chain: 'Arcadia',
41822
+ rpc: [ 'https://arcadia.khalani.network' ],
41823
+ faucets: [],
41824
+ nativeCurrency: { name: 'AIP', symbol: 'AIP', decimals: 18 },
41825
+ infoURL: 'https://khalani.network',
41826
+ shortName: 'aip',
41827
+ chainId: 4278608,
41828
+ networkId: 4278608,
41829
+ explorers: [
41830
+ {
41831
+ name: 'Arcadia Mainnet Explorer',
41832
+ url: 'https://explorer.arcadia.khalani.network',
41833
+ standard: 'EIP3091'
41834
+ }
41835
+ ]
41836
+ },
41744
41837
  {
41745
41838
  name: 'Worlds Caldera',
41746
41839
  chain: 'WCal',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.630",
3
+ "version": "0.0.632",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {