eth-chainlist 0.0.499 → 0.0.501
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +193 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.500 (2024-09-23)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.499 ([dfb8a70](https://github.com/poowf/eth-chainlist/commit/dfb8a70b81399c684821e17722799092382c8e07))
|
17
|
+
* update chain data ([c1d7dfb](https://github.com/poowf/eth-chainlist/commit/c1d7dfbfd68a8f9c77be5a048a4425c114465ad7))
|
18
|
+
|
3
19
|
### 0.0.499 (2024-09-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11209,7 +11209,7 @@ const chainArray = [
|
|
11209
11209
|
{
|
11210
11210
|
name: 'Gravity Alpha Mainnet',
|
11211
11211
|
chain: 'Gravity',
|
11212
|
-
rpc: [ 'https://rpc.gravity.xyz' ],
|
11212
|
+
rpc: [ 'https://rpc.gravity.xyz', 'https://rpc.ankr.com/gravity' ],
|
11213
11213
|
faucets: [],
|
11214
11214
|
nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
|
11215
11215
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
|
@@ -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',
|
@@ -27376,7 +27479,9 @@ const chainArray = [
|
|
27376
27479
|
'https://rpc.sepolia.linea.build',
|
27377
27480
|
'wss://rpc.sepolia.linea.build',
|
27378
27481
|
'https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}',
|
27379
|
-
'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}'
|
27482
|
+
'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}',
|
27483
|
+
'https://linea-sepolia-rpc.publicnode.com',
|
27484
|
+
'wss://linea-sepolia-rpc.publicnode.com'
|
27380
27485
|
],
|
27381
27486
|
faucets: [],
|
27382
27487
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
@@ -27415,7 +27520,9 @@ const chainArray = [
|
|
27415
27520
|
'https://rpc.linea.build',
|
27416
27521
|
'wss://rpc.linea.build',
|
27417
27522
|
'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
27418
|
-
'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
|
27523
|
+
'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
27524
|
+
'https://linea-rpc.publicnode.com',
|
27525
|
+
'wss://linea-rpc.publicnode.com'
|
27419
27526
|
],
|
27420
27527
|
faucets: [],
|
27421
27528
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
@@ -29013,7 +29120,8 @@ const chainArray = [
|
|
29013
29120
|
'https://blast.din.dev/rpc',
|
29014
29121
|
'https://blastl2-mainnet.public.blastapi.io',
|
29015
29122
|
'https://blast.blockpi.network/v1/rpc/public',
|
29016
|
-
'https://blast-rpc.publicnode.com'
|
29123
|
+
'https://blast-rpc.publicnode.com',
|
29124
|
+
'wss://blast-rpc.publicnode.com'
|
29017
29125
|
],
|
29018
29126
|
faucets: [],
|
29019
29127
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -29209,6 +29317,24 @@ const chainArray = [
|
|
29209
29317
|
}
|
29210
29318
|
]
|
29211
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
|
+
},
|
29212
29338
|
{
|
29213
29339
|
name: 'CYBERTRUST',
|
29214
29340
|
chain: 'CYBER',
|
@@ -30516,8 +30642,9 @@ const chainArray = [
|
|
30516
30642
|
title: 're.al Real-World Assets network',
|
30517
30643
|
chain: 're.al',
|
30518
30644
|
rpc: [
|
30645
|
+
'https://rpc.realforreal.gelato.digital',
|
30646
|
+
'wss://ws.realforreal.gelato.digital',
|
30519
30647
|
'https://tangible-real.gateway.tenderly.co',
|
30520
|
-
'wss://tangible-real.gateway.tenderly.co',
|
30521
30648
|
'https://real.drpc.org',
|
30522
30649
|
'wss://real.drpc.org'
|
30523
30650
|
],
|
@@ -30749,6 +30876,25 @@ const chainArray = [
|
|
30749
30876
|
}
|
30750
30877
|
]
|
30751
30878
|
},
|
30879
|
+
{
|
30880
|
+
name: 'CryptoX',
|
30881
|
+
chain: 'XCOIN',
|
30882
|
+
rpc: [ 'https://rpc-xcoin.cryptoxnetwork.io' ],
|
30883
|
+
faucets: [],
|
30884
|
+
nativeCurrency: { name: 'XCOIN', symbol: 'XCOIN', decimals: 18 },
|
30885
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30886
|
+
infoURL: 'https://cryptoxnetwork.io',
|
30887
|
+
shortName: 'cryptox',
|
30888
|
+
chainId: 158245,
|
30889
|
+
networkId: 158245,
|
30890
|
+
explorers: [
|
30891
|
+
{
|
30892
|
+
name: 'CryptoX explorer',
|
30893
|
+
url: 'https://cryptoxscan.io',
|
30894
|
+
standard: 'EIP3091'
|
30895
|
+
}
|
30896
|
+
]
|
30897
|
+
},
|
30752
30898
|
{
|
30753
30899
|
name: 'PlayFi Mainnet',
|
30754
30900
|
chain: 'PLAY',
|
@@ -30786,7 +30932,11 @@ const chainArray = [
|
|
30786
30932
|
chain: 'ETH',
|
30787
30933
|
status: 'active',
|
30788
30934
|
icon: 'taiko',
|
30789
|
-
rpc: [
|
30935
|
+
rpc: [
|
30936
|
+
'https://rpc.mainnet.taiko.xyz',
|
30937
|
+
'https://taiko-rpc.publicnode.com',
|
30938
|
+
'wss://taiko-rpc.publicnode.com'
|
30939
|
+
],
|
30790
30940
|
faucets: [],
|
30791
30941
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
30792
30942
|
infoURL: 'https://taiko.xyz',
|
@@ -30912,7 +31062,12 @@ const chainArray = [
|
|
30912
31062
|
chain: 'ETH',
|
30913
31063
|
status: 'active',
|
30914
31064
|
icon: 'taiko',
|
30915
|
-
rpc: [
|
31065
|
+
rpc: [
|
31066
|
+
'https://rpc.hekla.taiko.xyz',
|
31067
|
+
'wss://ws.hekla.taiko.xyz',
|
31068
|
+
'https://taiko-hekla-rpc.publicnode.com',
|
31069
|
+
'wss://taiko-hekla-rpc.publicnode.com'
|
31070
|
+
],
|
30916
31071
|
faucets: [],
|
30917
31072
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
30918
31073
|
infoURL: 'https://taiko.xyz',
|
@@ -31884,6 +32039,31 @@ const chainArray = [
|
|
31884
32039
|
networkId: 281121,
|
31885
32040
|
explorers: []
|
31886
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
|
+
},
|
31887
32067
|
{
|
31888
32068
|
name: 'Zillion Sepolia Testnet',
|
31889
32069
|
status: 'active',
|
@@ -32928,7 +33108,9 @@ const chainArray = [
|
|
32928
33108
|
'https://sepolia-rpc.scroll.io',
|
32929
33109
|
'https://rpc.ankr.com/scroll_sepolia_testnet',
|
32930
33110
|
'https://scroll-sepolia.chainstacklabs.com',
|
32931
|
-
'https://scroll-testnet-public.unifra.io'
|
33111
|
+
'https://scroll-testnet-public.unifra.io',
|
33112
|
+
'https://scroll-sepolia-rpc.publicnode.com',
|
33113
|
+
'wss://scroll-sepolia-rpc.publicnode.com'
|
32932
33114
|
],
|
32933
33115
|
faucets: [],
|
32934
33116
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -32957,7 +33139,9 @@ const chainArray = [
|
|
32957
33139
|
rpc: [
|
32958
33140
|
'https://rpc.scroll.io',
|
32959
33141
|
'https://rpc.ankr.com/scroll',
|
32960
|
-
'https://scroll-mainnet.chainstacklabs.com'
|
33142
|
+
'https://scroll-mainnet.chainstacklabs.com',
|
33143
|
+
'https://scroll-rpc.publicnode.com',
|
33144
|
+
'wss://scroll-rpc.publicnode.com'
|
32961
33145
|
],
|
32962
33146
|
faucets: [],
|
32963
33147
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|