eth-chainlist 0.0.631 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.631 (2025-03-06)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -21500,6 +21500,19 @@ const chainArray = [
21500
21500
  icon: 'nibiru',
21501
21501
  explorers: []
21502
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
+ },
21503
21516
  {
21504
21517
  name: 'XYL TestNet',
21505
21518
  chain: 'XYL',
@@ -31356,6 +31369,26 @@ const chainArray = [
31356
31369
  }
31357
31370
  ]
31358
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
+ },
31359
31392
  {
31360
31393
  name: 'Zircuit Testnet',
31361
31394
  chain: 'Zircuit Testnet',
@@ -37633,8 +37666,8 @@ const chainArray = [
37633
37666
  name: 'Heima',
37634
37667
  chain: 'Heima',
37635
37668
  rpc: [
37636
- 'https://rpc.litentry-parachain.litentry.io',
37637
- 'wss://rpc.litentry-parachain.litentry.io',
37669
+ 'https://rpc.heima-parachain.heima.network',
37670
+ 'wss://rpc.heima-parachain.heima.network',
37638
37671
  'https://litentry-rpc.dwellir.com',
37639
37672
  'wss://litentry-rpc.dwellir.com'
37640
37673
  ],
@@ -41783,6 +41816,24 @@ const chainArray = [
41783
41816
  }
41784
41817
  ]
41785
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
+ },
41786
41837
  {
41787
41838
  name: 'Worlds Caldera',
41788
41839
  chain: 'WCal',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.631",
3
+ "version": "0.0.632",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {