eth-chainlist 0.0.691 → 0.0.692

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.692 (2025-10-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.691 ([36a4ba1](https://github.com/poowf/eth-chainlist/commit/36a4ba1d076f907f125038797311d1f92c13fe65))
9
+ * update chain data ([b2208d0](https://github.com/poowf/eth-chainlist/commit/b2208d096626d453cc5add0eb78be25d3907c70b))
10
+
3
11
  ### 0.0.691 (2025-09-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -28322,14 +28322,28 @@ const chainArray = [
28322
28322
  {
28323
28323
  name: '0G-Galileo-Testnet',
28324
28324
  chain: '0G-Testnet',
28325
- rpc: [ 'https://evmrpc-testnet.0g.ai' ],
28326
- faucets: [ 'https://faucet.0g.ai' ],
28325
+ status: 'deprecated',
28326
+ rpc: [],
28327
+ faucets: [],
28327
28328
  nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
28328
28329
  infoURL: 'https://0g.ai',
28329
28330
  shortName: '0gai-galileo-testnet',
28330
28331
  chainId: 16601,
28331
28332
  networkId: 16601,
28332
28333
  icon: '0gai',
28334
+ explorers: []
28335
+ },
28336
+ {
28337
+ name: '0G-Testnet-Galileo',
28338
+ chain: '0G-Testnet',
28339
+ rpc: [ 'https://evmrpc-testnet.0g.ai' ],
28340
+ faucets: [ 'https://faucet.0g.ai' ],
28341
+ nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
28342
+ infoURL: 'https://0g.ai',
28343
+ shortName: '0g-testnet-galileo',
28344
+ chainId: 16602,
28345
+ networkId: 16602,
28346
+ icon: '0g',
28333
28347
  explorers: [
28334
28348
  {
28335
28349
  name: '0G BlockChain Explorer',
@@ -28349,7 +28363,13 @@ const chainArray = [
28349
28363
  chainId: 16661,
28350
28364
  networkId: 16661,
28351
28365
  icon: '0g',
28352
- explorers: []
28366
+ explorers: [
28367
+ {
28368
+ name: '0G BlockChain Explorer',
28369
+ url: 'https://chainscan.0g.ai',
28370
+ standard: 'EIP3091'
28371
+ }
28372
+ ]
28353
28373
  },
28354
28374
  {
28355
28375
  name: 'IRIShub Testnet',
@@ -34520,6 +34540,11 @@ const chainArray = [
34520
34540
  name: 'Scolscan Explorer',
34521
34541
  url: 'https://explorer.scolcoin.com',
34522
34542
  standard: 'EIP3091'
34543
+ },
34544
+ {
34545
+ name: 'Scolcoin Explorer',
34546
+ url: 'https://explorador.scolcoin.com',
34547
+ standard: 'EIP3091'
34523
34548
  }
34524
34549
  ]
34525
34550
  },
@@ -46272,14 +46297,9 @@ const chainArray = [
46272
46297
  },
46273
46298
  {
46274
46299
  name: 'Autonity Piccadilly (Tiber) Testnet',
46300
+ status: 'deprecated',
46275
46301
  chain: 'AUT',
46276
- rpc: [
46277
- 'https://autonity.rpc.web3cdn.network/testnet',
46278
- 'wss://autonity.rpc.web3cdn.network/testnet/ws',
46279
- 'https://autonity-piccadilly.rpc.subquery.network/public',
46280
- 'https://piccadilly.autonity-apis.com',
46281
- 'wss://piccadilly-ws.autonity-apis.com'
46282
- ],
46302
+ rpc: [],
46283
46303
  faucets: [],
46284
46304
  nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
46285
46305
  infoURL: 'https://autonity.org/',
@@ -46288,13 +46308,7 @@ const chainArray = [
46288
46308
  networkId: 65100004,
46289
46309
  slip44: 1,
46290
46310
  icon: 'autonity',
46291
- explorers: [
46292
- {
46293
- name: 'autonity-blockscout',
46294
- url: 'https://piccadilly.autonity.org',
46295
- standard: 'EIP3091'
46296
- }
46297
- ]
46311
+ explorers: []
46298
46312
  },
46299
46313
  {
46300
46314
  name: 'Winr Protocol Testnet',
@@ -48325,6 +48339,26 @@ const chainArray = [
48325
48339
  }
48326
48340
  ]
48327
48341
  },
48342
+ {
48343
+ name: 'Tron Nile',
48344
+ chain: 'TRON',
48345
+ rpc: [ 'https://nile.trongrid.io/jsonrpc' ],
48346
+ faucets: [],
48347
+ nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
48348
+ infoURL: 'https://tron.network',
48349
+ shortName: 'tron-nile',
48350
+ chainId: 3448148188,
48351
+ networkId: 3448148188,
48352
+ icon: 'tron',
48353
+ explorers: [
48354
+ {
48355
+ name: 'nile tronscan',
48356
+ url: 'https://nile.tronscan.org',
48357
+ icon: 'tron',
48358
+ standard: 'none'
48359
+ }
48360
+ ]
48361
+ },
48328
48362
  {
48329
48363
  name: 'OneLedger Testnet Frankenstein',
48330
48364
  chain: 'OLT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.691",
3
+ "version": "0.0.692",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {