eth-chainlist 0.0.264 → 0.0.266
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 +98 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.266 (2023-10-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.265 ([8b9543f](https://github.com/poowf/eth-chainlist/commit/8b9543f40d149aa7a718a081462869cba75daf76))
|
9
|
+
* update chain data ([1d7d109](https://github.com/poowf/eth-chainlist/commit/1d7d1091dc4948e5ccff8b621d7fbfa2dd7d7957))
|
10
|
+
|
11
|
+
### 0.0.265 (2023-10-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.264 ([c4783e0](https://github.com/poowf/eth-chainlist/commit/c4783e0af3770e0a6b4f9408cf8c32bee64d1ab8))
|
17
|
+
* update chain data ([fccb3d1](https://github.com/poowf/eth-chainlist/commit/fccb3d1452b4371e223fd05f79a2d7e48f6147a7))
|
18
|
+
|
3
19
|
### 0.0.264 (2023-10-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -14,7 +14,11 @@ const chainArray = [
|
|
14
14
|
'wss://mainnet.gateway.tenderly.co',
|
15
15
|
'https://rpc.blocknative.com/boost',
|
16
16
|
'https://rpc.flashbots.net',
|
17
|
-
'https://rpc.flashbots.net/fast'
|
17
|
+
'https://rpc.flashbots.net/fast',
|
18
|
+
'https://rpc.mevblocker.io',
|
19
|
+
'https://rpc.mevblocker.io/fast',
|
20
|
+
'https://rpc.mevblocker.io/noreverts',
|
21
|
+
'https://rpc.mevblocker.io/fullprivacy'
|
18
22
|
],
|
19
23
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20
24
|
faucets: [],
|
@@ -641,16 +645,24 @@ const chainArray = [
|
|
641
645
|
networkId: 33
|
642
646
|
},
|
643
647
|
{
|
644
|
-
name: '
|
645
|
-
chain: '
|
646
|
-
icon: '
|
647
|
-
rpc: [ 'https://
|
648
|
-
faucets: [ 'https://faucet.
|
649
|
-
nativeCurrency: { name: '
|
650
|
-
infoURL: 'https://
|
651
|
-
shortName: '
|
648
|
+
name: 'SecureChain Mainnet',
|
649
|
+
chain: 'SCAI',
|
650
|
+
icon: 'SCAIIcon',
|
651
|
+
rpc: [ 'https://mainnet-rpc.scai.network' ],
|
652
|
+
faucets: [ 'https://faucet.securechain.ai' ],
|
653
|
+
nativeCurrency: { name: 'SecureChain', symbol: 'SCAI', decimals: 18 },
|
654
|
+
infoURL: 'https://securechain.ai',
|
655
|
+
shortName: 'scai',
|
652
656
|
chainId: 34,
|
653
|
-
networkId: 34
|
657
|
+
networkId: 34,
|
658
|
+
redFlags: [ 'reusedChainId' ],
|
659
|
+
explorers: [
|
660
|
+
{
|
661
|
+
name: 'SecureChain Mainnet',
|
662
|
+
url: 'https://explorer.securechain.ai',
|
663
|
+
standard: 'EIP3091'
|
664
|
+
}
|
665
|
+
]
|
654
666
|
},
|
655
667
|
{
|
656
668
|
name: 'TBWG Chain',
|
@@ -10454,6 +10466,24 @@ const chainArray = [
|
|
10454
10466
|
}
|
10455
10467
|
]
|
10456
10468
|
},
|
10469
|
+
{
|
10470
|
+
name: 'iChain Network',
|
10471
|
+
chain: 'iChain',
|
10472
|
+
rpc: [ 'https://rpc.ichainscan.com' ],
|
10473
|
+
faucets: [],
|
10474
|
+
nativeCurrency: { name: 'ISLAMICOIN', symbol: 'ISLAMI', decimals: 18 },
|
10475
|
+
infoURL: 'https://islamicoin.finance',
|
10476
|
+
shortName: 'ISLAMI',
|
10477
|
+
chainId: 3639,
|
10478
|
+
networkId: 3639,
|
10479
|
+
explorers: [
|
10480
|
+
{
|
10481
|
+
name: 'iChainscan',
|
10482
|
+
url: 'https://ichainscan.com',
|
10483
|
+
standard: 'EIP3091'
|
10484
|
+
}
|
10485
|
+
]
|
10486
|
+
},
|
10457
10487
|
{
|
10458
10488
|
name: 'Jouleverse Mainnet',
|
10459
10489
|
chain: 'Jouleverse',
|
@@ -16185,24 +16215,24 @@ const chainArray = [
|
|
16185
16215
|
parent: { type: 'L2', chain: 'eip155-3' }
|
16186
16216
|
},
|
16187
16217
|
{
|
16188
|
-
name: '
|
16218
|
+
name: 'Lumoz Testnet Alpha',
|
16189
16219
|
chain: 'ETH',
|
16190
16220
|
rpc: [
|
16191
|
-
'https://
|
16192
|
-
'https://
|
16221
|
+
'https://alpha-us-http-geth.lumoz.org',
|
16222
|
+
'https://alpha-hk-http-geth.lumoz.org'
|
16193
16223
|
],
|
16194
16224
|
faucets: [],
|
16195
|
-
nativeCurrency: { name: '
|
16225
|
+
nativeCurrency: { name: 'Lumoz Test Token', symbol: 'MOZ', decimals: 18 },
|
16196
16226
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
16197
|
-
infoURL: 'https://
|
16198
|
-
shortName: '
|
16227
|
+
infoURL: 'https://lumoz.org',
|
16228
|
+
shortName: 'Lumoz-Testnet',
|
16199
16229
|
chainId: 51178,
|
16200
16230
|
networkId: 51178,
|
16201
16231
|
icon: 'opside-new',
|
16202
16232
|
explorers: [
|
16203
16233
|
{
|
16204
|
-
name: '
|
16205
|
-
url: 'https://
|
16234
|
+
name: 'LumozTestnetInfo',
|
16235
|
+
url: 'https://lumoz.info',
|
16206
16236
|
icon: 'opside-new',
|
16207
16237
|
standard: 'EIP3091'
|
16208
16238
|
}
|
@@ -18371,6 +18401,24 @@ const chainArray = [
|
|
18371
18401
|
}
|
18372
18402
|
]
|
18373
18403
|
},
|
18404
|
+
{
|
18405
|
+
name: 'Bitica Chain Mainnet',
|
18406
|
+
chain: 'BDCC',
|
18407
|
+
rpc: [ 'https://mainnet-rpc.biticablockchain.com/' ],
|
18408
|
+
faucets: [],
|
18409
|
+
nativeCurrency: { name: 'Bitica Coin', symbol: 'BDCC', decimals: 18 },
|
18410
|
+
infoURL: 'https://biticablockchain.com/',
|
18411
|
+
shortName: 'bdcc',
|
18412
|
+
chainId: 188710,
|
18413
|
+
networkId: 188710,
|
18414
|
+
explorers: [
|
18415
|
+
{
|
18416
|
+
name: 'Bitica DPOS Blockchain Explorer',
|
18417
|
+
url: 'https://biticablockchain.com',
|
18418
|
+
standard: 'none'
|
18419
|
+
}
|
18420
|
+
]
|
18421
|
+
},
|
18374
18422
|
{
|
18375
18423
|
name: 'Condor Test Network',
|
18376
18424
|
chain: 'CONDOR',
|
@@ -19384,8 +19432,13 @@ const chainArray = [
|
|
19384
19432
|
{
|
19385
19433
|
name: 'Scroll',
|
19386
19434
|
chain: 'ETH',
|
19387
|
-
status: '
|
19388
|
-
rpc: [
|
19435
|
+
status: 'active',
|
19436
|
+
rpc: [
|
19437
|
+
'https://rpc.scroll.io',
|
19438
|
+
'https://rpc-scroll.icecreamswap.com',
|
19439
|
+
'https://rpc.ankr.com/scroll',
|
19440
|
+
'https://scroll-mainnet.chainstacklabs.com'
|
19441
|
+
],
|
19389
19442
|
faucets: [],
|
19390
19443
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19391
19444
|
infoURL: 'https://scroll.io',
|
@@ -19860,15 +19913,36 @@ const chainArray = [
|
|
19860
19913
|
title: 'Astar zkEVM Testnet zKatana',
|
19861
19914
|
chain: 'ETH',
|
19862
19915
|
icon: 'astarzk',
|
19863
|
-
rpc: [
|
19916
|
+
rpc: [
|
19917
|
+
'https://rpc.zkatana.gelato.digital',
|
19918
|
+
'https://rpc.startale.com/zkatana'
|
19919
|
+
],
|
19864
19920
|
faucets: [],
|
19865
19921
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
19866
19922
|
infoURL: 'https://astar.network',
|
19867
19923
|
chainId: 1261120,
|
19868
19924
|
networkId: 1261120,
|
19869
|
-
explorers: [
|
19870
|
-
|
19871
|
-
|
19925
|
+
explorers: [
|
19926
|
+
{
|
19927
|
+
name: 'Blockscout zKatana chain explorer',
|
19928
|
+
url: 'https://zkatana.blockscout.com',
|
19929
|
+
standard: 'EIP3091'
|
19930
|
+
},
|
19931
|
+
{
|
19932
|
+
name: 'Startale zKatana chain explorer',
|
19933
|
+
url: 'https://zkatana.explorer.startale.com',
|
19934
|
+
standard: 'EIP3091'
|
19935
|
+
}
|
19936
|
+
],
|
19937
|
+
parent: {
|
19938
|
+
type: 'L2',
|
19939
|
+
chain: 'eip155-11155111',
|
19940
|
+
bridges: [
|
19941
|
+
{ url: 'https://portal.astar.network' },
|
19942
|
+
{ url: 'https://bridge.zkatana.gelato.digital' }
|
19943
|
+
]
|
19944
|
+
},
|
19945
|
+
status: 'active'
|
19872
19946
|
},
|
19873
19947
|
{
|
19874
19948
|
name: 'Etho Protocol',
|