eth-chainlist 0.0.745 → 0.0.746

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.746 (2026-03-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.745 ([f5d7200](https://github.com/poowf/eth-chainlist/commit/f5d72000adfc6adf527df1db809884c606d786b5))
9
+ * update chain data ([53cee66](https://github.com/poowf/eth-chainlist/commit/53cee66b12c69e9c4e5bec0c15441df98035fe29))
10
+
3
11
  ### 0.0.745 (2026-03-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -7988,6 +7988,50 @@ const chainArray = [
7988
7988
  }
7989
7989
  ]
7990
7990
  },
7991
+ {
7992
+ name: 'BattleChain Mainnet',
7993
+ chain: 'ETH',
7994
+ rpc: [],
7995
+ faucets: [],
7996
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
7997
+ infoURL: 'https://battlechain.com',
7998
+ shortName: 'battlechain',
7999
+ chainId: 626,
8000
+ networkId: 626,
8001
+ icon: 'battlechain',
8002
+ status: 'incubating',
8003
+ explorers: [],
8004
+ parent: {
8005
+ type: 'L2',
8006
+ chain: 'eip155-1',
8007
+ bridges: [ { url: 'https://portal.battlechain.com/bridge' } ]
8008
+ }
8009
+ },
8010
+ {
8011
+ name: 'BattleChain Testnet',
8012
+ chain: 'ETH',
8013
+ rpc: [ 'https://testnet.battlechain.com' ],
8014
+ faucets: [],
8015
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
8016
+ infoURL: 'https://battlechain.com',
8017
+ shortName: 'battlechain-testnet',
8018
+ chainId: 627,
8019
+ networkId: 627,
8020
+ slip44: 1,
8021
+ icon: 'battlechain',
8022
+ explorers: [
8023
+ {
8024
+ name: 'BattleChain Explorer',
8025
+ url: 'https://explorer.testnet.battlechain.com',
8026
+ standard: 'EIP3091'
8027
+ }
8028
+ ],
8029
+ parent: {
8030
+ type: 'L2',
8031
+ chain: 'eip155-11155111',
8032
+ bridges: [ { url: 'https://portal.battlechain.com/bridge' } ]
8033
+ }
8034
+ },
7991
8035
  {
7992
8036
  name: 'NFB Chain',
7993
8037
  chain: 'NFB Chain',
@@ -22690,6 +22734,19 @@ const chainArray = [
22690
22734
  }
22691
22735
  ]
22692
22736
  },
22737
+ {
22738
+ name: 'MegaETH Testnet (Deprecated)',
22739
+ chain: 'ETH',
22740
+ nativeCurrency: { name: 'MegaETH Testnet Ether', symbol: 'ETH', decimals: 18 },
22741
+ rpc: [],
22742
+ faucets: [],
22743
+ infoURL: 'https://testnet.megaeth.com',
22744
+ shortName: 'megatest-deprecated',
22745
+ chainId: 6342,
22746
+ networkId: 6342,
22747
+ slip44: 1,
22748
+ status: 'deprecated'
22749
+ },
22693
22750
  {
22694
22751
  name: 'MegaETH Testnet',
22695
22752
  chain: 'ETH',
@@ -22698,8 +22755,8 @@ const chainArray = [
22698
22755
  faucets: [],
22699
22756
  infoURL: 'https://testnet.megaeth.com',
22700
22757
  shortName: 'megatest',
22701
- chainId: 6342,
22702
- networkId: 6342,
22758
+ chainId: 6343,
22759
+ networkId: 6343,
22703
22760
  slip44: 1
22704
22761
  },
22705
22762
  {
@@ -37248,6 +37305,24 @@ const chainArray = [
37248
37305
  }
37249
37306
  ]
37250
37307
  },
37308
+ {
37309
+ name: 'NV-CHAIN',
37310
+ chain: 'NVC',
37311
+ rpc: [ 'https://rpc.neurovatic.ai/rpc' ],
37312
+ faucets: [ 'https://faucet.neurovatic.ai' ],
37313
+ nativeCurrency: { name: 'NeuroVatic Coin', symbol: 'NVC', decimals: 18 },
37314
+ infoURL: 'https://neurovatic.ai',
37315
+ shortName: 'nvc',
37316
+ chainId: 73790,
37317
+ networkId: 73790,
37318
+ explorers: [
37319
+ {
37320
+ name: 'nvScan',
37321
+ url: 'https://explorer.neurovatic.ai',
37322
+ standard: 'EIP3091'
37323
+ }
37324
+ ]
37325
+ },
37251
37326
  {
37252
37327
  name: 'Energy Web Volta Testnet',
37253
37328
  chain: 'Volta',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.745",
3
+ "version": "0.0.746",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {