eth-chainlist 0.0.500 → 0.0.501
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +146 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.501 (2024-09-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.500 ([b76ced2](https://github.com/poowf/eth-chainlist/commit/b76ced26c3fce59a43cba324fd391097d2348614))
|
9
|
+
* update chain data ([fe743d7](https://github.com/poowf/eth-chainlist/commit/fe743d7e94270a798612db04718cca25e7abf104))
|
10
|
+
|
3
11
|
### 0.0.500 (2024-09-23)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -17173,6 +17173,27 @@ const chainArray = [
|
|
17173
17173
|
],
|
17174
17174
|
status: 'active'
|
17175
17175
|
},
|
17176
|
+
{
|
17177
|
+
name: 'Citrea Testnet',
|
17178
|
+
chain: 'Citrea',
|
17179
|
+
rpc: [ 'https://rpc.testnet.citrea.xyz' ],
|
17180
|
+
faucets: [ 'https://citrea.xyz/faucet' ],
|
17181
|
+
nativeCurrency: { name: 'Citrea BTC', symbol: 'cBTC', decimals: 18 },
|
17182
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17183
|
+
infoURL: 'https://citrea.xyz',
|
17184
|
+
shortName: 'citrea-testnet',
|
17185
|
+
chainId: 5115,
|
17186
|
+
networkId: 5115,
|
17187
|
+
icon: 'citrea',
|
17188
|
+
explorers: [
|
17189
|
+
{
|
17190
|
+
name: 'Citrea Testnet Explorer',
|
17191
|
+
url: 'https://explorer.testnet.citrea.xyz',
|
17192
|
+
icon: 'citrea',
|
17193
|
+
standard: 'EIP3091'
|
17194
|
+
}
|
17195
|
+
]
|
17196
|
+
},
|
17176
17197
|
{
|
17177
17198
|
name: 'MeChain Testnet',
|
17178
17199
|
chain: 'MeChain',
|
@@ -17898,6 +17919,26 @@ const chainArray = [
|
|
17898
17919
|
}
|
17899
17920
|
]
|
17900
17921
|
},
|
17922
|
+
{
|
17923
|
+
name: 'BC Hyper POS Testnet',
|
17924
|
+
chain: 'BC Hyper POS Testnet',
|
17925
|
+
rpc: [ 'https://rpc.bcexplorer.io' ],
|
17926
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17927
|
+
faucets: [],
|
17928
|
+
nativeCurrency: { name: 'TEST VERSATIZE COIN', symbol: 'TVTCN', decimals: 18 },
|
17929
|
+
infoURL: 'https://www.versatizecoin.com/',
|
17930
|
+
shortName: 'BCH',
|
17931
|
+
chainId: 6060,
|
17932
|
+
networkId: 6060,
|
17933
|
+
icon: 'bchyper',
|
17934
|
+
explorers: [
|
17935
|
+
{
|
17936
|
+
name: 'bcexplorer testnet',
|
17937
|
+
url: 'https://testnet.bcexplorer.io',
|
17938
|
+
standard: 'EIP3091'
|
17939
|
+
}
|
17940
|
+
]
|
17941
|
+
},
|
17901
17942
|
{
|
17902
17943
|
name: 'Tres Testnet',
|
17903
17944
|
chain: 'TresLeches',
|
@@ -18006,6 +18047,29 @@ const chainArray = [
|
|
18006
18047
|
}
|
18007
18048
|
]
|
18008
18049
|
},
|
18050
|
+
{
|
18051
|
+
name: 'Rails',
|
18052
|
+
title: 'Rails Network Mainnet',
|
18053
|
+
chain: 'RAILS',
|
18054
|
+
icon: 'rails',
|
18055
|
+
rpc: [ 'https://mainnet.steamexchange.io' ],
|
18056
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP6551' } ],
|
18057
|
+
faucets: [],
|
18058
|
+
nativeCurrency: { name: 'SteamX', symbol: 'STEAMX', decimals: 18 },
|
18059
|
+
infoURL: 'https://steamexchange.io',
|
18060
|
+
shortName: 'rails',
|
18061
|
+
chainId: 6278,
|
18062
|
+
networkId: 6278,
|
18063
|
+
slip44: 6278,
|
18064
|
+
explorers: [
|
18065
|
+
{
|
18066
|
+
name: 'blockscout',
|
18067
|
+
url: 'https://explore.steamexchange.io',
|
18068
|
+
icon: 'blockscout',
|
18069
|
+
standard: 'EIP3091'
|
18070
|
+
}
|
18071
|
+
]
|
18072
|
+
},
|
18009
18073
|
{
|
18010
18074
|
name: 'LAOS',
|
18011
18075
|
title: 'LAOS Mainnet',
|
@@ -22609,6 +22673,24 @@ const chainArray = [
|
|
22609
22673
|
],
|
22610
22674
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
22611
22675
|
},
|
22676
|
+
{
|
22677
|
+
name: 'GDPR Mainnet',
|
22678
|
+
chain: 'GDPR',
|
22679
|
+
rpc: [ 'https://rpc.gdprchain.com' ],
|
22680
|
+
faucets: [],
|
22681
|
+
nativeCurrency: { name: 'GDPR', symbol: 'GDPR', decimals: 18 },
|
22682
|
+
infoURL: 'https://explorer.gdprchain.com',
|
22683
|
+
shortName: 'gdpr',
|
22684
|
+
chainId: 12358,
|
22685
|
+
networkId: 12358,
|
22686
|
+
explorers: [
|
22687
|
+
{
|
22688
|
+
name: 'GDPR Mainnet Explorer (Blockscout)',
|
22689
|
+
url: 'https://explorer.gdprchain.com',
|
22690
|
+
standard: 'EIP3091'
|
22691
|
+
}
|
22692
|
+
]
|
22693
|
+
},
|
22612
22694
|
{
|
22613
22695
|
name: 'RSS3 VSL Mainnet',
|
22614
22696
|
chain: 'RSS3',
|
@@ -24548,6 +24630,27 @@ const chainArray = [
|
|
24548
24630
|
}
|
24549
24631
|
]
|
24550
24632
|
},
|
24633
|
+
{
|
24634
|
+
name: 'Amauti',
|
24635
|
+
title: 'Rails Network Testnet Amauti',
|
24636
|
+
chain: 'RAILS',
|
24637
|
+
icon: 'railsTestnet',
|
24638
|
+
rpc: [ 'https://testnet.steamexchange.io' ],
|
24639
|
+
faucets: [ 'https://depot.steamexchange.io/faucet' ],
|
24640
|
+
nativeCurrency: { name: 'SteamX', symbol: 'STEAMX', decimals: 18 },
|
24641
|
+
infoURL: 'https://steamexchange.io',
|
24642
|
+
shortName: 'railst',
|
24643
|
+
chainId: 24116,
|
24644
|
+
networkId: 24116,
|
24645
|
+
explorers: [
|
24646
|
+
{
|
24647
|
+
name: 'blockscout',
|
24648
|
+
url: 'https://build.steamexchange.io',
|
24649
|
+
icon: 'blockscout',
|
24650
|
+
standard: 'EIP3091'
|
24651
|
+
}
|
24652
|
+
]
|
24653
|
+
},
|
24551
24654
|
{
|
24552
24655
|
name: 'Webchain',
|
24553
24656
|
chain: 'WEB',
|
@@ -29214,6 +29317,24 @@ const chainArray = [
|
|
29214
29317
|
}
|
29215
29318
|
]
|
29216
29319
|
},
|
29320
|
+
{
|
29321
|
+
name: 'GDPR Testnet',
|
29322
|
+
chain: 'GDPR',
|
29323
|
+
rpc: [ 'https://rpc.testnet.gdprchain.com' ],
|
29324
|
+
faucets: [],
|
29325
|
+
nativeCurrency: { name: 'GDPR', symbol: 'GDPR', decimals: 18 },
|
29326
|
+
infoURL: 'https://explorer.testnet.gdprchain.com',
|
29327
|
+
shortName: 'gdpr-testnet',
|
29328
|
+
chainId: 85321,
|
29329
|
+
networkId: 85321,
|
29330
|
+
explorers: [
|
29331
|
+
{
|
29332
|
+
name: 'GDPR Testnet Explorer (Blockscout)',
|
29333
|
+
url: 'https://explorer.testnet.gdprchain.com',
|
29334
|
+
standard: 'EIP3091'
|
29335
|
+
}
|
29336
|
+
]
|
29337
|
+
},
|
29217
29338
|
{
|
29218
29339
|
name: 'CYBERTRUST',
|
29219
29340
|
chain: 'CYBER',
|
@@ -31918,6 +32039,31 @@ const chainArray = [
|
|
31918
32039
|
networkId: 281121,
|
31919
32040
|
explorers: []
|
31920
32041
|
},
|
32042
|
+
{
|
32043
|
+
name: 'Athene Parthenon',
|
32044
|
+
chain: 'athene-parthenon',
|
32045
|
+
rpc: [
|
32046
|
+
'https://rpc.parthenon.athenescan.io',
|
32047
|
+
'wss://ws.parthenon.athenescan.io'
|
32048
|
+
],
|
32049
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
32050
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/athene-parthenon',
|
32051
|
+
faucets: [],
|
32052
|
+
shortName: 'athene-parthenon',
|
32053
|
+
chainId: 281123,
|
32054
|
+
networkId: 281123,
|
32055
|
+
slip44: 60,
|
32056
|
+
explorers: [
|
32057
|
+
{
|
32058
|
+
name: 'blockscout',
|
32059
|
+
url: 'https://parthenon.athenescan.io',
|
32060
|
+
icon: 'blockscout',
|
32061
|
+
standard: 'EIP3091'
|
32062
|
+
}
|
32063
|
+
],
|
32064
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
32065
|
+
status: 'active'
|
32066
|
+
},
|
31921
32067
|
{
|
31922
32068
|
name: 'Zillion Sepolia Testnet',
|
31923
32069
|
status: 'active',
|