eth-chainlist 0.0.790 → 0.0.792
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 +16 -0
- package/data/chain.js +78 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.792 (2026-07-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.791 ([177563d](https://github.com/poowf/eth-chainlist/commit/177563db46ac3fd9366bd6b5cf2e174aeb14f6c9))
|
|
9
|
+
* update chain data ([f0e0f60](https://github.com/poowf/eth-chainlist/commit/f0e0f60de26e8571e581540133f1dbf6698029ec))
|
|
10
|
+
|
|
11
|
+
### 0.0.791 (2026-07-10)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.790 ([15ef28c](https://github.com/poowf/eth-chainlist/commit/15ef28c98255666319bc3ff0dd2f80beea9249be))
|
|
17
|
+
* update chain data ([9f2ddb9](https://github.com/poowf/eth-chainlist/commit/9f2ddb9b35a634a84154bf1df026561a9f5c1b2b))
|
|
18
|
+
|
|
3
19
|
### 0.0.790 (2026-06-15)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -4758,10 +4758,10 @@ const chainArray = [
|
|
|
4758
4758
|
},
|
|
4759
4759
|
{
|
|
4760
4760
|
name: 'AEREDIUM',
|
|
4761
|
-
chain: '
|
|
4762
|
-
rpc: [
|
|
4761
|
+
chain: 'AERX',
|
|
4762
|
+
rpc: [],
|
|
4763
4763
|
faucets: [],
|
|
4764
|
-
nativeCurrency: { name: '
|
|
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',
|
|
@@ -21621,6 +21643,35 @@ const chainArray = [
|
|
|
21621
21643
|
bridges: [ { url: 'https://appchaintestnet.bridge.caldera.xyz' } ]
|
|
21622
21644
|
}
|
|
21623
21645
|
},
|
|
21646
|
+
{
|
|
21647
|
+
name: 'Robinhood Chain',
|
|
21648
|
+
chain: 'ETH',
|
|
21649
|
+
rpc: [ 'https://rpc.mainnet.chain.robinhood.com' ],
|
|
21650
|
+
faucets: [],
|
|
21651
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21652
|
+
infoURL: 'https://docs.robinhood.com/chain',
|
|
21653
|
+
shortName: 'robinhoodchain',
|
|
21654
|
+
chainId: 4663,
|
|
21655
|
+
networkId: 4663,
|
|
21656
|
+
explorers: [
|
|
21657
|
+
{
|
|
21658
|
+
name: 'blockscout',
|
|
21659
|
+
url: 'https://robinhoodchain.blockscout.com',
|
|
21660
|
+
icon: 'blockscout',
|
|
21661
|
+
standard: 'EIP3091'
|
|
21662
|
+
}
|
|
21663
|
+
],
|
|
21664
|
+
status: 'active',
|
|
21665
|
+
parent: {
|
|
21666
|
+
type: 'L2',
|
|
21667
|
+
chain: 'eip155-1',
|
|
21668
|
+
bridges: [
|
|
21669
|
+
{
|
|
21670
|
+
url: 'https://portal.arbitrum.io/bridge?destinationChain=robinhood-chain&sourceChain=ethereum'
|
|
21671
|
+
}
|
|
21672
|
+
]
|
|
21673
|
+
}
|
|
21674
|
+
},
|
|
21624
21675
|
{
|
|
21625
21676
|
name: 'IoTeX Network Mainnet',
|
|
21626
21677
|
chain: 'iotex.io',
|
|
@@ -23427,15 +23478,24 @@ const chainArray = [
|
|
|
23427
23478
|
{
|
|
23428
23479
|
name: 'Tea Mainnet',
|
|
23429
23480
|
chain: 'TEA',
|
|
23430
|
-
rpc: [],
|
|
23481
|
+
rpc: [ 'https://rpc.tea.xyz', 'https://tea.drpc.org' ],
|
|
23431
23482
|
faucets: [],
|
|
23432
23483
|
nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
|
|
23433
23484
|
infoURL: 'https://tea.xyz',
|
|
23434
23485
|
shortName: 'tea',
|
|
23486
|
+
icon: 'tea',
|
|
23435
23487
|
chainId: 6122,
|
|
23436
23488
|
networkId: 6122,
|
|
23489
|
+
explorers: [
|
|
23490
|
+
{
|
|
23491
|
+
name: 'blockscout',
|
|
23492
|
+
url: 'https://explorer.tea.xyz',
|
|
23493
|
+
icon: 'blockscout',
|
|
23494
|
+
standard: 'EIP3091'
|
|
23495
|
+
}
|
|
23496
|
+
],
|
|
23437
23497
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
23438
|
-
status: '
|
|
23498
|
+
status: 'active'
|
|
23439
23499
|
},
|
|
23440
23500
|
{
|
|
23441
23501
|
name: 'Rails',
|
|
@@ -47805,6 +47865,19 @@ const chainArray = [
|
|
|
47805
47865
|
}
|
|
47806
47866
|
]
|
|
47807
47867
|
},
|
|
47868
|
+
{
|
|
47869
|
+
name: 'CryptoChain',
|
|
47870
|
+
chain: 'CRTC',
|
|
47871
|
+
rpc: [ 'http://13.233.105.56:8545' ],
|
|
47872
|
+
faucets: [],
|
|
47873
|
+
nativeCurrency: { name: 'CryptoChain Token', symbol: 'CRTC', decimals: 18 },
|
|
47874
|
+
infoURL: '',
|
|
47875
|
+
shortName: 'cryptochain',
|
|
47876
|
+
chainId: 900190,
|
|
47877
|
+
networkId: 900190,
|
|
47878
|
+
slip44: 60,
|
|
47879
|
+
explorers: []
|
|
47880
|
+
},
|
|
47808
47881
|
{
|
|
47809
47882
|
name: 'Posichain Testnet Shard 0',
|
|
47810
47883
|
chain: 'PSC',
|