eth-chainlist 0.0.265 → 0.0.267
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 +83 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.267 (2023-10-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.266 ([296415d](https://github.com/poowf/eth-chainlist/commit/296415dc7f2b66b44571bb35baefc67d250374c6))
|
9
|
+
* update chain data ([b6874e9](https://github.com/poowf/eth-chainlist/commit/b6874e9a857098d5a9606fc0f0113cab5307d74a))
|
10
|
+
|
11
|
+
### 0.0.266 (2023-10-25)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.265 ([8b9543f](https://github.com/poowf/eth-chainlist/commit/8b9543f40d149aa7a718a081462869cba75daf76))
|
17
|
+
* update chain data ([1d7d109](https://github.com/poowf/eth-chainlist/commit/1d7d1091dc4948e5ccff8b621d7fbfa2dd7d7957))
|
18
|
+
|
3
19
|
### 0.0.265 (2023-10-22)
|
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: [],
|
@@ -643,7 +647,7 @@ const chainArray = [
|
|
643
647
|
{
|
644
648
|
name: 'SecureChain Mainnet',
|
645
649
|
chain: 'SCAI',
|
646
|
-
icon: '
|
650
|
+
icon: 'scaiIcon',
|
647
651
|
rpc: [ 'https://mainnet-rpc.scai.network' ],
|
648
652
|
faucets: [ 'https://faucet.securechain.ai' ],
|
649
653
|
nativeCurrency: { name: 'SecureChain', symbol: 'SCAI', decimals: 18 },
|
@@ -10462,6 +10466,24 @@ const chainArray = [
|
|
10462
10466
|
}
|
10463
10467
|
]
|
10464
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
|
+
},
|
10465
10487
|
{
|
10466
10488
|
name: 'Jouleverse Mainnet',
|
10467
10489
|
chain: 'Jouleverse',
|
@@ -16193,24 +16215,24 @@ const chainArray = [
|
|
16193
16215
|
parent: { type: 'L2', chain: 'eip155-3' }
|
16194
16216
|
},
|
16195
16217
|
{
|
16196
|
-
name: '
|
16218
|
+
name: 'Lumoz Testnet Alpha',
|
16197
16219
|
chain: 'ETH',
|
16198
16220
|
rpc: [
|
16199
|
-
'https://
|
16200
|
-
'https://
|
16221
|
+
'https://alpha-us-http-geth.lumoz.org',
|
16222
|
+
'https://alpha-hk-http-geth.lumoz.org'
|
16201
16223
|
],
|
16202
16224
|
faucets: [],
|
16203
|
-
nativeCurrency: { name: '
|
16225
|
+
nativeCurrency: { name: 'Lumoz Test Token', symbol: 'MOZ', decimals: 18 },
|
16204
16226
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
16205
|
-
infoURL: 'https://
|
16206
|
-
shortName: '
|
16227
|
+
infoURL: 'https://lumoz.org',
|
16228
|
+
shortName: 'Lumoz-Testnet',
|
16207
16229
|
chainId: 51178,
|
16208
16230
|
networkId: 51178,
|
16209
16231
|
icon: 'opside-new',
|
16210
16232
|
explorers: [
|
16211
16233
|
{
|
16212
|
-
name: '
|
16213
|
-
url: 'https://
|
16234
|
+
name: 'LumozTestnetInfo',
|
16235
|
+
url: 'https://lumoz.info',
|
16214
16236
|
icon: 'opside-new',
|
16215
16237
|
standard: 'EIP3091'
|
16216
16238
|
}
|
@@ -19410,8 +19432,13 @@ const chainArray = [
|
|
19410
19432
|
{
|
19411
19433
|
name: 'Scroll',
|
19412
19434
|
chain: 'ETH',
|
19413
|
-
status: '
|
19414
|
-
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
|
+
],
|
19415
19442
|
faucets: [],
|
19416
19443
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19417
19444
|
infoURL: 'https://scroll.io',
|
@@ -19886,15 +19913,36 @@ const chainArray = [
|
|
19886
19913
|
title: 'Astar zkEVM Testnet zKatana',
|
19887
19914
|
chain: 'ETH',
|
19888
19915
|
icon: 'astarzk',
|
19889
|
-
rpc: [
|
19916
|
+
rpc: [
|
19917
|
+
'https://rpc.zkatana.gelato.digital',
|
19918
|
+
'https://rpc.startale.com/zkatana'
|
19919
|
+
],
|
19890
19920
|
faucets: [],
|
19891
19921
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
19892
19922
|
infoURL: 'https://astar.network',
|
19893
19923
|
chainId: 1261120,
|
19894
19924
|
networkId: 1261120,
|
19895
|
-
explorers: [
|
19896
|
-
|
19897
|
-
|
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'
|
19898
19946
|
},
|
19899
19947
|
{
|
19900
19948
|
name: 'Etho Protocol',
|
@@ -21071,6 +21119,25 @@ const chainArray = [
|
|
21071
21119
|
}
|
21072
21120
|
]
|
21073
21121
|
},
|
21122
|
+
{
|
21123
|
+
name: 'Zora Sepolia Testnet',
|
21124
|
+
chain: 'ETH',
|
21125
|
+
rpc: [ 'https://sepolia.rpc.zora.energy' ],
|
21126
|
+
faucets: [],
|
21127
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
21128
|
+
icon: 'zoraSepoliaTestnet',
|
21129
|
+
infoURL: 'https://zora.energy',
|
21130
|
+
shortName: 'zsep',
|
21131
|
+
chainId: 999999999,
|
21132
|
+
networkId: 999999999,
|
21133
|
+
explorers: [
|
21134
|
+
{
|
21135
|
+
name: 'Zora Sepolia Testnet Network Explorer',
|
21136
|
+
url: 'https://sepolia.explorer.zora.energy',
|
21137
|
+
standard: 'EIP3091'
|
21138
|
+
}
|
21139
|
+
]
|
21140
|
+
},
|
21074
21141
|
{
|
21075
21142
|
name: 'IPOS Network',
|
21076
21143
|
chain: 'IPOS',
|