eth-chainlist 0.0.615 → 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,13 @@
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
+
3
11
  ### 0.0.615 (2025-02-17)
4
12
 
5
13
 
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',
@@ -41295,6 +41308,25 @@ const chainArray = [
41295
41308
  }
41296
41309
  ]
41297
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
+ },
41298
41330
  {
41299
41331
  name: 'COTI Testnet',
41300
41332
  title: 'COTI Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.615",
3
+ "version": "0.0.616",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {