eth-chainlist 0.0.614 → 0.0.616

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.616 (2025-02-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.615 ([45bda5a](https://github.com/poowf/eth-chainlist/commit/45bda5a1a5cac2f8e17beec840dcc22545729ace))
9
+ * update chain data ([eef1c97](https://github.com/poowf/eth-chainlist/commit/eef1c978e2e365646ebd98e4b4bacbccfd24b230))
10
+
11
+ ### 0.0.615 (2025-02-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.614 ([b114eec](https://github.com/poowf/eth-chainlist/commit/b114eeca7802e36b18e117d354f5e9ae99a9433d))
17
+ * update chain data ([57060c3](https://github.com/poowf/eth-chainlist/commit/57060c36fb0058180489b8590a900609bb5ba651))
18
+
3
19
  ### 0.0.614 (2025-02-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -21538,7 +21538,7 @@ const chainArray = [
21538
21538
  explorers: []
21539
21539
  },
21540
21540
  {
21541
- name: 'InitVerse mainnet',
21541
+ name: 'InitVerse Mainnet',
21542
21542
  chain: 'InitVerse',
21543
21543
  rpc: [ 'https://rpc-mainnet.inichain.com' ],
21544
21544
  faucets: [],
@@ -22607,6 +22607,19 @@ const chainArray = [
22607
22607
  chainId: 8098,
22608
22608
  networkId: 8098
22609
22609
  },
22610
+ {
22611
+ name: 'Bharat Blockchain Network Mainnet',
22612
+ chain: 'BBN',
22613
+ rpc: [ 'https://bbnrpc.mainnet.bharatblockchain.io' ],
22614
+ faucets: [],
22615
+ nativeCurrency: { name: 'BBN', symbol: 'BBN', decimals: 18 },
22616
+ features: [],
22617
+ infoURL: 'https://bharatblockchain.io/',
22618
+ shortName: 'bbn',
22619
+ chainId: 8099,
22620
+ networkId: 8099,
22621
+ explorers: []
22622
+ },
22610
22623
  {
22611
22624
  name: 'Zenchain',
22612
22625
  chain: 'ZCX',
@@ -39586,6 +39599,25 @@ const chainArray = [
39586
39599
  }
39587
39600
  ]
39588
39601
  },
39602
+ {
39603
+ name: 'Emeraldz',
39604
+ chain: 'EMED',
39605
+ rpc: [ 'https://public.0xrpc.com/789789' ],
39606
+ faucets: [],
39607
+ nativeCurrency: { name: 'EMERALDZ', symbol: 'EMED', decimals: 18 },
39608
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
39609
+ infoURL: 'https://emeraldzscan.com',
39610
+ shortName: 'emed',
39611
+ chainId: 789789,
39612
+ networkId: 789789,
39613
+ explorers: [
39614
+ {
39615
+ name: 'Emeraldz Explorer',
39616
+ url: 'https://emeraldzscan.com',
39617
+ standard: 'EIP3091'
39618
+ }
39619
+ ]
39620
+ },
39589
39621
  {
39590
39622
  name: 'OctaSpace',
39591
39623
  chain: 'OCTA',
@@ -41276,6 +41308,25 @@ const chainArray = [
41276
41308
  }
41277
41309
  ]
41278
41310
  },
41311
+ {
41312
+ name: 'The Ting Blockchain Testnet Explorer',
41313
+ chain: 'Ting',
41314
+ rpc: [ 'https://testnet.tingchain.org' ],
41315
+ faucets: [],
41316
+ nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
41317
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
41318
+ infoURL: 'https://tingscan.com',
41319
+ shortName: 'ting-testnet',
41320
+ chainId: 6666689,
41321
+ networkId: 6666689,
41322
+ explorers: [
41323
+ {
41324
+ name: 'TingScan',
41325
+ url: 'https://tingscan.com',
41326
+ standard: 'EIP3091'
41327
+ }
41328
+ ]
41329
+ },
41279
41330
  {
41280
41331
  name: 'COTI Testnet',
41281
41332
  title: 'COTI Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.614",
3
+ "version": "0.0.616",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {