eth-chainlist 0.0.790 → 0.0.791

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.791 (2026-07-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.790 ([15ef28c](https://github.com/poowf/eth-chainlist/commit/15ef28c98255666319bc3ff0dd2f80beea9249be))
9
+ * update chain data ([9f2ddb9](https://github.com/poowf/eth-chainlist/commit/9f2ddb9b35a634a84154bf1df026561a9f5c1b2b))
10
+
3
11
  ### 0.0.790 (2026-06-15)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4758,10 +4758,10 @@ const chainArray = [
4758
4758
  },
4759
4759
  {
4760
4760
  name: 'AEREDIUM',
4761
- chain: 'AER',
4762
- rpc: [ 'https://rpc.aeredium.io' ],
4761
+ chain: 'AERX',
4762
+ rpc: [],
4763
4763
  faucets: [],
4764
- nativeCurrency: { name: 'AER', symbol: 'AER', decimals: 18 },
4764
+ nativeCurrency: { name: 'AERX', symbol: 'AERX', decimals: 18 },
4765
4765
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4766
4766
  infoURL: 'https://aeredium.io',
4767
4767
  shortName: 'aer',
@@ -12385,6 +12385,28 @@ const chainArray = [
12385
12385
  networkId: 1236,
12386
12386
  explorers: []
12387
12387
  },
12388
+ {
12389
+ name: 'AEREDIUM Testnet',
12390
+ title: 'AEREDIUM Testnet',
12391
+ chain: 'AER',
12392
+ rpc: [ 'https://testnet.rpc.aeredium.io' ],
12393
+ faucets: [ 'https://aeredium.io/faucet.html' ],
12394
+ nativeCurrency: { name: 'Testnet AER', symbol: 'tAER', decimals: 18 },
12395
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
12396
+ infoURL: 'https://aeredium.io',
12397
+ shortName: 'aer-testnet',
12398
+ chainId: 1237,
12399
+ networkId: 1237,
12400
+ slip44: 1,
12401
+ icon: 'aeredium',
12402
+ explorers: [
12403
+ {
12404
+ name: 'AEREDIUM Testnet Explorer',
12405
+ url: 'https://testnet.explorer.aeredium.io',
12406
+ standard: 'EIP3091'
12407
+ }
12408
+ ]
12409
+ },
12388
12410
  {
12389
12411
  name: 'ARC Mainnet',
12390
12412
  chain: 'ARC',
@@ -23427,15 +23449,24 @@ const chainArray = [
23427
23449
  {
23428
23450
  name: 'Tea Mainnet',
23429
23451
  chain: 'TEA',
23430
- rpc: [],
23452
+ rpc: [ 'https://rpc.tea.xyz', 'https://tea.drpc.org' ],
23431
23453
  faucets: [],
23432
23454
  nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
23433
23455
  infoURL: 'https://tea.xyz',
23434
23456
  shortName: 'tea',
23457
+ icon: 'tea',
23435
23458
  chainId: 6122,
23436
23459
  networkId: 6122,
23460
+ explorers: [
23461
+ {
23462
+ name: 'blockscout',
23463
+ url: 'https://explorer.tea.xyz',
23464
+ icon: 'blockscout',
23465
+ standard: 'EIP3091'
23466
+ }
23467
+ ],
23437
23468
  parent: { type: 'L2', chain: 'eip155-1' },
23438
- status: 'incubating'
23469
+ status: 'active'
23439
23470
  },
23440
23471
  {
23441
23472
  name: 'Rails',
@@ -47805,6 +47836,19 @@ const chainArray = [
47805
47836
  }
47806
47837
  ]
47807
47838
  },
47839
+ {
47840
+ name: 'CryptoChain',
47841
+ chain: 'CRTC',
47842
+ rpc: [ 'http://13.233.105.56:8545' ],
47843
+ faucets: [],
47844
+ nativeCurrency: { name: 'CryptoChain Token', symbol: 'CRTC', decimals: 18 },
47845
+ infoURL: '',
47846
+ shortName: 'cryptochain',
47847
+ chainId: 900190,
47848
+ networkId: 900190,
47849
+ slip44: 60,
47850
+ explorers: []
47851
+ },
47808
47852
  {
47809
47853
  name: 'Posichain Testnet Shard 0',
47810
47854
  chain: 'PSC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.790",
3
+ "version": "0.0.791",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {