eth-chainlist 0.0.323 → 0.0.325
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 +79 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.325 (2024-01-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.324 ([2d39372](https://github.com/poowf/eth-chainlist/commit/2d393724fcd16d24967a4aa97755c9cac2ded95c))
|
9
|
+
* update chain data ([4f16a40](https://github.com/poowf/eth-chainlist/commit/4f16a403c166208cfe58fe1af9db5898654a0655))
|
10
|
+
|
11
|
+
### 0.0.324 (2024-01-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.323 ([67d2fba](https://github.com/poowf/eth-chainlist/commit/67d2fbae8c0f27c32878edd2cd5094cbb74f7704))
|
17
|
+
* update chain data ([abda0aa](https://github.com/poowf/eth-chainlist/commit/abda0aaf39be73aeec1ffb34a79bdc00bfafe63e))
|
18
|
+
|
3
19
|
### 0.0.323 (2024-01-18)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -664,7 +664,7 @@ const chainArray = [
|
|
664
664
|
chain: 'SCAI',
|
665
665
|
icon: 'scaiIcon',
|
666
666
|
rpc: [ 'https://mainnet-rpc.scai.network' ],
|
667
|
-
faucets: [
|
667
|
+
faucets: [],
|
668
668
|
nativeCurrency: { name: 'SecureChain', symbol: 'SCAI', decimals: 18 },
|
669
669
|
infoURL: 'https://securechain.ai',
|
670
670
|
shortName: 'scai',
|
@@ -3910,7 +3910,7 @@ const chainArray = [
|
|
3910
3910
|
chain: 'EGON',
|
3911
3911
|
icon: 'egonicon',
|
3912
3912
|
rpc: [ 'https://rpc.egonscan.com' ],
|
3913
|
-
faucets: [
|
3913
|
+
faucets: [],
|
3914
3914
|
nativeCurrency: { name: 'EgonCoin', symbol: 'EGON', decimals: 18 },
|
3915
3915
|
infoURL: 'https://egonscan.com',
|
3916
3916
|
shortName: 'EGONm',
|
@@ -5446,6 +5446,25 @@ const chainArray = [
|
|
5446
5446
|
}
|
5447
5447
|
]
|
5448
5448
|
},
|
5449
|
+
{
|
5450
|
+
name: 'EIOB Mainnet',
|
5451
|
+
chain: 'EIOB',
|
5452
|
+
icon: 'eiob',
|
5453
|
+
rpc: [ 'https://rpc.eiob.xyz' ],
|
5454
|
+
faucets: [],
|
5455
|
+
nativeCurrency: { name: 'EIOB', symbol: 'EIOB', decimals: 18 },
|
5456
|
+
infoURL: '',
|
5457
|
+
shortName: 'eiob',
|
5458
|
+
chainId: 612,
|
5459
|
+
networkId: 612,
|
5460
|
+
explorers: [
|
5461
|
+
{
|
5462
|
+
name: 'EIOB Explorer',
|
5463
|
+
url: 'https://explorer.eiob.xyz',
|
5464
|
+
standard: 'none'
|
5465
|
+
}
|
5466
|
+
]
|
5467
|
+
},
|
5449
5468
|
{
|
5450
5469
|
name: 'Graphlinq Blockchain Mainnet',
|
5451
5470
|
chain: 'GLQ Blockchain',
|
@@ -9570,10 +9589,10 @@ const chainArray = [
|
|
9570
9589
|
chain: 'NetZ',
|
9571
9590
|
icon: 'mainnetz',
|
9572
9591
|
rpc: [ 'https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io' ],
|
9573
|
-
faucets: [
|
9574
|
-
nativeCurrency: { name: '
|
9592
|
+
faucets: [],
|
9593
|
+
nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
|
9575
9594
|
infoURL: 'https://mainnetz.io',
|
9576
|
-
shortName: '
|
9595
|
+
shortName: 'netz',
|
9577
9596
|
chainId: 2016,
|
9578
9597
|
networkId: 2016,
|
9579
9598
|
explorers: [
|
@@ -16549,6 +16568,26 @@ const chainArray = [
|
|
16549
16568
|
}
|
16550
16569
|
]
|
16551
16570
|
},
|
16571
|
+
{
|
16572
|
+
name: 'Jono11 Subnet',
|
16573
|
+
chain: 'JONO11',
|
16574
|
+
icon: 'jono11',
|
16575
|
+
rpc: [ 'https://subnets.avax.network/jono11/testnet/rpc' ],
|
16576
|
+
features: [ { name: 'EIP1559' } ],
|
16577
|
+
faucets: [],
|
16578
|
+
nativeCurrency: { name: 'Jono11 Token', symbol: 'JONO', decimals: 18 },
|
16579
|
+
infoURL: '',
|
16580
|
+
shortName: 'jono11',
|
16581
|
+
chainId: 20765,
|
16582
|
+
networkId: 20765,
|
16583
|
+
explorers: [
|
16584
|
+
{
|
16585
|
+
name: 'JONO11 Explorer',
|
16586
|
+
url: 'https://subnets-test.avax.network/jono11',
|
16587
|
+
standard: 'EIP3091'
|
16588
|
+
}
|
16589
|
+
]
|
16590
|
+
},
|
16552
16591
|
{
|
16553
16592
|
name: 'CENNZnet Azalea',
|
16554
16593
|
chain: 'CENNZnet',
|
@@ -17129,6 +17168,27 @@ const chainArray = [
|
|
17129
17168
|
slip44: 1,
|
17130
17169
|
explorers: []
|
17131
17170
|
},
|
17171
|
+
{
|
17172
|
+
name: 'W3Gamez Holesky Testnet',
|
17173
|
+
chain: 'ETH',
|
17174
|
+
rpc: [ 'https://rpc-holesky.w3gamez.network' ],
|
17175
|
+
faucets: [],
|
17176
|
+
nativeCurrency: { name: 'W3Gamez Testnet Ether', symbol: 'ETH', decimals: 18 },
|
17177
|
+
infoURL: 'https://web3games.com/',
|
17178
|
+
shortName: 'w3gamez',
|
17179
|
+
chainId: 32001,
|
17180
|
+
networkId: 32001,
|
17181
|
+
slip44: 1,
|
17182
|
+
icon: 'w3gamez',
|
17183
|
+
explorers: [
|
17184
|
+
{
|
17185
|
+
name: 'W3Gamez Holesky Explorer',
|
17186
|
+
url: 'https://w3gamez-holesky.web3games.com',
|
17187
|
+
icon: 'web3games',
|
17188
|
+
standard: 'EIP3091'
|
17189
|
+
}
|
17190
|
+
]
|
17191
|
+
},
|
17132
17192
|
{
|
17133
17193
|
name: 'Bitgert Mainnet',
|
17134
17194
|
chain: 'Brise',
|
@@ -23466,7 +23526,7 @@ const chainArray = [
|
|
23466
23526
|
name: 'Kanazawa',
|
23467
23527
|
title: 'Meld Testnet Kanazawa',
|
23468
23528
|
chain: 'Kanazawa',
|
23469
|
-
rpc: [ 'https://
|
23529
|
+
rpc: [ 'https://testnet-rpc.meld.com' ],
|
23470
23530
|
faucets: [],
|
23471
23531
|
features: [],
|
23472
23532
|
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
@@ -23477,6 +23537,12 @@ const chainArray = [
|
|
23477
23537
|
networkId: 222000222,
|
23478
23538
|
slip44: 1,
|
23479
23539
|
explorers: [
|
23540
|
+
{
|
23541
|
+
name: 'explorer',
|
23542
|
+
url: 'https://testnet.meldscan.io',
|
23543
|
+
icon: 'meld',
|
23544
|
+
standard: 'EIP3091'
|
23545
|
+
},
|
23480
23546
|
{
|
23481
23547
|
name: 'explorer',
|
23482
23548
|
url: 'https://subnets-test.avax.network/meld',
|
@@ -23602,7 +23668,7 @@ const chainArray = [
|
|
23602
23668
|
name: 'Meld',
|
23603
23669
|
title: 'Meld Mainnet',
|
23604
23670
|
chain: 'MELD',
|
23605
|
-
rpc: [ 'https://
|
23671
|
+
rpc: [ 'https://rpc-1.meld.com' ],
|
23606
23672
|
faucets: [],
|
23607
23673
|
features: [],
|
23608
23674
|
nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
|
@@ -23612,6 +23678,12 @@ const chainArray = [
|
|
23612
23678
|
chainId: 333000333,
|
23613
23679
|
networkId: 333000333,
|
23614
23680
|
explorers: [
|
23681
|
+
{
|
23682
|
+
name: 'explorer',
|
23683
|
+
url: 'https://meldscan.io',
|
23684
|
+
icon: 'meld',
|
23685
|
+
standard: 'EIP3091'
|
23686
|
+
},
|
23615
23687
|
{
|
23616
23688
|
name: 'explorer',
|
23617
23689
|
url: 'https://subnets.avax.network/meld',
|