eth-chainlist 0.0.406 → 0.0.408
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 +292 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.408 (2024-05-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.407 ([60c3dcf](https://github.com/poowf/eth-chainlist/commit/60c3dcfdfa4c15ae64a90b5c3111e17285fdbf91))
|
9
|
+
* update chain data ([a10d143](https://github.com/poowf/eth-chainlist/commit/a10d1434aeddd242ce76d8714e6229f31f2a9812))
|
10
|
+
|
11
|
+
### 0.0.407 (2024-05-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.406 ([5a8e3c7](https://github.com/poowf/eth-chainlist/commit/5a8e3c78d9d160cfc4cdc9c58ae39c88bf825b44))
|
17
|
+
* update chain data ([a54cf4e](https://github.com/poowf/eth-chainlist/commit/a54cf4e6e3e4ed5fbafed36f90597853e662c393))
|
18
|
+
|
3
19
|
### 0.0.406 (2024-05-17)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2722,6 +2722,17 @@ const chainArray = [
|
|
2722
2722
|
}
|
2723
2723
|
]
|
2724
2724
|
},
|
2725
|
+
{
|
2726
|
+
name: 'Namefi Chain Mainnet',
|
2727
|
+
chain: 'NFIC',
|
2728
|
+
rpc: [ 'https://rpc.chain.namefi.io' ],
|
2729
|
+
faucets: [],
|
2730
|
+
nativeCurrency: { name: 'Namefi Coin', symbol: 'NFIC', decimals: 18 },
|
2731
|
+
infoURL: 'https://namefi.io/',
|
2732
|
+
shortName: 'nfic',
|
2733
|
+
chainId: 132,
|
2734
|
+
networkId: 132
|
2735
|
+
},
|
2725
2736
|
{
|
2726
2737
|
name: 'HashKey Chain Testnet',
|
2727
2738
|
title: 'HashKey Chain Testnet',
|
@@ -6304,7 +6315,8 @@ const chainArray = [
|
|
6304
6315
|
type: 'L2',
|
6305
6316
|
chain: 'eip155-4',
|
6306
6317
|
bridges: [ { url: 'https://testnet-bridge.metis.io' } ]
|
6307
|
-
}
|
6318
|
+
},
|
6319
|
+
status: 'deprecated'
|
6308
6320
|
},
|
6309
6321
|
{
|
6310
6322
|
name: 'Meshnyan testnet',
|
@@ -7778,6 +7790,25 @@ const chainArray = [
|
|
7778
7790
|
}
|
7779
7791
|
]
|
7780
7792
|
},
|
7793
|
+
{
|
7794
|
+
name: 'EthXY',
|
7795
|
+
chain: 'EthXY',
|
7796
|
+
rpc: [ 'https://rpc.ethxy.com' ],
|
7797
|
+
faucets: [],
|
7798
|
+
nativeCurrency: { name: 'Settled EthXY Token', symbol: 'SEXY', decimals: 18 },
|
7799
|
+
icon: 'sexy',
|
7800
|
+
infoURL: 'https://ethxy.com',
|
7801
|
+
shortName: 'sexy',
|
7802
|
+
chainId: 969,
|
7803
|
+
networkId: 969,
|
7804
|
+
explorers: [
|
7805
|
+
{
|
7806
|
+
name: 'EthXY Network Explorer',
|
7807
|
+
url: 'https://explorer.ethxy.com',
|
7808
|
+
standard: 'EIP3091'
|
7809
|
+
}
|
7810
|
+
]
|
7811
|
+
},
|
7781
7812
|
{
|
7782
7813
|
name: 'Oort Mainnet',
|
7783
7814
|
chain: 'Oort Mainnet',
|
@@ -10368,6 +10399,46 @@ const chainArray = [
|
|
10368
10399
|
}
|
10369
10400
|
]
|
10370
10401
|
},
|
10402
|
+
{
|
10403
|
+
name: 'Metal L2 Testnet',
|
10404
|
+
chain: 'Metal L2 Testnet',
|
10405
|
+
rpc: [ 'https://testnet.rpc.metall2.com' ],
|
10406
|
+
faucets: [],
|
10407
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
10408
|
+
infoURL: 'https://metall2.com',
|
10409
|
+
shortName: 'metall2-testnet',
|
10410
|
+
chainId: 1740,
|
10411
|
+
networkId: 1740,
|
10412
|
+
icon: 'metal',
|
10413
|
+
explorers: [
|
10414
|
+
{
|
10415
|
+
name: 'blockscout',
|
10416
|
+
url: 'https://testnet.explorer.metall2.com',
|
10417
|
+
icon: 'blockscout',
|
10418
|
+
standard: 'EIP3091'
|
10419
|
+
}
|
10420
|
+
]
|
10421
|
+
},
|
10422
|
+
{
|
10423
|
+
name: 'Metal L2',
|
10424
|
+
chain: 'Metal L2',
|
10425
|
+
rpc: [ 'https://rpc.metall2.com' ],
|
10426
|
+
faucets: [],
|
10427
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
10428
|
+
infoURL: 'https://metall2.com',
|
10429
|
+
shortName: 'metall2',
|
10430
|
+
chainId: 1750,
|
10431
|
+
networkId: 1750,
|
10432
|
+
icon: 'metal',
|
10433
|
+
explorers: [
|
10434
|
+
{
|
10435
|
+
name: 'blockscout',
|
10436
|
+
url: 'https://explorer.metall2.com',
|
10437
|
+
icon: 'blockscout',
|
10438
|
+
standard: 'EIP3091'
|
10439
|
+
}
|
10440
|
+
]
|
10441
|
+
},
|
10371
10442
|
{
|
10372
10443
|
name: 'PartyChain',
|
10373
10444
|
chain: 'mainnet',
|
@@ -11285,6 +11356,17 @@ const chainArray = [
|
|
11285
11356
|
}
|
11286
11357
|
]
|
11287
11358
|
},
|
11359
|
+
{
|
11360
|
+
name: 'Panarchy',
|
11361
|
+
chain: 'Panarchy',
|
11362
|
+
rpc: [ 'https://polytopia.org:8545' ],
|
11363
|
+
faucets: [],
|
11364
|
+
nativeCurrency: { name: 'GAS', symbol: 'GAS', decimals: 18 },
|
11365
|
+
infoURL: 'https://polytopia.org/',
|
11366
|
+
shortName: 'panarchy',
|
11367
|
+
chainId: 2013,
|
11368
|
+
networkId: 1
|
11369
|
+
},
|
11288
11370
|
{
|
11289
11371
|
name: 'NOW Chain',
|
11290
11372
|
chain: 'NOW',
|
@@ -11642,6 +11724,29 @@ const chainArray = [
|
|
11642
11724
|
}
|
11643
11725
|
]
|
11644
11726
|
},
|
11727
|
+
{
|
11728
|
+
name: 'Aleph Zero Testnet',
|
11729
|
+
chain: 'Aleph Zero Testnet',
|
11730
|
+
icon: 'aleph',
|
11731
|
+
rpc: [
|
11732
|
+
'https://rpc.alephzero-testnet.gelato.digital',
|
11733
|
+
'wss://rpc.alephzero-testnet.gelato.digital'
|
11734
|
+
],
|
11735
|
+
faucets: [],
|
11736
|
+
nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
|
11737
|
+
infoURL: 'https://testnet.alephzero.org',
|
11738
|
+
shortName: 'aleph',
|
11739
|
+
chainId: 2039,
|
11740
|
+
networkId: 2039,
|
11741
|
+
explorers: [
|
11742
|
+
{
|
11743
|
+
name: 'Aleph Zero Testnet',
|
11744
|
+
url: 'https://test.azero.dev/#/explorer',
|
11745
|
+
icon: 'aleph',
|
11746
|
+
standard: 'none'
|
11747
|
+
}
|
11748
|
+
]
|
11749
|
+
},
|
11645
11750
|
{
|
11646
11751
|
name: 'Vanar Mainnet',
|
11647
11752
|
title: 'Vanarchain',
|
@@ -15101,9 +15206,10 @@ const chainArray = [
|
|
15101
15206
|
faucets: [],
|
15102
15207
|
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
15103
15208
|
infoURL: 'https://www.ongr.org/',
|
15104
|
-
shortName: '
|
15209
|
+
shortName: 'onigiritest',
|
15105
15210
|
chainId: 5039,
|
15106
15211
|
networkId: 5039,
|
15212
|
+
icon: 'onigiri',
|
15107
15213
|
explorers: [
|
15108
15214
|
{
|
15109
15215
|
name: 'ONIGIRI Explorer',
|
@@ -15112,6 +15218,26 @@ const chainArray = [
|
|
15112
15218
|
}
|
15113
15219
|
]
|
15114
15220
|
},
|
15221
|
+
{
|
15222
|
+
name: 'ONIGIRI Subnet',
|
15223
|
+
chain: 'ONIGIRI',
|
15224
|
+
rpc: [ 'https://subnets.avax.network/onigiri/mainnet/rpc' ],
|
15225
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
15226
|
+
faucets: [],
|
15227
|
+
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
15228
|
+
infoURL: 'https://www.ongr.org/',
|
15229
|
+
shortName: 'onigiri',
|
15230
|
+
chainId: 5040,
|
15231
|
+
networkId: 5040,
|
15232
|
+
icon: 'onigiri',
|
15233
|
+
explorers: [
|
15234
|
+
{
|
15235
|
+
name: 'ONIGIRI Explorer',
|
15236
|
+
url: 'https://subnets.avax.network/onigiri',
|
15237
|
+
standard: 'EIP3091'
|
15238
|
+
}
|
15239
|
+
]
|
15240
|
+
},
|
15115
15241
|
{
|
15116
15242
|
name: 'Nollie Skatechain Testnet',
|
15117
15243
|
chain: 'Skatechain',
|
@@ -19322,6 +19448,54 @@ const chainArray = [
|
|
19322
19448
|
networkId: 12321,
|
19323
19449
|
slip44: 1
|
19324
19450
|
},
|
19451
|
+
{
|
19452
|
+
name: 'L3X Protocol',
|
19453
|
+
chainId: 12324,
|
19454
|
+
shortName: 'l3x',
|
19455
|
+
chain: 'L3X',
|
19456
|
+
icon: 'l3x',
|
19457
|
+
networkId: 12324,
|
19458
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19459
|
+
rpc: [ 'https://rpc-mainnet.l3x.com' ],
|
19460
|
+
faucets: [],
|
19461
|
+
explorers: [
|
19462
|
+
{
|
19463
|
+
name: 'L3X Mainnet Explorer',
|
19464
|
+
url: 'https://explorer.l3x.com',
|
19465
|
+
standard: 'EIP3091'
|
19466
|
+
}
|
19467
|
+
],
|
19468
|
+
infoURL: 'https://l3x.com',
|
19469
|
+
parent: {
|
19470
|
+
type: 'L2',
|
19471
|
+
chain: 'eip155-42161',
|
19472
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
19473
|
+
}
|
19474
|
+
},
|
19475
|
+
{
|
19476
|
+
name: 'L3X Protocol Testnet',
|
19477
|
+
chainId: 12325,
|
19478
|
+
shortName: 'l3x-testnet',
|
19479
|
+
chain: 'L3X',
|
19480
|
+
icon: 'l3x',
|
19481
|
+
networkId: 12325,
|
19482
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19483
|
+
rpc: [ 'https://rpc-testnet.l3x.com' ],
|
19484
|
+
faucets: [],
|
19485
|
+
explorers: [
|
19486
|
+
{
|
19487
|
+
name: 'L3X Testnet Explorer',
|
19488
|
+
url: 'https://explorer-testnet.l3x.com',
|
19489
|
+
standard: 'EIP3091'
|
19490
|
+
}
|
19491
|
+
],
|
19492
|
+
infoURL: 'https://l3x.com',
|
19493
|
+
parent: {
|
19494
|
+
type: 'L2',
|
19495
|
+
chain: 'eip155-421614',
|
19496
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
19497
|
+
}
|
19498
|
+
},
|
19325
19499
|
{
|
19326
19500
|
name: 'Step Testnet',
|
19327
19501
|
title: 'Step Test Network',
|
@@ -19430,6 +19604,27 @@ const chainArray = [
|
|
19430
19604
|
}
|
19431
19605
|
]
|
19432
19606
|
},
|
19607
|
+
{
|
19608
|
+
name: 'PlayFair Testnet Subnet',
|
19609
|
+
chain: 'PLAYFAIR',
|
19610
|
+
icon: 'playfair',
|
19611
|
+
rpc: [
|
19612
|
+
'https://rpc.letsplayfair.ai/ext/bc/2hhXFNp1jR4RuqvCmWQnBtt9CZnCmmyGr7TNTkxt7XY7pAzHMY/rpc'
|
19613
|
+
],
|
19614
|
+
faucets: [],
|
19615
|
+
nativeCurrency: { name: 'BTLT Token', symbol: 'BTLT', decimals: 18 },
|
19616
|
+
infoURL: 'https://letsplayfair.ai',
|
19617
|
+
shortName: 'playfair',
|
19618
|
+
chainId: 12898,
|
19619
|
+
networkId: 12898,
|
19620
|
+
explorers: [
|
19621
|
+
{
|
19622
|
+
name: 'Avalanche Subnet Explorer',
|
19623
|
+
url: 'https://subnets-test.avax.network/letsplayfair',
|
19624
|
+
standard: 'EIP3091'
|
19625
|
+
}
|
19626
|
+
]
|
19627
|
+
},
|
19433
19628
|
{
|
19434
19629
|
name: 'SPS',
|
19435
19630
|
chain: 'SPS',
|
@@ -19806,6 +20001,27 @@ const chainArray = [
|
|
19806
20001
|
networkId: 16001,
|
19807
20002
|
slip44: 1
|
19808
20003
|
},
|
20004
|
+
{
|
20005
|
+
name: 'DeFiVerse Mainnet',
|
20006
|
+
chain: 'DeFiVerse',
|
20007
|
+
icon: 'defiverse',
|
20008
|
+
rpc: [ 'https://rpc.defi-verse.org/' ],
|
20009
|
+
faucets: [],
|
20010
|
+
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
|
20011
|
+
infoURL: 'https://defi-verse.org',
|
20012
|
+
shortName: 'DFV',
|
20013
|
+
chainId: 16116,
|
20014
|
+
networkId: 16116,
|
20015
|
+
explorers: [
|
20016
|
+
{
|
20017
|
+
name: 'DeFiVerse Explorer',
|
20018
|
+
url: 'https://scan.defi-verse.org',
|
20019
|
+
icon: 'defiverse',
|
20020
|
+
standard: 'EIP3091'
|
20021
|
+
}
|
20022
|
+
],
|
20023
|
+
parent: { type: 'L2', chain: 'eip155-248' }
|
20024
|
+
},
|
19809
20025
|
{
|
19810
20026
|
name: 'Genesys Mainnet',
|
19811
20027
|
chain: 'Genesys',
|
@@ -19978,6 +20194,26 @@ const chainArray = [
|
|
19978
20194
|
bridges: [ { url: 'https://garnetchain.com/deposit' } ]
|
19979
20195
|
}
|
19980
20196
|
},
|
20197
|
+
{
|
20198
|
+
name: 'DeFiVerse Testnet',
|
20199
|
+
chain: 'DeFiVerse Testnet',
|
20200
|
+
icon: 'defiverse',
|
20201
|
+
rpc: [ 'https://rpc-testnet.defi-verse.org/' ],
|
20202
|
+
faucets: [],
|
20203
|
+
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
|
20204
|
+
infoURL: 'https://defi-verse.org',
|
20205
|
+
shortName: 'DFV-testnet',
|
20206
|
+
chainId: 17117,
|
20207
|
+
networkId: 17117,
|
20208
|
+
explorers: [
|
20209
|
+
{
|
20210
|
+
name: 'DeFiVerse Testnet Explorer',
|
20211
|
+
url: 'https://scan-testnet.defi-verse.org',
|
20212
|
+
icon: 'defiverse',
|
20213
|
+
standard: 'EIP3091'
|
20214
|
+
}
|
20215
|
+
]
|
20216
|
+
},
|
19981
20217
|
{
|
19982
20218
|
name: 'G8Chain Mainnet',
|
19983
20219
|
chain: 'G8C',
|
@@ -29342,6 +29578,20 @@ const chainArray = [
|
|
29342
29578
|
}
|
29343
29579
|
]
|
29344
29580
|
},
|
29581
|
+
{
|
29582
|
+
name: 'Waterfall 8 Test Network',
|
29583
|
+
chain: 'Waterfall Testnet8',
|
29584
|
+
rpc: [ 'https://rpc.testnet8.waterfall.network/' ],
|
29585
|
+
faucets: [ 'https://faucet.testnet8.waterfall.network' ],
|
29586
|
+
nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
|
29587
|
+
features: [ { name: 'EIP1559' } ],
|
29588
|
+
infoURL: 'https://waterfall.network',
|
29589
|
+
shortName: 'waterfall',
|
29590
|
+
chainId: 8601152,
|
29591
|
+
networkId: 8601152,
|
29592
|
+
icon: 'waterfall',
|
29593
|
+
explorers: []
|
29594
|
+
},
|
29345
29595
|
{
|
29346
29596
|
name: 'HAPchain',
|
29347
29597
|
chain: 'HAPchain',
|
@@ -29476,6 +29726,28 @@ const chainArray = [
|
|
29476
29726
|
}
|
29477
29727
|
]
|
29478
29728
|
},
|
29729
|
+
{
|
29730
|
+
name: 'ALIENX Hal Testnet',
|
29731
|
+
chain: 'ALIENX Hal',
|
29732
|
+
rpc: [
|
29733
|
+
'https://hal-rpc.alienxchain.io/http',
|
29734
|
+
'https://hal.rpc.caldera.xyz/http'
|
29735
|
+
],
|
29736
|
+
faucets: [],
|
29737
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
29738
|
+
infoURL: 'https://alienxchain.io/home',
|
29739
|
+
shortName: 'ALIENXHal',
|
29740
|
+
chainId: 10241025,
|
29741
|
+
networkId: 10241025,
|
29742
|
+
icon: 'hal',
|
29743
|
+
explorers: [
|
29744
|
+
{
|
29745
|
+
name: 'Hal Explorer',
|
29746
|
+
url: 'https://hal-explorer.alienxchain.io',
|
29747
|
+
standard: 'EIP3091'
|
29748
|
+
}
|
29749
|
+
]
|
29750
|
+
},
|
29479
29751
|
{
|
29480
29752
|
name: 'Sepolia',
|
29481
29753
|
title: 'Ethereum Testnet Sepolia',
|
@@ -29752,6 +30024,24 @@ const chainArray = [
|
|
29752
30024
|
}
|
29753
30025
|
]
|
29754
30026
|
},
|
30027
|
+
{
|
30028
|
+
name: 'Swan Proxima Testnet',
|
30029
|
+
chain: 'SWAN',
|
30030
|
+
rpc: [ 'https://rpc-proxima.swanchain.io' ],
|
30031
|
+
faucets: [],
|
30032
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
30033
|
+
infoURL: 'https://swanchain.io/',
|
30034
|
+
shortName: 'Proxima',
|
30035
|
+
chainId: 20241133,
|
30036
|
+
networkId: 20241133,
|
30037
|
+
explorers: [
|
30038
|
+
{
|
30039
|
+
name: 'Swan Proxima Chain explorer',
|
30040
|
+
url: 'https://proxima-explorer.swanchain.io',
|
30041
|
+
standard: 'EIP3091'
|
30042
|
+
}
|
30043
|
+
]
|
30044
|
+
},
|
29755
30045
|
{
|
29756
30046
|
name: 'Hokum Testnet',
|
29757
30047
|
chain: 'HokumTestnet',
|