eth-chainlist 0.0.515 → 0.0.517
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 +268 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.517 (2024-10-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.516 ([6805a85](https://github.com/poowf/eth-chainlist/commit/6805a8573101b0f0eb6a599f27c0f674d6bd5643))
|
9
|
+
* update chain data ([edd046f](https://github.com/poowf/eth-chainlist/commit/edd046fc938d9baaa7c3c8bbc7be68ad4d0fe888))
|
10
|
+
|
11
|
+
### 0.0.516 (2024-10-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.515 ([90f44f5](https://github.com/poowf/eth-chainlist/commit/90f44f5679ff7cfdf9ec687b96163a95a0616f91))
|
17
|
+
* update chain data ([468c4ca](https://github.com/poowf/eth-chainlist/commit/468c4ca64a9c147b86c7350e531512324339912a))
|
18
|
+
|
3
19
|
### 0.0.515 (2024-10-14)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3544,6 +3544,7 @@ const chainArray = [
|
|
3544
3544
|
rpc: [ 'https://mainnet.ethernitychain.io' ],
|
3545
3545
|
faucets: [],
|
3546
3546
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3547
|
+
icon: 'ethernity',
|
3547
3548
|
infoURL: 'https://www.ethernity.io',
|
3548
3549
|
shortName: 'ethernity-mainnet',
|
3549
3550
|
chainId: 183,
|
@@ -6048,6 +6049,27 @@ const chainArray = [
|
|
6048
6049
|
bridges: [ { url: 'https://bridge.publicgoods.network' } ]
|
6049
6050
|
}
|
6050
6051
|
},
|
6052
|
+
{
|
6053
|
+
name: 'Stenix Mainnet',
|
6054
|
+
chain: 'STEN',
|
6055
|
+
rpc: [ 'https://stenix.network/pub' ],
|
6056
|
+
faucets: [],
|
6057
|
+
nativeCurrency: { name: 'Stenix', symbol: 'STEN', decimals: 18 },
|
6058
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6059
|
+
infoURL: 'https://stenix.org',
|
6060
|
+
shortName: 'sten',
|
6061
|
+
chainId: 425,
|
6062
|
+
networkId: 425,
|
6063
|
+
icon: 'stenix',
|
6064
|
+
explorers: [
|
6065
|
+
{
|
6066
|
+
name: 'stenscan',
|
6067
|
+
url: 'https://stenscan.com',
|
6068
|
+
icon: 'stenscan',
|
6069
|
+
standard: 'none'
|
6070
|
+
}
|
6071
|
+
]
|
6072
|
+
},
|
6051
6073
|
{
|
6052
6074
|
name: 'Zeeth Chain',
|
6053
6075
|
chain: 'ZeethChain',
|
@@ -7160,6 +7182,29 @@ const chainArray = [
|
|
7160
7182
|
}
|
7161
7183
|
]
|
7162
7184
|
},
|
7185
|
+
{
|
7186
|
+
name: 'NERO Testnet',
|
7187
|
+
chain: 'NERO Chain',
|
7188
|
+
rpc: [
|
7189
|
+
'https://rpc-testnet.nerochain.io',
|
7190
|
+
'wss://ws-testnet.nerochain.io'
|
7191
|
+
],
|
7192
|
+
faucets: [ 'https://faucet-testnet.nerochain.io' ],
|
7193
|
+
nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
|
7194
|
+
infoURL: 'https://docs.nerochain.io/',
|
7195
|
+
shortName: 'NERO',
|
7196
|
+
chainId: 689,
|
7197
|
+
networkId: 689,
|
7198
|
+
slip44: 1,
|
7199
|
+
icon: 'nero',
|
7200
|
+
explorers: [
|
7201
|
+
{
|
7202
|
+
name: 'nero testnet scan',
|
7203
|
+
url: 'https://testnet.neroscan.io',
|
7204
|
+
standard: 'EIP3091'
|
7205
|
+
}
|
7206
|
+
]
|
7207
|
+
},
|
7163
7208
|
{
|
7164
7209
|
name: 'Redstone',
|
7165
7210
|
chain: 'ETH',
|
@@ -7866,14 +7911,23 @@ const chainArray = [
|
|
7866
7911
|
{
|
7867
7912
|
name: 'Callisto Mainnet',
|
7868
7913
|
chain: 'CLO',
|
7869
|
-
|
7870
|
-
|
7914
|
+
icon: 'callistonetwork',
|
7915
|
+
rpc: [ 'https://rpc.callistodao.org' ],
|
7916
|
+
faucets: [ 'https://faucet.callistodao.org' ],
|
7871
7917
|
nativeCurrency: { name: 'Callisto', symbol: 'CLO', decimals: 18 },
|
7872
|
-
|
7918
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
7919
|
+
infoURL: 'https://callistodao.org',
|
7873
7920
|
shortName: 'clo',
|
7874
7921
|
chainId: 820,
|
7875
7922
|
networkId: 1,
|
7876
|
-
slip44: 820
|
7923
|
+
slip44: 820,
|
7924
|
+
explorers: [
|
7925
|
+
{
|
7926
|
+
name: 'blockscout-callisto-network',
|
7927
|
+
url: 'https://explorer.callistodao.org',
|
7928
|
+
standard: 'EIP3091'
|
7929
|
+
}
|
7930
|
+
]
|
7877
7931
|
},
|
7878
7932
|
{
|
7879
7933
|
name: 'Callisto Testnet Deprecated',
|
@@ -19041,6 +19095,26 @@ const chainArray = [
|
|
19041
19095
|
}
|
19042
19096
|
]
|
19043
19097
|
},
|
19098
|
+
{
|
19099
|
+
name: 'exSat Network',
|
19100
|
+
chain: 'exSat',
|
19101
|
+
icon: 'exsat',
|
19102
|
+
rpc: [ 'https://evm.exsat.network' ],
|
19103
|
+
faucets: [],
|
19104
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
19105
|
+
infoURL: 'https://exsat.network/',
|
19106
|
+
shortName: 'xsat',
|
19107
|
+
chainId: 7200,
|
19108
|
+
networkId: 7200,
|
19109
|
+
explorers: [
|
19110
|
+
{
|
19111
|
+
name: 'exSat Explorer',
|
19112
|
+
url: 'https://scan.exsat.network',
|
19113
|
+
standard: 'EIP3091'
|
19114
|
+
}
|
19115
|
+
],
|
19116
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [ { url: '' } ] }
|
19117
|
+
},
|
19044
19118
|
{
|
19045
19119
|
name: 'Nibiru Testnet-1',
|
19046
19120
|
chain: 'Nibiru',
|
@@ -21676,6 +21750,7 @@ const chainArray = [
|
|
21676
21750
|
'wss://ws.arena-z.t.raas.gelato.cloud'
|
21677
21751
|
],
|
21678
21752
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
21753
|
+
icon: 'arena-z',
|
21679
21754
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
21680
21755
|
faucets: [],
|
21681
21756
|
shortName: 'arena-z-testnet',
|
@@ -31465,6 +31540,25 @@ const chainArray = [
|
|
31465
31540
|
}
|
31466
31541
|
]
|
31467
31542
|
},
|
31543
|
+
{
|
31544
|
+
name: 'XCOIN',
|
31545
|
+
chain: 'XCOIN',
|
31546
|
+
rpc: [ 'https://rpc-xcoin.cryptoxnetwork.io' ],
|
31547
|
+
faucets: [],
|
31548
|
+
nativeCurrency: { name: 'XCOIN', symbol: 'XCOIN', decimals: 18 },
|
31549
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
31550
|
+
infoURL: 'https://cryptoxnetwork.io',
|
31551
|
+
shortName: 'xcoin',
|
31552
|
+
chainId: 158345,
|
31553
|
+
networkId: 158345,
|
31554
|
+
explorers: [
|
31555
|
+
{
|
31556
|
+
name: 'CryptoX explorer',
|
31557
|
+
url: 'https://cryptoxscan.io',
|
31558
|
+
standard: 'EIP3091'
|
31559
|
+
}
|
31560
|
+
]
|
31561
|
+
},
|
31468
31562
|
{
|
31469
31563
|
name: 'PlayFi Mainnet',
|
31470
31564
|
chain: 'PLAY',
|
@@ -31770,6 +31864,24 @@ const chainArray = [
|
|
31770
31864
|
chainId: 192940,
|
31771
31865
|
networkId: 192940
|
31772
31866
|
},
|
31867
|
+
{
|
31868
|
+
name: 'R0AR Chain',
|
31869
|
+
chain: 'R0AR Chain',
|
31870
|
+
rpc: [ 'https://rpc-r0ar.io' ],
|
31871
|
+
faucets: [],
|
31872
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
31873
|
+
infoURL: 'https://r0arscan.io',
|
31874
|
+
shortName: 'R0AR-Chain',
|
31875
|
+
chainId: 193939,
|
31876
|
+
networkId: 193939,
|
31877
|
+
explorers: [
|
31878
|
+
{
|
31879
|
+
name: 'tracehawk',
|
31880
|
+
url: 'https://r0arscan.io',
|
31881
|
+
standard: 'none'
|
31882
|
+
}
|
31883
|
+
]
|
31884
|
+
},
|
31773
31885
|
{
|
31774
31886
|
name: 'MAZZE Testnet',
|
31775
31887
|
chain: 'MAZZE Testnet',
|
@@ -32085,6 +32197,24 @@ const chainArray = [
|
|
32085
32197
|
}
|
32086
32198
|
]
|
32087
32199
|
},
|
32200
|
+
{
|
32201
|
+
name: 'Blockfit',
|
32202
|
+
chain: '202424',
|
32203
|
+
rpc: [ 'https://rpc.blockfitscan.io' ],
|
32204
|
+
faucets: [],
|
32205
|
+
nativeCurrency: { name: 'BFIT', symbol: 'BFIT', decimals: 18 },
|
32206
|
+
infoURL: 'https://blockfit.io',
|
32207
|
+
shortName: 'Blockfit',
|
32208
|
+
chainId: 202424,
|
32209
|
+
networkId: 202424,
|
32210
|
+
explorers: [
|
32211
|
+
{
|
32212
|
+
name: 'Tracehawk',
|
32213
|
+
url: 'https://blockfitscan.io',
|
32214
|
+
standard: 'none'
|
32215
|
+
}
|
32216
|
+
]
|
32217
|
+
},
|
32088
32218
|
{
|
32089
32219
|
name: 'Jellie',
|
32090
32220
|
title: 'Twala Testnet Jellie',
|
@@ -32160,6 +32290,37 @@ const chainArray = [
|
|
32160
32290
|
chainId: 210049,
|
32161
32291
|
networkId: 210049
|
32162
32292
|
},
|
32293
|
+
{
|
32294
|
+
name: 'Sorian',
|
32295
|
+
chain: 'SOR',
|
32296
|
+
rpc: [ 'https://rpc.sorian.io' ],
|
32297
|
+
faucets: [],
|
32298
|
+
icon: 'sorian',
|
32299
|
+
nativeCurrency: { name: 'Sorian', symbol: 'SOR', decimals: 18 },
|
32300
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
32301
|
+
infoURL: 'https://sorian.io',
|
32302
|
+
shortName: 'sorian',
|
32303
|
+
chainId: 210209,
|
32304
|
+
networkId: 210209,
|
32305
|
+
explorers: []
|
32306
|
+
},
|
32307
|
+
{
|
32308
|
+
name: 'Sorian Testnet',
|
32309
|
+
chain: 'tSOR',
|
32310
|
+
rpc: [
|
32311
|
+
'https://testnet-rpc.sorian.io',
|
32312
|
+
'https://testnet.rpc.sorian.io'
|
32313
|
+
],
|
32314
|
+
faucets: [],
|
32315
|
+
icon: 'sorianTestnet',
|
32316
|
+
nativeCurrency: { name: 'Sorian Testnet', symbol: 'tSOR', decimals: 18 },
|
32317
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
32318
|
+
infoURL: 'https://mint.sorian.io',
|
32319
|
+
shortName: 'sorianTestnet',
|
32320
|
+
chainId: 210210,
|
32321
|
+
networkId: 210210,
|
32322
|
+
explorers: []
|
32323
|
+
},
|
32163
32324
|
{
|
32164
32325
|
name: 'PlatON Mainnet',
|
32165
32326
|
chain: 'PlatON',
|
@@ -36368,6 +36529,43 @@ const chainArray = [
|
|
36368
36529
|
}
|
36369
36530
|
]
|
36370
36531
|
},
|
36532
|
+
{
|
36533
|
+
name: 'R0AR Testnet',
|
36534
|
+
chain: 'R0AR Testnet',
|
36535
|
+
rpc: [ 'https://testnet.rpc-r0ar.io' ],
|
36536
|
+
faucets: [ 'https://testnet.r0arfaucet.io' ],
|
36537
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
36538
|
+
infoURL: 'https://testnet.r0arscan.io',
|
36539
|
+
shortName: 'R0AR-Test-Chain',
|
36540
|
+
chainId: 11166111,
|
36541
|
+
networkId: 11166111,
|
36542
|
+
explorers: [
|
36543
|
+
{
|
36544
|
+
name: 'tracehawk',
|
36545
|
+
url: 'https://testnet.r0arscan.io',
|
36546
|
+
standard: 'none'
|
36547
|
+
}
|
36548
|
+
]
|
36549
|
+
},
|
36550
|
+
{
|
36551
|
+
name: 'Lummio Network',
|
36552
|
+
chain: 'Lummio Network',
|
36553
|
+
rpc: [ 'https://rpc.lummio.net' ],
|
36554
|
+
faucets: [],
|
36555
|
+
nativeCurrency: { name: 'Lummio Reward Points', symbol: 'LRPO', decimals: 18 },
|
36556
|
+
infoURL: 'https://lummio.net',
|
36557
|
+
shortName: 'lummio',
|
36558
|
+
chainId: 12020498,
|
36559
|
+
networkId: 12020498,
|
36560
|
+
explorers: [
|
36561
|
+
{
|
36562
|
+
name: 'blockscout',
|
36563
|
+
url: 'https://blockscout.lummio.net',
|
36564
|
+
icon: 'blockscout',
|
36565
|
+
standard: 'EIP3091'
|
36566
|
+
}
|
36567
|
+
]
|
36568
|
+
},
|
36371
36569
|
{
|
36372
36570
|
name: 'Memento Testnet',
|
36373
36571
|
chain: 'Memento',
|
@@ -37019,6 +37217,32 @@ const chainArray = [
|
|
37019
37217
|
}
|
37020
37218
|
]
|
37021
37219
|
},
|
37220
|
+
{
|
37221
|
+
name: 'Deviant Token Blockchain',
|
37222
|
+
chain: 'DTBC',
|
37223
|
+
status: 'incubating',
|
37224
|
+
rpc: [ 'https://rpc.devianttoken.net' ],
|
37225
|
+
faucets: [],
|
37226
|
+
nativeCurrency: { name: 'Deviant Token', symbol: 'DTBC', decimals: 18 },
|
37227
|
+
infoURL: 'https://devianttoken.net',
|
37228
|
+
shortName: 'dtbc',
|
37229
|
+
chainId: 52027071,
|
37230
|
+
networkId: 52027071,
|
37231
|
+
explorers: []
|
37232
|
+
},
|
37233
|
+
{
|
37234
|
+
name: 'Deviant Token Blockchain Testnet',
|
37235
|
+
chain: 'tDTBC',
|
37236
|
+
status: 'incubating',
|
37237
|
+
rpc: [ 'https://trpc.devianttoken.net' ],
|
37238
|
+
faucets: [],
|
37239
|
+
nativeCurrency: { name: 'Deviant Token Testnet', symbol: 'tDTBC', decimals: 18 },
|
37240
|
+
infoURL: 'https://devianttoken.net',
|
37241
|
+
shortName: 'tdtbc',
|
37242
|
+
chainId: 52027080,
|
37243
|
+
networkId: 52027080,
|
37244
|
+
explorers: []
|
37245
|
+
},
|
37022
37246
|
{
|
37023
37247
|
name: 'Fluence Testnet',
|
37024
37248
|
chain: 'Fluence Testnet',
|
@@ -37364,6 +37588,19 @@ const chainArray = [
|
|
37364
37588
|
},
|
37365
37589
|
status: 'active'
|
37366
37590
|
},
|
37591
|
+
{
|
37592
|
+
name: 'ChadChain',
|
37593
|
+
chain: 'CHAD',
|
37594
|
+
status: 'incubating',
|
37595
|
+
rpc: [ 'https://rpc.chadchain.org' ],
|
37596
|
+
faucets: [],
|
37597
|
+
nativeCurrency: { name: 'ChadChain', symbol: 'CHAD', decimals: 18 },
|
37598
|
+
infoURL: 'https://chadchain.org',
|
37599
|
+
shortName: 'chad',
|
37600
|
+
chainId: 97912060,
|
37601
|
+
networkId: 97912060,
|
37602
|
+
explorers: []
|
37603
|
+
},
|
37367
37604
|
{
|
37368
37605
|
name: 'Joys Digital TestNet',
|
37369
37606
|
chain: 'TOYS',
|
@@ -38461,7 +38698,6 @@ const chainArray = [
|
|
38461
38698
|
'https://a.api.s0.t.hmny.io',
|
38462
38699
|
'https://api.s0.t.hmny.io',
|
38463
38700
|
'https://rpc.ankr.com/harmony',
|
38464
|
-
'https://harmony.api.onfinality.io/public',
|
38465
38701
|
'https://1rpc.io/one',
|
38466
38702
|
'https://harmony-0.drpc.org',
|
38467
38703
|
'wss://harmony-0.drpc.org'
|
@@ -38635,10 +38871,10 @@ const chainArray = [
|
|
38635
38871
|
status: 'active'
|
38636
38872
|
},
|
38637
38873
|
{
|
38638
|
-
name: 'Kakarot Sepolia',
|
38874
|
+
name: 'Kakarot Sepolia (Deprecated)',
|
38639
38875
|
chain: 'ETH',
|
38640
38876
|
icon: 'kakarot',
|
38641
|
-
rpc: [
|
38877
|
+
rpc: [],
|
38642
38878
|
faucets: [],
|
38643
38879
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
38644
38880
|
infoURL: 'https://kakarot.org',
|
@@ -39144,6 +39380,31 @@ const chainArray = [
|
|
39144
39380
|
}
|
39145
39381
|
]
|
39146
39382
|
},
|
39383
|
+
{
|
39384
|
+
name: 'Kakarot Starknet Sepolia',
|
39385
|
+
chain: 'ETH',
|
39386
|
+
icon: 'kakarot',
|
39387
|
+
rpc: [ 'https://sepolia-rpc.kakarot.org' ],
|
39388
|
+
faucets: [ 'https://sepolia-faucet.kakarot.org/' ],
|
39389
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
39390
|
+
infoURL: 'https://kakarot.org',
|
39391
|
+
shortName: 'kkrt-starknet-sepolia',
|
39392
|
+
chainId: 920637907288165,
|
39393
|
+
networkId: 920637907288165,
|
39394
|
+
explorers: [
|
39395
|
+
{
|
39396
|
+
name: 'Kakarot Scan',
|
39397
|
+
url: 'https://sepolia.kakarotscan.org',
|
39398
|
+
standard: 'EIP3091'
|
39399
|
+
},
|
39400
|
+
{
|
39401
|
+
name: 'Kakarot Explorer',
|
39402
|
+
url: 'https://sepolia-explorer.kakarot.org',
|
39403
|
+
standard: 'EIP3091'
|
39404
|
+
}
|
39405
|
+
],
|
39406
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
39407
|
+
},
|
39147
39408
|
{
|
39148
39409
|
name: 'DCHAIN Testnet',
|
39149
39410
|
title: 'DCHAIN Testnet',
|