eth-chainlist 0.0.791 → 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 +8 -0
- package/data/chain.js +29 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
### 0.0.791 (2026-07-10)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -21643,6 +21643,35 @@ const chainArray = [
|
|
|
21643
21643
|
bridges: [ { url: 'https://appchaintestnet.bridge.caldera.xyz' } ]
|
|
21644
21644
|
}
|
|
21645
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
|
+
},
|
|
21646
21675
|
{
|
|
21647
21676
|
name: 'IoTeX Network Mainnet',
|
|
21648
21677
|
chain: 'iotex.io',
|