eth-chainlist 0.0.575 → 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 +16 -0
- package/data/chain.js +124 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.576 (2024-12-31)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.575 ([1fc58cc](https://github.com/poowf/eth-chainlist/commit/1fc58cc5513659d4eff0c34545d377bbeb29595c))
|
17
|
+
* update chain data ([4cc68d3](https://github.com/poowf/eth-chainlist/commit/4cc68d3b6217db21ae1eb099bcdb21f472c2892c))
|
18
|
+
|
3
19
|
### 0.0.575 (2024-12-30)
|
4
20
|
|
5
21
|
|
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',
|
@@ -9155,9 +9180,9 @@ const chainArray = [
|
|
9155
9180
|
{
|
9156
9181
|
name: 'Subtensor EVM Testnet',
|
9157
9182
|
chain: 'Bittensor',
|
9158
|
-
rpc: [ 'https://
|
9183
|
+
rpc: [ 'https://test.chain.opentensor.ai' ],
|
9159
9184
|
faucets: [],
|
9160
|
-
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals:
|
9185
|
+
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 18 },
|
9161
9186
|
infoURL: 'https://bittensor.com/',
|
9162
9187
|
shortName: 'bittensor-evm-testnet',
|
9163
9188
|
chainId: 945,
|
@@ -9226,6 +9251,19 @@ const chainArray = [
|
|
9226
9251
|
}
|
9227
9252
|
]
|
9228
9253
|
},
|
9254
|
+
{
|
9255
|
+
name: 'Subtensor EVM',
|
9256
|
+
chain: 'Bittensor',
|
9257
|
+
rpc: [ 'https://lite.chain.opentensor.ai' ],
|
9258
|
+
faucets: [],
|
9259
|
+
nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
|
9260
|
+
infoURL: 'https://bittensor.com/',
|
9261
|
+
shortName: 'bittensor-evm-mainnet',
|
9262
|
+
chainId: 964,
|
9263
|
+
networkId: 964,
|
9264
|
+
slip44: 1005,
|
9265
|
+
icon: 'bittensor'
|
9266
|
+
},
|
9229
9267
|
{
|
9230
9268
|
name: 'EthXY',
|
9231
9269
|
chain: 'EthXY',
|
@@ -10411,6 +10449,26 @@ const chainArray = [
|
|
10411
10449
|
],
|
10412
10450
|
parent: { type: 'L2', chain: 'eip155-1113' }
|
10413
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
|
+
},
|
10414
10472
|
{
|
10415
10473
|
name: 'DeFiChain EVM Network Mainnet',
|
10416
10474
|
chain: 'defichain-evm',
|
@@ -20857,6 +20915,19 @@ const chainArray = [
|
|
20857
20915
|
],
|
20858
20916
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [ { url: '' } ] }
|
20859
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
|
+
},
|
20860
20931
|
{
|
20861
20932
|
name: 'Nibiru Testnet-1',
|
20862
20933
|
chain: 'Nibiru',
|
@@ -27664,6 +27735,24 @@ const chainArray = [
|
|
27664
27735
|
}
|
27665
27736
|
]
|
27666
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
|
+
},
|
27667
27756
|
{
|
27668
27757
|
name: 'KLAOS Nova',
|
27669
27758
|
title: 'KLAOS Nova Test Chain',
|
@@ -31768,6 +31857,19 @@ const chainArray = [
|
|
31768
31857
|
}
|
31769
31858
|
]
|
31770
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
|
+
},
|
31771
31873
|
{
|
31772
31874
|
name: 'CAGA crypto Ankara testnet',
|
31773
31875
|
chain: 'Ankara',
|
@@ -36749,6 +36851,26 @@ const chainArray = [
|
|
36749
36851
|
}
|
36750
36852
|
]
|
36751
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
|
+
},
|
36752
36874
|
{
|
36753
36875
|
name: 'Kekchain',
|
36754
36876
|
chain: 'kek',
|