eth-chainlist 0.0.474 → 0.0.476
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 +80 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.476 (2024-08-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.475 ([8b2bf4d](https://github.com/poowf/eth-chainlist/commit/8b2bf4d2208e7266aea60d02c6e6668ef5559368))
|
9
|
+
* update chain data ([e9a4448](https://github.com/poowf/eth-chainlist/commit/e9a4448baa0d38b8056c744cc489b982e0d38324))
|
10
|
+
|
11
|
+
### 0.0.475 (2024-08-25)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.474 ([4daca76](https://github.com/poowf/eth-chainlist/commit/4daca76ad20ed368245597056225a6571bc9ef77))
|
17
|
+
* update chain data ([29425bb](https://github.com/poowf/eth-chainlist/commit/29425bb3be567012264762fc33cb5bae966eb332))
|
18
|
+
|
3
19
|
### 0.0.474 (2024-08-24)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -18272,6 +18272,19 @@ const chainArray = [
|
|
18272
18272
|
}
|
18273
18273
|
]
|
18274
18274
|
},
|
18275
|
+
{
|
18276
|
+
name: 'Nibiru Testnet-1',
|
18277
|
+
chain: 'Nibiru',
|
18278
|
+
rpc: [ 'https://evm-rpc.testnet-1.nibiru.fi' ],
|
18279
|
+
faucets: [],
|
18280
|
+
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
18281
|
+
infoURL: 'https://nibiru.fi',
|
18282
|
+
shortName: 'nibiru-testnet-1',
|
18283
|
+
chainId: 7210,
|
18284
|
+
networkId: 7210,
|
18285
|
+
icon: 'nibiru',
|
18286
|
+
explorers: []
|
18287
|
+
},
|
18275
18288
|
{
|
18276
18289
|
name: 'Nibiru Devnet-3',
|
18277
18290
|
chain: 'Nibiru',
|
@@ -18279,7 +18292,7 @@ const chainArray = [
|
|
18279
18292
|
faucets: [],
|
18280
18293
|
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
18281
18294
|
infoURL: 'https://nibiru.fi',
|
18282
|
-
shortName: 'nibiru',
|
18295
|
+
shortName: 'nibiru-devnet-3',
|
18283
18296
|
chainId: 7222,
|
18284
18297
|
networkId: 7222,
|
18285
18298
|
icon: 'nibiru',
|
@@ -26273,7 +26286,7 @@ const chainArray = [
|
|
26273
26286
|
name: 'Toronet Testnet',
|
26274
26287
|
chain: 'Toronet',
|
26275
26288
|
icon: 'toronet',
|
26276
|
-
rpc: [ '
|
26289
|
+
rpc: [ 'https://testnet.toronet.org/rpc' ],
|
26277
26290
|
faucets: [],
|
26278
26291
|
nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
|
26279
26292
|
infoURL: 'https://toronet.org',
|
@@ -26566,6 +26579,32 @@ const chainArray = [
|
|
26566
26579
|
bridges: [ { url: 'https://pgn-bridge.vercel.app/bridge' } ]
|
26567
26580
|
}
|
26568
26581
|
},
|
26582
|
+
{
|
26583
|
+
name: 'Lumoz Quidditch Testnet',
|
26584
|
+
chain: 'ETH',
|
26585
|
+
rpc: [ 'https://quidditch-rpc.lumoz.org' ],
|
26586
|
+
faucets: [],
|
26587
|
+
nativeCurrency: {
|
26588
|
+
name: 'Lumoz Quidditch Testnet Token',
|
26589
|
+
symbol: 'MOZ',
|
26590
|
+
decimals: 18
|
26591
|
+
},
|
26592
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
26593
|
+
infoURL: 'https://lumoz.org',
|
26594
|
+
shortName: 'Lumoz-Quidditch-Testnet',
|
26595
|
+
chainId: 58680,
|
26596
|
+
networkId: 58680,
|
26597
|
+
slip44: 1,
|
26598
|
+
icon: 'opside-new',
|
26599
|
+
explorers: [
|
26600
|
+
{
|
26601
|
+
name: 'LumozQuidditchTestnetInfo',
|
26602
|
+
url: 'https://quidditch.lumoz.info',
|
26603
|
+
icon: 'opside-new',
|
26604
|
+
standard: 'EIP3091'
|
26605
|
+
}
|
26606
|
+
]
|
26607
|
+
},
|
26569
26608
|
{
|
26570
26609
|
name: 'Linea Goerli',
|
26571
26610
|
title: 'Linea Goerli Testnet',
|
@@ -30031,6 +30070,18 @@ const chainArray = [
|
|
30031
30070
|
}
|
30032
30071
|
]
|
30033
30072
|
},
|
30073
|
+
{
|
30074
|
+
name: 'Fair Testnet',
|
30075
|
+
chain: 'FAIR',
|
30076
|
+
rpc: [ 'https://rpc-testnet.xfair.ai', 'wss://rpc-testnet.xfair.ai' ],
|
30077
|
+
faucets: [],
|
30078
|
+
nativeCurrency: { name: 'FAIR', symbol: 'FAIR', decimals: 18 },
|
30079
|
+
features: [ { name: 'EIP155' } ],
|
30080
|
+
infoURL: 'https://xfair.ai',
|
30081
|
+
shortName: 'fairt',
|
30082
|
+
chainId: 171000,
|
30083
|
+
networkId: 171000
|
30084
|
+
},
|
30034
30085
|
{
|
30035
30086
|
name: 'Chronicle - Lit Protocol Testnet',
|
30036
30087
|
chain: 'LPC',
|
@@ -30487,6 +30538,30 @@ const chainArray = [
|
|
30487
30538
|
}
|
30488
30539
|
]
|
30489
30540
|
},
|
30541
|
+
{
|
30542
|
+
name: 'Litentry',
|
30543
|
+
chain: 'Litentry',
|
30544
|
+
rpc: [
|
30545
|
+
'https://rpc.litentry-parachain.litentry.io',
|
30546
|
+
'wss://rpc.litentry-parachain.litentry.io',
|
30547
|
+
'https://litentry-rpc.dwellir.com',
|
30548
|
+
'wss://litentry-rpc.dwellir.com'
|
30549
|
+
],
|
30550
|
+
faucets: [],
|
30551
|
+
nativeCurrency: { name: 'Litentry', symbol: 'LIT', decimals: 18 },
|
30552
|
+
infoURL: 'https://litentry.com',
|
30553
|
+
shortName: 'litentry',
|
30554
|
+
chainId: 212013,
|
30555
|
+
networkId: 212013,
|
30556
|
+
icon: 'litentry',
|
30557
|
+
explorers: [
|
30558
|
+
{
|
30559
|
+
name: 'litentry statescan',
|
30560
|
+
url: 'https://litentry.statescan.io',
|
30561
|
+
standard: 'none'
|
30562
|
+
}
|
30563
|
+
]
|
30564
|
+
},
|
30490
30565
|
{
|
30491
30566
|
name: 'Mas Mainnet',
|
30492
30567
|
chain: 'MAS',
|
@@ -34424,8 +34499,8 @@ const chainArray = [
|
|
34424
34499
|
status: 'deprecated'
|
34425
34500
|
},
|
34426
34501
|
{
|
34427
|
-
name: '
|
34428
|
-
chain: '
|
34502
|
+
name: 'Neo X Testnet T4',
|
34503
|
+
chain: 'Neo X',
|
34429
34504
|
rpc: [ 'https://testnet.rpc.banelabs.org/' ],
|
34430
34505
|
faucets: [],
|
34431
34506
|
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
@@ -34437,7 +34512,7 @@ const chainArray = [
|
|
34437
34512
|
explorers: [
|
34438
34513
|
{
|
34439
34514
|
name: 'neox-scan',
|
34440
|
-
url: 'https://
|
34515
|
+
url: 'https://xt4scan.ngd.network',
|
34441
34516
|
standard: 'EIP3091'
|
34442
34517
|
}
|
34443
34518
|
],
|