eth-chainlist 0.0.543 → 0.0.545
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 +161 -35
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.545 (2024-11-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.544 ([5bc3cc7](https://github.com/poowf/eth-chainlist/commit/5bc3cc7d614fbf6859d756d97656e73e87cd0cd2))
|
9
|
+
* update chain data ([49dfe65](https://github.com/poowf/eth-chainlist/commit/49dfe652f577ccf12e2cc7f447b72917d3432143))
|
10
|
+
|
11
|
+
### 0.0.544 (2024-11-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.543 ([35f3ba1](https://github.com/poowf/eth-chainlist/commit/35f3ba1ba7877434cc0566cb0920c8666f57a4c7))
|
17
|
+
* update chain data ([4f98366](https://github.com/poowf/eth-chainlist/commit/4f9836693a6d5141196db934d389880d4b11f9e5))
|
18
|
+
|
3
19
|
### 0.0.543 (2024-11-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3906,6 +3906,7 @@ const chainArray = [
|
|
3906
3906
|
{
|
3907
3907
|
name: 'BitTorrent Chain Mainnet',
|
3908
3908
|
chain: 'BTTC',
|
3909
|
+
icon: 'bttc',
|
3909
3910
|
rpc: [
|
3910
3911
|
'https://rpc.bt.io',
|
3911
3912
|
'https://bittorrent.drpc.org',
|
@@ -5051,13 +5052,10 @@ const chainArray = [
|
|
5051
5052
|
{
|
5052
5053
|
name: 'Orderly Mainnet',
|
5053
5054
|
chain: 'ETH',
|
5054
|
-
rpc: [
|
5055
|
-
'https://rpc.orderly.network',
|
5056
|
-
'https://l2-orderly-mainnet-0.t.conduit.xyz'
|
5057
|
-
],
|
5055
|
+
rpc: [ 'https://rpc.orderly.network' ],
|
5058
5056
|
faucets: [],
|
5059
5057
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5060
|
-
infoURL: '
|
5058
|
+
infoURL: 'https://orderly.network/',
|
5061
5059
|
shortName: 'orderly',
|
5062
5060
|
chainId: 291,
|
5063
5061
|
networkId: 291,
|
@@ -6275,6 +6273,26 @@ const chainArray = [
|
|
6275
6273
|
}
|
6276
6274
|
]
|
6277
6275
|
},
|
6276
|
+
{
|
6277
|
+
name: 'The Widows Mite',
|
6278
|
+
chain: 'MITE',
|
6279
|
+
rpc: [ 'https://rpc.twmcrypto.com/' ],
|
6280
|
+
faucets: [ 'https://faucet.twmcrypto.com/' ],
|
6281
|
+
nativeCurrency: { name: 'The Widows Mite', symbol: 'MITE', decimals: 8 },
|
6282
|
+
infoURL: 'https://twmcrypto.com/',
|
6283
|
+
shortName: 'mite',
|
6284
|
+
chainId: 426,
|
6285
|
+
networkId: 426,
|
6286
|
+
icon: 'mite',
|
6287
|
+
explorers: [
|
6288
|
+
{
|
6289
|
+
name: 'The Widows Mite Explorer',
|
6290
|
+
url: 'https://scan.twmcrypto.com',
|
6291
|
+
icon: 'mite',
|
6292
|
+
standard: 'EIP3091'
|
6293
|
+
}
|
6294
|
+
]
|
6295
|
+
},
|
6278
6296
|
{
|
6279
6297
|
name: 'Zeeth Chain',
|
6280
6298
|
chain: 'ZeethChain',
|
@@ -9415,9 +9433,10 @@ const chainArray = [
|
|
9415
9433
|
chain: 'BTTC',
|
9416
9434
|
rpc: [ 'https://testrpc.bittorrentchain.io/' ],
|
9417
9435
|
faucets: [],
|
9436
|
+
status: 'deprecated',
|
9418
9437
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
9419
9438
|
infoURL: 'https://bittorrentchain.io/',
|
9420
|
-
shortName: 'tbtt',
|
9439
|
+
shortName: 'tbtt-deprecated',
|
9421
9440
|
chainId: 1028,
|
9422
9441
|
networkId: 1028,
|
9423
9442
|
slip44: 1,
|
@@ -9429,6 +9448,26 @@ const chainArray = [
|
|
9429
9448
|
}
|
9430
9449
|
]
|
9431
9450
|
},
|
9451
|
+
{
|
9452
|
+
name: 'BitTorrent Chain Donau',
|
9453
|
+
chain: 'BTTC',
|
9454
|
+
icon: 'bttc',
|
9455
|
+
rpc: [ 'https://pre-rpc.bt.io' ],
|
9456
|
+
faucets: [ 'https://testfaucet.bt.io' ],
|
9457
|
+
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
9458
|
+
infoURL: 'https://bt.io',
|
9459
|
+
shortName: 'tBTT',
|
9460
|
+
chainId: 1029,
|
9461
|
+
networkId: 1029,
|
9462
|
+
slip44: 1,
|
9463
|
+
explorers: [
|
9464
|
+
{
|
9465
|
+
name: 'BitTorrent Chain Donau Explorer',
|
9466
|
+
url: 'https://testnet.bttcscan.com',
|
9467
|
+
standard: 'EIP3091'
|
9468
|
+
}
|
9469
|
+
]
|
9470
|
+
},
|
9432
9471
|
{
|
9433
9472
|
name: 'Conflux eSpace',
|
9434
9473
|
chain: 'Conflux',
|
@@ -16422,13 +16461,8 @@ const chainArray = [
|
|
16422
16461
|
slip44: 1,
|
16423
16462
|
explorers: [
|
16424
16463
|
{
|
16425
|
-
name: '
|
16426
|
-
url: 'https://
|
16427
|
-
standard: 'EIP3091'
|
16428
|
-
},
|
16429
|
-
{
|
16430
|
-
name: 'Blockscout',
|
16431
|
-
url: 'https://blockscout.botanixlabs.dev',
|
16464
|
+
name: 'Botanix Explorer',
|
16465
|
+
url: 'https://testnet.botanixscan.io',
|
16432
16466
|
standard: 'EIP3091'
|
16433
16467
|
}
|
16434
16468
|
]
|
@@ -17611,10 +17645,10 @@ const chainArray = [
|
|
17611
17645
|
{
|
17612
17646
|
name: 'Orderly Sepolia Testnet',
|
17613
17647
|
chain: 'ETH',
|
17614
|
-
rpc: [ 'https://
|
17648
|
+
rpc: [ 'https://testnet-rpc.orderly.org' ],
|
17615
17649
|
faucets: [],
|
17616
17650
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
17617
|
-
infoURL: '
|
17651
|
+
infoURL: 'https://orderly.network',
|
17618
17652
|
shortName: 'orderlyl2',
|
17619
17653
|
chainId: 4460,
|
17620
17654
|
networkId: 4460,
|
@@ -17623,7 +17657,7 @@ const chainArray = [
|
|
17623
17657
|
explorers: [
|
17624
17658
|
{
|
17625
17659
|
name: 'basescout',
|
17626
|
-
url: 'https://
|
17660
|
+
url: 'https://testnet-explorer.orderly.org',
|
17627
17661
|
icon: 'blockscout',
|
17628
17662
|
standard: 'EIP3091'
|
17629
17663
|
}
|
@@ -23544,6 +23578,18 @@ const chainArray = [
|
|
23544
23578
|
],
|
23545
23579
|
slip44: 1
|
23546
23580
|
},
|
23581
|
+
{
|
23582
|
+
name: 'Bool Network Beta Mainnet',
|
23583
|
+
chain: 'BOOL',
|
23584
|
+
rpc: [ 'https://beta-rpc-node-http.bool.network' ],
|
23585
|
+
faucets: [],
|
23586
|
+
nativeCurrency: { name: 'BOL', symbol: 'BOL', decimals: 18 },
|
23587
|
+
infoURL: 'https://bool.network/',
|
23588
|
+
shortName: 'BOL',
|
23589
|
+
chainId: 11100,
|
23590
|
+
networkId: 11100,
|
23591
|
+
icon: 'boolnetwork'
|
23592
|
+
},
|
23547
23593
|
{
|
23548
23594
|
name: 'Astra',
|
23549
23595
|
chain: 'Astra',
|
@@ -24543,6 +24589,30 @@ const chainArray = [
|
|
24543
24589
|
}
|
24544
24590
|
]
|
24545
24591
|
},
|
24592
|
+
{
|
24593
|
+
name: 'Bitharvest Chian Mainnet',
|
24594
|
+
chain: 'Bitharvest Chian Mainnet',
|
24595
|
+
rpc: [ 'https://rpc.bthscan.io/' ],
|
24596
|
+
features: [ { name: 'EIP1559' } ],
|
24597
|
+
faucets: [],
|
24598
|
+
nativeCurrency: {
|
24599
|
+
name: 'Bitharvest Mainnet Native Token',
|
24600
|
+
symbol: 'BTH',
|
24601
|
+
decimals: 18
|
24602
|
+
},
|
24603
|
+
infoURL: '',
|
24604
|
+
shortName: 'BitharvestMainnet',
|
24605
|
+
chainId: 14149,
|
24606
|
+
networkId: 14149,
|
24607
|
+
explorers: [
|
24608
|
+
{
|
24609
|
+
name: 'Bitharvest Mainnet Scan',
|
24610
|
+
url: 'https://bthscan.io',
|
24611
|
+
standard: 'EIP3091'
|
24612
|
+
}
|
24613
|
+
],
|
24614
|
+
icon: 'bth'
|
24615
|
+
},
|
24546
24616
|
{
|
24547
24617
|
name: 'EVOLVE Testnet',
|
24548
24618
|
chain: 'EVO',
|
@@ -27575,16 +27645,17 @@ const chainArray = [
|
|
27575
27645
|
chainId: 37111,
|
27576
27646
|
networkId: 37111,
|
27577
27647
|
nativeCurrency: { name: 'GRASS', symbol: 'GRASS', decimals: 18 },
|
27648
|
+
icon: 'lens',
|
27578
27649
|
infoURL: 'https://www.lens.xyz',
|
27579
27650
|
shortName: 'lens-sepolia',
|
27580
27651
|
parent: {
|
27581
27652
|
type: 'L2',
|
27582
27653
|
chain: 'eip155-11155111',
|
27583
|
-
bridges: [ { url: 'https://portal.testnet.
|
27654
|
+
bridges: [ { url: 'https://portal.testnet.lens.dev/bridge' } ]
|
27584
27655
|
},
|
27585
27656
|
explorers: [
|
27586
27657
|
{
|
27587
|
-
name: '
|
27658
|
+
name: 'Lens Testnet Block Explorer',
|
27588
27659
|
url: 'https://block-explorer.testnet.lens.dev',
|
27589
27660
|
standard: 'none'
|
27590
27661
|
}
|
@@ -31892,6 +31963,32 @@ const chainArray = [
|
|
31892
31963
|
}
|
31893
31964
|
]
|
31894
31965
|
},
|
31966
|
+
{
|
31967
|
+
name: 'Plume Devnet',
|
31968
|
+
title: 'Plume Sepolia L2 Rollup Devnet',
|
31969
|
+
chain: 'ETH',
|
31970
|
+
rpc: [
|
31971
|
+
'https://test-rpc.plumenetwork.xyz/http',
|
31972
|
+
'wss://test-rpc.plumenetwork.xyz/ws'
|
31973
|
+
],
|
31974
|
+
faucets: [],
|
31975
|
+
nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
31976
|
+
infoURL: 'https://www.plumenetwork.xyz/',
|
31977
|
+
shortName: 'plume-devnet',
|
31978
|
+
chainId: 98864,
|
31979
|
+
networkId: 98864,
|
31980
|
+
slip44: 1,
|
31981
|
+
icon: 'plume',
|
31982
|
+
explorers: [
|
31983
|
+
{
|
31984
|
+
name: 'Blockscout',
|
31985
|
+
url: 'https://test-explorer.plumenetwork.xyz',
|
31986
|
+
icon: 'blockscout',
|
31987
|
+
standard: 'EIP3091'
|
31988
|
+
}
|
31989
|
+
],
|
31990
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
31991
|
+
},
|
31895
31992
|
{
|
31896
31993
|
name: 'Ebi Chain',
|
31897
31994
|
title: 'Ebi Chain',
|
@@ -32918,6 +33015,30 @@ const chainArray = [
|
|
32918
33015
|
}
|
32919
33016
|
]
|
32920
33017
|
},
|
33018
|
+
{
|
33019
|
+
name: 'Bitharvest Chian Testnet',
|
33020
|
+
chain: 'Bitharvest Chian Testnet',
|
33021
|
+
rpc: [ 'https://rpc-testnet.bthscan.io/' ],
|
33022
|
+
features: [ { name: 'EIP1559' } ],
|
33023
|
+
faucets: [],
|
33024
|
+
nativeCurrency: {
|
33025
|
+
name: 'Bitharvest Testnet Native Token',
|
33026
|
+
symbol: 'bth',
|
33027
|
+
decimals: 18
|
33028
|
+
},
|
33029
|
+
infoURL: '',
|
33030
|
+
shortName: 'BitharvestTestnet',
|
33031
|
+
chainId: 141491,
|
33032
|
+
networkId: 141491,
|
33033
|
+
explorers: [
|
33034
|
+
{
|
33035
|
+
name: 'Bitharvest Testnet Scan',
|
33036
|
+
url: 'https://testnet.bthscan.io',
|
33037
|
+
standard: 'EIP3091'
|
33038
|
+
}
|
33039
|
+
],
|
33040
|
+
icon: 'bth'
|
33041
|
+
},
|
32921
33042
|
{
|
32922
33043
|
name: 'ICPlaza Mainnet',
|
32923
33044
|
chain: 'ICPlaza',
|
@@ -38678,6 +38799,24 @@ const chainArray = [
|
|
38678
38799
|
}
|
38679
38800
|
]
|
38680
38801
|
},
|
38802
|
+
{
|
38803
|
+
name: 'Corn Maizenet',
|
38804
|
+
chain: 'BTCN',
|
38805
|
+
rpc: [ 'https://maizenet-rpc.usecorn.com' ],
|
38806
|
+
faucets: [],
|
38807
|
+
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
38808
|
+
infoURL: 'https://usecorn.com',
|
38809
|
+
shortName: 'btcn',
|
38810
|
+
chainId: 21000000,
|
38811
|
+
networkId: 21000000,
|
38812
|
+
explorers: [
|
38813
|
+
{
|
38814
|
+
name: 'Corn Maizenet Explorer',
|
38815
|
+
url: 'https://maizenet-explorer.usecorn.com',
|
38816
|
+
standard: 'EIP3091'
|
38817
|
+
}
|
38818
|
+
]
|
38819
|
+
},
|
38681
38820
|
{
|
38682
38821
|
name: 'Excelon Mainnet',
|
38683
38822
|
chain: 'XLON',
|
@@ -39490,10 +39629,7 @@ const chainArray = [
|
|
39490
39629
|
name: 'Plume Testnet',
|
39491
39630
|
title: 'Plume Sepolia Rollup Testnet',
|
39492
39631
|
chain: 'ETH',
|
39493
|
-
rpc: [
|
39494
|
-
'https://testnet-rpc.plumenetwork.xyz/http',
|
39495
|
-
'wss://testnet-rpc.plumenetwork.xyz/ws'
|
39496
|
-
],
|
39632
|
+
rpc: [],
|
39497
39633
|
faucets: [],
|
39498
39634
|
nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
39499
39635
|
infoURL: 'https://www.plumenetwork.xyz/',
|
@@ -39502,19 +39638,9 @@ const chainArray = [
|
|
39502
39638
|
networkId: 161221135,
|
39503
39639
|
slip44: 1,
|
39504
39640
|
icon: 'plume',
|
39505
|
-
|
39506
|
-
|
39507
|
-
|
39508
|
-
url: 'https://testnet-explorer.plumenetwork.xyz',
|
39509
|
-
icon: 'blockscout',
|
39510
|
-
standard: 'EIP3091'
|
39511
|
-
}
|
39512
|
-
],
|
39513
|
-
parent: {
|
39514
|
-
type: 'L2',
|
39515
|
-
chain: 'eip155-11155111',
|
39516
|
-
bridges: [ { url: 'https://testnet-bridge.plumenetwork.xyz' } ]
|
39517
|
-
}
|
39641
|
+
status: 'deprecated',
|
39642
|
+
explorers: [],
|
39643
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
39518
39644
|
},
|
39519
39645
|
{
|
39520
39646
|
name: 'Blast Sepolia Testnet',
|