eth-chainlist 0.0.664 → 0.0.665

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.665 (2025-06-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.664 ([2f33352](https://github.com/poowf/eth-chainlist/commit/2f33352b099570703d3db983bcc1093fb2c20014))
9
+ * update chain data ([a212d95](https://github.com/poowf/eth-chainlist/commit/a212d95dc3f51dcaeb17e686baae880dd5988ea0))
10
+
3
11
  ### 0.0.664 (2025-06-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -17671,6 +17671,52 @@ const chainArray = [
17671
17671
  networkId: 3270,
17672
17672
  slip44: 1
17673
17673
  },
17674
+ {
17675
+ name: 'Realio Testnet',
17676
+ chain: 'Realio Testnet',
17677
+ rpc: [
17678
+ 'https://json-rpc.realiostage.network',
17679
+ 'https://realio-testnet.json-rpc.decentrio.ventures'
17680
+ ],
17681
+ faucets: [],
17682
+ nativeCurrency: { name: 'Rio', symbol: 'RIO', decimals: 18 },
17683
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
17684
+ infoURL: 'https://www.realio.network',
17685
+ shortName: 'realiotestnet',
17686
+ chainId: 3300,
17687
+ networkId: 3300,
17688
+ icon: 'realiotestnet',
17689
+ explorers: [
17690
+ {
17691
+ name: 'Realio Testnet Explorer',
17692
+ url: 'https://explorer.realiostage.network',
17693
+ standard: 'none'
17694
+ }
17695
+ ]
17696
+ },
17697
+ {
17698
+ name: 'Realio',
17699
+ chain: 'Realio',
17700
+ rpc: [
17701
+ 'https://json-rpc.realio.network',
17702
+ 'https://realio.json-rpc.decentrio.ventures'
17703
+ ],
17704
+ faucets: [],
17705
+ nativeCurrency: { name: 'Rio', symbol: 'RIO', decimals: 18 },
17706
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
17707
+ infoURL: 'https://www.realio.network',
17708
+ shortName: 'realio',
17709
+ chainId: 3301,
17710
+ networkId: 3301,
17711
+ icon: 'realio',
17712
+ explorers: [
17713
+ {
17714
+ name: 'Realio Explorer',
17715
+ url: 'https://explorer.realio.network',
17716
+ standard: 'none'
17717
+ }
17718
+ ]
17719
+ },
17674
17720
  {
17675
17721
  name: 'Debounce Subnet Testnet',
17676
17722
  chain: 'Debounce Network',
@@ -25186,6 +25232,26 @@ const chainArray = [
25186
25232
  bridges: [ { url: 'https://gateway.boba.network' } ]
25187
25233
  }
25188
25234
  },
25235
+ {
25236
+ name: 'Plasma Testnet',
25237
+ chain: 'Plasma',
25238
+ rpc: [ 'https://ultra-quick-paper.plasma-testnet.quiknode.pro' ],
25239
+ faucets: [],
25240
+ nativeCurrency: { name: 'Testnet Plasma', symbol: 'tXPL', decimals: 18 },
25241
+ infoURL: 'https://plasma.to',
25242
+ shortName: 'plasma',
25243
+ chainId: 9746,
25244
+ networkId: 9746,
25245
+ icon: 'plasma',
25246
+ explorers: [
25247
+ {
25248
+ name: 'Plasma Explorer',
25249
+ url: 'https://plasma.gas.zip',
25250
+ icon: 'plasma',
25251
+ standard: 'EIP3091'
25252
+ }
25253
+ ]
25254
+ },
25189
25255
  {
25190
25256
  name: 'MainnetZ Testnet',
25191
25257
  chain: 'NetZ',
@@ -39306,6 +39372,27 @@ const chainArray = [
39306
39372
  }
39307
39373
  ]
39308
39374
  },
39375
+ {
39376
+ name: 'Althea L1 Mainnet',
39377
+ chain: 'ALTHEA',
39378
+ icon: 'althea',
39379
+ rpc: [ 'https://rpc.althea.zone' ],
39380
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
39381
+ faucets: [],
39382
+ nativeCurrency: { name: 'Althea', symbol: 'ALTHEA', decimals: 18 },
39383
+ infoURL: 'https://althea.net',
39384
+ shortName: 'ALTHEA',
39385
+ chainId: 258432,
39386
+ networkId: 258432,
39387
+ slip44: 60,
39388
+ explorers: [
39389
+ {
39390
+ name: 'Mintscan',
39391
+ url: 'https://mintscan.io/althea',
39392
+ standard: 'none'
39393
+ }
39394
+ ]
39395
+ },
39309
39396
  {
39310
39397
  name: 'Eclat Testnet',
39311
39398
  chain: 'Eclat',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.664",
3
+ "version": "0.0.665",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {