eth-chainlist 0.0.576 → 0.0.577
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 +8 -0
- package/data/chain.js +109 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.577 (2025-01-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.576 ([b0f7165](https://github.com/poowf/eth-chainlist/commit/b0f716535a1d53b1c4aa403c337603ae6b7f76bd))
|
9
|
+
* update chain data ([3c540c8](https://github.com/poowf/eth-chainlist/commit/3c540c8b49175083992e5a8a887aea10464be1dc))
|
10
|
+
|
3
11
|
### 0.0.576 (2024-12-31)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5594,6 +5594,31 @@ const chainArray = [
|
|
5594
5594
|
}
|
5595
5595
|
]
|
5596
5596
|
},
|
5597
|
+
{
|
5598
|
+
name: 'WEMblockchain MainNet',
|
5599
|
+
chain: 'WEM',
|
5600
|
+
rpc: [ 'http://rpc.wemblockchain.com' ],
|
5601
|
+
faucets: [],
|
5602
|
+
nativeCurrency: { name: 'WEM Coin', symbol: 'WEM', decimals: 18 },
|
5603
|
+
features: [
|
5604
|
+
{ name: 'EIP155' },
|
5605
|
+
{ name: 'EIP1559' },
|
5606
|
+
{ name: 'Smart Contracts' },
|
5607
|
+
{ name: 'Custom Gas Model' },
|
5608
|
+
{ name: 'Low-Latency Transactions' }
|
5609
|
+
],
|
5610
|
+
infoURL: 'https://worldecomoney.com',
|
5611
|
+
shortName: 'wem',
|
5612
|
+
chainId: 315,
|
5613
|
+
networkId: 315,
|
5614
|
+
explorers: [
|
5615
|
+
{
|
5616
|
+
name: 'wemscan',
|
5617
|
+
url: 'https://wemscan.com',
|
5618
|
+
standard: 'EIP3091'
|
5619
|
+
}
|
5620
|
+
]
|
5621
|
+
},
|
5597
5622
|
{
|
5598
5623
|
name: 'KCC Mainnet',
|
5599
5624
|
chain: 'KCC',
|
@@ -10424,6 +10449,26 @@ const chainArray = [
|
|
10424
10449
|
],
|
10425
10450
|
parent: { type: 'L2', chain: 'eip155-1113' }
|
10426
10451
|
},
|
10452
|
+
{
|
10453
|
+
name: 'Taker Chain Mainnet',
|
10454
|
+
chain: 'Taker',
|
10455
|
+
icon: 'taker',
|
10456
|
+
rpc: [ 'https://rpc-mainnet.taker.xyz' ],
|
10457
|
+
faucets: [],
|
10458
|
+
nativeCurrency: { name: 'Taker', symbol: 'TAKER', decimals: 18 },
|
10459
|
+
infoURL: 'https://www.taker.xyz',
|
10460
|
+
shortName: 'taker',
|
10461
|
+
chainId: 1125,
|
10462
|
+
networkId: 1125,
|
10463
|
+
explorers: [
|
10464
|
+
{
|
10465
|
+
name: 'TakerScan',
|
10466
|
+
url: 'https://explorer.taker.xyz',
|
10467
|
+
icon: 'taker',
|
10468
|
+
standard: 'none'
|
10469
|
+
}
|
10470
|
+
]
|
10471
|
+
},
|
10427
10472
|
{
|
10428
10473
|
name: 'DeFiChain EVM Network Mainnet',
|
10429
10474
|
chain: 'defichain-evm',
|
@@ -20870,6 +20915,19 @@ const chainArray = [
|
|
20870
20915
|
],
|
20871
20916
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [ { url: '' } ] }
|
20872
20917
|
},
|
20918
|
+
{
|
20919
|
+
name: 'Nexera Mainnet',
|
20920
|
+
chain: 'Nexera',
|
20921
|
+
icon: 'nexera',
|
20922
|
+
chainId: 7208,
|
20923
|
+
networkId: 7208,
|
20924
|
+
infoURL: 'https://nexera.network',
|
20925
|
+
shortName: 'nxra-mainnet',
|
20926
|
+
rpc: [ 'https://rpc.nexera.network' ],
|
20927
|
+
faucets: [],
|
20928
|
+
nativeCurrency: { name: 'NXRA', symbol: 'NXRA', decimals: 18 },
|
20929
|
+
explorers: []
|
20930
|
+
},
|
20873
20931
|
{
|
20874
20932
|
name: 'Nibiru Testnet-1',
|
20875
20933
|
chain: 'Nibiru',
|
@@ -27677,6 +27735,24 @@ const chainArray = [
|
|
27677
27735
|
}
|
27678
27736
|
]
|
27679
27737
|
},
|
27738
|
+
{
|
27739
|
+
name: 'Newton Finance Testnet',
|
27740
|
+
chain: 'ETH',
|
27741
|
+
rpc: [ 'https://jp-rpc-testnet-newfi.newpay.io' ],
|
27742
|
+
faucets: [],
|
27743
|
+
nativeCurrency: { name: 'Newton', symbol: 'NEW', decimals: 18 },
|
27744
|
+
infoURL: 'https://newtonproject.org',
|
27745
|
+
shortName: 'tNewFi',
|
27746
|
+
chainId: 26988,
|
27747
|
+
networkId: 26988,
|
27748
|
+
explorers: [
|
27749
|
+
{
|
27750
|
+
name: 'NewFi explorer',
|
27751
|
+
url: 'https://explorer-testnet-newfi.newpay.io',
|
27752
|
+
standard: 'EIP3091'
|
27753
|
+
}
|
27754
|
+
]
|
27755
|
+
},
|
27680
27756
|
{
|
27681
27757
|
name: 'KLAOS Nova',
|
27682
27758
|
title: 'KLAOS Nova Test Chain',
|
@@ -31781,6 +31857,19 @@ const chainArray = [
|
|
31781
31857
|
}
|
31782
31858
|
]
|
31783
31859
|
},
|
31860
|
+
{
|
31861
|
+
name: 'Nexera Testnet',
|
31862
|
+
chain: 'Nexera',
|
31863
|
+
icon: 'nexera',
|
31864
|
+
chainId: 72080,
|
31865
|
+
networkId: 72080,
|
31866
|
+
infoURL: 'https://testnet.nexera.network',
|
31867
|
+
shortName: 'nxra-testnet',
|
31868
|
+
rpc: [ 'https://rpc.testnet.nexera.network' ],
|
31869
|
+
faucets: [ 'https://faucet.nexera.network' ],
|
31870
|
+
nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
|
31871
|
+
explorers: []
|
31872
|
+
},
|
31784
31873
|
{
|
31785
31874
|
name: 'CAGA crypto Ankara testnet',
|
31786
31875
|
chain: 'Ankara',
|
@@ -36762,6 +36851,26 @@ const chainArray = [
|
|
36762
36851
|
}
|
36763
36852
|
]
|
36764
36853
|
},
|
36854
|
+
{
|
36855
|
+
name: 'Vector Smart Chain',
|
36856
|
+
chain: 'VSC',
|
36857
|
+
icon: 'vectorsmartgas',
|
36858
|
+
rpc: [ 'https://rpc.vscblockchain.org' ],
|
36859
|
+
features: [ { name: 'EIP155' } ],
|
36860
|
+
faucets: [],
|
36861
|
+
nativeCurrency: { name: 'Vector Smart Gas', symbol: 'VSG', decimals: 18 },
|
36862
|
+
infoURL: 'https://vsgofficial.com',
|
36863
|
+
shortName: 'vsg',
|
36864
|
+
chainId: 420042,
|
36865
|
+
networkId: 420042,
|
36866
|
+
explorers: [
|
36867
|
+
{
|
36868
|
+
name: 'vscexplorer',
|
36869
|
+
url: 'https://explorer.vscblockchain.org',
|
36870
|
+
standard: 'EIP3091'
|
36871
|
+
}
|
36872
|
+
]
|
36873
|
+
},
|
36765
36874
|
{
|
36766
36875
|
name: 'Kekchain',
|
36767
36876
|
chain: 'kek',
|