eth-chainlist 0.0.516 → 0.0.518
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 +105 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.518 (2024-10-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.517 ([fb39c65](https://github.com/poowf/eth-chainlist/commit/fb39c656e8debb439800a9d53b46f6af0025d651))
|
|
9
|
+
* update chain data ([897c6ca](https://github.com/poowf/eth-chainlist/commit/897c6caab902f10ce5f4f2665062cbb1c733641b))
|
|
10
|
+
|
|
11
|
+
### 0.0.517 (2024-10-16)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.516 ([6805a85](https://github.com/poowf/eth-chainlist/commit/6805a8573101b0f0eb6a599f27c0f674d6bd5643))
|
|
17
|
+
* update chain data ([edd046f](https://github.com/poowf/eth-chainlist/commit/edd046fc938d9baaa7c3c8bbc7be68ad4d0fe888))
|
|
18
|
+
|
|
3
19
|
### 0.0.516 (2024-10-15)
|
|
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,
|
|
@@ -8418,6 +8419,33 @@ const chainArray = [
|
|
|
8418
8419
|
}
|
|
8419
8420
|
]
|
|
8420
8421
|
},
|
|
8422
|
+
{
|
|
8423
|
+
name: 'Haust Mainnet',
|
|
8424
|
+
title: 'Haust Mainnet',
|
|
8425
|
+
chain: 'Haust',
|
|
8426
|
+
rpc: [ 'https://haust-network-rpc.eu-north-2.gateway.fm' ],
|
|
8427
|
+
faucets: [],
|
|
8428
|
+
features: [ { name: 'EIP155' } ],
|
|
8429
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
|
8430
|
+
infoURL: 'https://haust.network/',
|
|
8431
|
+
shortName: 'haust',
|
|
8432
|
+
chainId: 938,
|
|
8433
|
+
networkId: 938,
|
|
8434
|
+
icon: 'haust',
|
|
8435
|
+
explorers: [
|
|
8436
|
+
{
|
|
8437
|
+
name: 'blockscout',
|
|
8438
|
+
url: 'https://haust-network-blockscout.eu-north-2.gateway.fm',
|
|
8439
|
+
icon: 'haust',
|
|
8440
|
+
standard: 'EIP3091'
|
|
8441
|
+
}
|
|
8442
|
+
],
|
|
8443
|
+
parent: {
|
|
8444
|
+
type: 'L2',
|
|
8445
|
+
chain: 'eip155-1',
|
|
8446
|
+
bridges: [ { url: 'https://haust-network-bridge.eu-north-2.gateway.fm' } ]
|
|
8447
|
+
}
|
|
8448
|
+
},
|
|
8421
8449
|
{
|
|
8422
8450
|
name: 'PulseChain Testnet',
|
|
8423
8451
|
shortName: 'tpls',
|
|
@@ -21749,6 +21777,7 @@ const chainArray = [
|
|
|
21749
21777
|
'wss://ws.arena-z.t.raas.gelato.cloud'
|
|
21750
21778
|
],
|
|
21751
21779
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21780
|
+
icon: 'arena-z',
|
|
21752
21781
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
21753
21782
|
faucets: [],
|
|
21754
21783
|
shortName: 'arena-z-testnet',
|
|
@@ -32302,6 +32331,23 @@ const chainArray = [
|
|
|
32302
32331
|
networkId: 210209,
|
|
32303
32332
|
explorers: []
|
|
32304
32333
|
},
|
|
32334
|
+
{
|
|
32335
|
+
name: 'Sorian Testnet',
|
|
32336
|
+
chain: 'tSOR',
|
|
32337
|
+
rpc: [
|
|
32338
|
+
'https://testnet-rpc.sorian.io',
|
|
32339
|
+
'https://testnet.rpc.sorian.io'
|
|
32340
|
+
],
|
|
32341
|
+
faucets: [],
|
|
32342
|
+
icon: 'sorianTestnet',
|
|
32343
|
+
nativeCurrency: { name: 'Sorian Testnet', symbol: 'tSOR', decimals: 18 },
|
|
32344
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
32345
|
+
infoURL: 'https://mint.sorian.io',
|
|
32346
|
+
shortName: 'sorianTestnet',
|
|
32347
|
+
chainId: 210210,
|
|
32348
|
+
networkId: 210210,
|
|
32349
|
+
explorers: []
|
|
32350
|
+
},
|
|
32305
32351
|
{
|
|
32306
32352
|
name: 'PlatON Mainnet',
|
|
32307
32353
|
chain: 'PlatON',
|
|
@@ -36528,6 +36574,25 @@ const chainArray = [
|
|
|
36528
36574
|
}
|
|
36529
36575
|
]
|
|
36530
36576
|
},
|
|
36577
|
+
{
|
|
36578
|
+
name: 'Lummio Network',
|
|
36579
|
+
chain: 'Lummio Network',
|
|
36580
|
+
rpc: [ 'https://rpc.lummio.net' ],
|
|
36581
|
+
faucets: [],
|
|
36582
|
+
nativeCurrency: { name: 'Lummio Reward Points', symbol: 'LRPO', decimals: 18 },
|
|
36583
|
+
infoURL: 'https://lummio.net',
|
|
36584
|
+
shortName: 'lummio',
|
|
36585
|
+
chainId: 12020498,
|
|
36586
|
+
networkId: 12020498,
|
|
36587
|
+
explorers: [
|
|
36588
|
+
{
|
|
36589
|
+
name: 'blockscout',
|
|
36590
|
+
url: 'https://blockscout.lummio.net',
|
|
36591
|
+
icon: 'blockscout',
|
|
36592
|
+
standard: 'EIP3091'
|
|
36593
|
+
}
|
|
36594
|
+
]
|
|
36595
|
+
},
|
|
36531
36596
|
{
|
|
36532
36597
|
name: 'Memento Testnet',
|
|
36533
36598
|
chain: 'Memento',
|
|
@@ -37550,6 +37615,19 @@ const chainArray = [
|
|
|
37550
37615
|
},
|
|
37551
37616
|
status: 'active'
|
|
37552
37617
|
},
|
|
37618
|
+
{
|
|
37619
|
+
name: 'ChadChain',
|
|
37620
|
+
chain: 'CHAD',
|
|
37621
|
+
status: 'incubating',
|
|
37622
|
+
rpc: [ 'https://rpc.chadchain.org' ],
|
|
37623
|
+
faucets: [],
|
|
37624
|
+
nativeCurrency: { name: 'ChadChain', symbol: 'CHAD', decimals: 18 },
|
|
37625
|
+
infoURL: 'https://chadchain.org',
|
|
37626
|
+
shortName: 'chad',
|
|
37627
|
+
chainId: 97912060,
|
|
37628
|
+
networkId: 97912060,
|
|
37629
|
+
explorers: []
|
|
37630
|
+
},
|
|
37553
37631
|
{
|
|
37554
37632
|
name: 'Joys Digital TestNet',
|
|
37555
37633
|
chain: 'TOYS',
|
|
@@ -38820,10 +38898,10 @@ const chainArray = [
|
|
|
38820
38898
|
status: 'active'
|
|
38821
38899
|
},
|
|
38822
38900
|
{
|
|
38823
|
-
name: 'Kakarot Sepolia',
|
|
38901
|
+
name: 'Kakarot Sepolia (Deprecated)',
|
|
38824
38902
|
chain: 'ETH',
|
|
38825
38903
|
icon: 'kakarot',
|
|
38826
|
-
rpc: [
|
|
38904
|
+
rpc: [],
|
|
38827
38905
|
faucets: [],
|
|
38828
38906
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
38829
38907
|
infoURL: 'https://kakarot.org',
|
|
@@ -39329,6 +39407,31 @@ const chainArray = [
|
|
|
39329
39407
|
}
|
|
39330
39408
|
]
|
|
39331
39409
|
},
|
|
39410
|
+
{
|
|
39411
|
+
name: 'Kakarot Starknet Sepolia',
|
|
39412
|
+
chain: 'ETH',
|
|
39413
|
+
icon: 'kakarot',
|
|
39414
|
+
rpc: [ 'https://sepolia-rpc.kakarot.org' ],
|
|
39415
|
+
faucets: [ 'https://sepolia-faucet.kakarot.org/' ],
|
|
39416
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
39417
|
+
infoURL: 'https://kakarot.org',
|
|
39418
|
+
shortName: 'kkrt-starknet-sepolia',
|
|
39419
|
+
chainId: 920637907288165,
|
|
39420
|
+
networkId: 920637907288165,
|
|
39421
|
+
explorers: [
|
|
39422
|
+
{
|
|
39423
|
+
name: 'Kakarot Scan',
|
|
39424
|
+
url: 'https://sepolia.kakarotscan.org',
|
|
39425
|
+
standard: 'EIP3091'
|
|
39426
|
+
},
|
|
39427
|
+
{
|
|
39428
|
+
name: 'Kakarot Explorer',
|
|
39429
|
+
url: 'https://sepolia-explorer.kakarot.org',
|
|
39430
|
+
standard: 'EIP3091'
|
|
39431
|
+
}
|
|
39432
|
+
],
|
|
39433
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
39434
|
+
},
|
|
39332
39435
|
{
|
|
39333
39436
|
name: 'DCHAIN Testnet',
|
|
39334
39437
|
title: 'DCHAIN Testnet',
|