eth-chainlist 0.0.617 → 0.0.618
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 +110 -25
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.618 (2025-02-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.617 ([e1287ba](https://github.com/poowf/eth-chainlist/commit/e1287bab4ebc8e3897cb0fdf32b95e985ae4d69d))
|
9
|
+
* update chain data ([b17ff8b](https://github.com/poowf/eth-chainlist/commit/b17ff8bdf949e2d0edaf1c762899bc1931200919))
|
10
|
+
|
3
11
|
### 0.0.617 (2025-02-19)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7093,7 +7093,7 @@ const chainArray = [
|
|
7093
7093
|
]
|
7094
7094
|
},
|
7095
7095
|
{
|
7096
|
-
name: 'EVM
|
7096
|
+
name: 'Flow EVM Testnet',
|
7097
7097
|
chain: 'Flow',
|
7098
7098
|
rpc: [ 'https://testnet.evm.nodes.onflow.org' ],
|
7099
7099
|
faucets: [ 'https://faucet.flow.com/fund-account' ],
|
@@ -7609,23 +7609,17 @@ const chainArray = [
|
|
7609
7609
|
]
|
7610
7610
|
},
|
7611
7611
|
{
|
7612
|
-
name: 'Previewnet',
|
7612
|
+
name: 'Flow EVM Previewnet',
|
7613
7613
|
chain: 'Flow',
|
7614
|
-
rpc: [
|
7615
|
-
faucets: [
|
7614
|
+
rpc: [],
|
7615
|
+
faucets: [],
|
7616
7616
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
7617
7617
|
infoURL: 'https://developers.flow.com/evm/about',
|
7618
7618
|
shortName: 'flow-previewnet',
|
7619
7619
|
chainId: 646,
|
7620
7620
|
networkId: 646,
|
7621
7621
|
icon: 'flowevm',
|
7622
|
-
explorers: [
|
7623
|
-
{
|
7624
|
-
name: 'EVM on Flow Block Explorer (PreviewNet)',
|
7625
|
-
url: 'https://eth.flowscan.io',
|
7626
|
-
standard: 'EIP3091'
|
7627
|
-
}
|
7628
|
-
],
|
7622
|
+
explorers: [],
|
7629
7623
|
status: 'deprecated'
|
7630
7624
|
},
|
7631
7625
|
{
|
@@ -8315,7 +8309,7 @@ const chainArray = [
|
|
8315
8309
|
]
|
8316
8310
|
},
|
8317
8311
|
{
|
8318
|
-
name: 'EVM
|
8312
|
+
name: 'Flow EVM Mainnet',
|
8319
8313
|
chain: 'Flow',
|
8320
8314
|
rpc: [ 'https://mainnet.evm.nodes.onflow.org' ],
|
8321
8315
|
faucets: [],
|
@@ -17304,7 +17298,8 @@ const chainArray = [
|
|
17304
17298
|
'https://peaq.api.onfinality.io/public',
|
17305
17299
|
'https://peaq-rpc.dwellir.com',
|
17306
17300
|
'https://peaq-rpc.publicnode.com',
|
17307
|
-
'https://evm.peaq.network'
|
17301
|
+
'https://evm.peaq.network',
|
17302
|
+
'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
|
17308
17303
|
],
|
17309
17304
|
faucets: [],
|
17310
17305
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
@@ -18824,6 +18819,37 @@ const chainArray = [
|
|
18824
18819
|
}
|
18825
18820
|
]
|
18826
18821
|
},
|
18822
|
+
{
|
18823
|
+
name: 'MemeCore',
|
18824
|
+
title: 'MemeCore',
|
18825
|
+
chain: 'MemeCore',
|
18826
|
+
icon: 'memecore',
|
18827
|
+
rpc: [ 'https://rpc.memecore.net', 'wss://ws.memecore.net' ],
|
18828
|
+
nativeCurrency: { name: 'M', symbol: 'M', decimals: 18 },
|
18829
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18830
|
+
faucets: [],
|
18831
|
+
infoURL: 'https://memecore.com',
|
18832
|
+
shortName: 'm',
|
18833
|
+
chainId: 4352,
|
18834
|
+
networkId: 4352,
|
18835
|
+
explorers: [
|
18836
|
+
{
|
18837
|
+
name: 'OKX-MemeCore',
|
18838
|
+
url: 'https://www.okx.com/web3/explorer/memecore',
|
18839
|
+
standard: 'EIP3091'
|
18840
|
+
},
|
18841
|
+
{
|
18842
|
+
name: 'MemeCoreScan',
|
18843
|
+
url: 'https://memecorescan.io',
|
18844
|
+
standard: 'EIP3091'
|
18845
|
+
},
|
18846
|
+
{
|
18847
|
+
name: 'MemeCore explorer',
|
18848
|
+
url: 'https://blockscout.memecore.com',
|
18849
|
+
standard: 'EIP3091'
|
18850
|
+
}
|
18851
|
+
]
|
18852
|
+
},
|
18827
18853
|
{
|
18828
18854
|
name: 'Credit Smart Chain Mainnet',
|
18829
18855
|
chain: 'CREDIT',
|
@@ -20291,10 +20317,10 @@ const chainArray = [
|
|
20291
20317
|
name: 'Tanssi Demo',
|
20292
20318
|
chain: 'TANGO',
|
20293
20319
|
rpc: [
|
20294
|
-
'https://
|
20295
|
-
'wss://
|
20320
|
+
'https://dancebox-3001.tanssi-api.network',
|
20321
|
+
'wss://dancebox-3001.tanssi-api.network'
|
20296
20322
|
],
|
20297
|
-
faucets: [],
|
20323
|
+
faucets: [ 'https://apps.tanssi.network/demo' ],
|
20298
20324
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
20299
20325
|
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
|
20300
20326
|
shortName: 'tango',
|
@@ -20303,7 +20329,7 @@ const chainArray = [
|
|
20303
20329
|
explorers: [
|
20304
20330
|
{
|
20305
20331
|
name: 'BlockScout',
|
20306
|
-
url: 'https://3001-
|
20332
|
+
url: 'https://fra-dancebox-3001-bs.a.dancebox.tanssi.network',
|
20307
20333
|
standard: 'EIP3091'
|
20308
20334
|
}
|
20309
20335
|
]
|
@@ -27982,6 +28008,27 @@ const chainArray = [
|
|
27982
28008
|
}
|
27983
28009
|
]
|
27984
28010
|
},
|
28011
|
+
{
|
28012
|
+
name: 'Action Mainnet',
|
28013
|
+
chain: 'Action',
|
28014
|
+
icon: 'action',
|
28015
|
+
rpc: [ 'https://rpc.actionblockchain.org' ],
|
28016
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
28017
|
+
faucets: [],
|
28018
|
+
nativeCurrency: { name: 'Action', symbol: 'ACTN', decimals: 18 },
|
28019
|
+
infoURL: 'https://docs.actioncoin.com',
|
28020
|
+
shortName: 'ACTN',
|
28021
|
+
chainId: 21000,
|
28022
|
+
networkId: 21000,
|
28023
|
+
explorers: [
|
28024
|
+
{
|
28025
|
+
name: 'Action Mainnet Explorer',
|
28026
|
+
url: 'http://exp.actionblockchain.org',
|
28027
|
+
icon: 'action',
|
28028
|
+
standard: 'EIP3091'
|
28029
|
+
}
|
28030
|
+
]
|
28031
|
+
},
|
27985
28032
|
{
|
27986
28033
|
name: 'C4EI',
|
27987
28034
|
chain: 'C4EI',
|
@@ -30565,6 +30612,11 @@ const chainArray = [
|
|
30565
30612
|
name: 'MemeCoreScan-Formicarium',
|
30566
30613
|
url: 'https://formicarium.memecorescan.io',
|
30567
30614
|
standard: 'EIP3091'
|
30615
|
+
},
|
30616
|
+
{
|
30617
|
+
name: 'MemeCore Testnet Formicarium Explorer',
|
30618
|
+
url: 'https://formicarium.blockscout.memecore.com',
|
30619
|
+
standard: 'EIP3091'
|
30568
30620
|
}
|
30569
30621
|
]
|
30570
30622
|
},
|
@@ -34659,6 +34711,26 @@ const chainArray = [
|
|
34659
34711
|
}
|
34660
34712
|
]
|
34661
34713
|
},
|
34714
|
+
{
|
34715
|
+
name: 'Wonder Testnet',
|
34716
|
+
chain: 'WNDR',
|
34717
|
+
rpc: [ 'https://rpc.testnet.wonderchain.org' ],
|
34718
|
+
faucets: [ 'https://wonderchain.org/faucet' ],
|
34719
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
34720
|
+
infoURL: 'https://wonderchain.org',
|
34721
|
+
shortName: 'wndr',
|
34722
|
+
chainId: 96371,
|
34723
|
+
networkId: 96371,
|
34724
|
+
icon: 'wonder',
|
34725
|
+
explorers: [
|
34726
|
+
{
|
34727
|
+
name: 'wonderexplorer',
|
34728
|
+
url: 'https://explorer.testnet.wonderchain.org',
|
34729
|
+
standard: 'EIP3091'
|
34730
|
+
}
|
34731
|
+
],
|
34732
|
+
status: 'active'
|
34733
|
+
},
|
34662
34734
|
{
|
34663
34735
|
name: 'Mantis Testnet (Hexapod)',
|
34664
34736
|
chain: 'Mantis',
|
@@ -38734,22 +38806,22 @@ const chainArray = [
|
|
38734
38806
|
]
|
38735
38807
|
},
|
38736
38808
|
{
|
38737
|
-
name: '
|
38809
|
+
name: 'EthereumFair',
|
38738
38810
|
chainId: 513100,
|
38739
38811
|
networkId: 513100,
|
38740
|
-
shortName: '
|
38741
|
-
chain: '
|
38742
|
-
nativeCurrency: { name: '
|
38743
|
-
rpc: [ 'https://rpc.
|
38812
|
+
shortName: 'ethf',
|
38813
|
+
chain: 'ETHF',
|
38814
|
+
nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
|
38815
|
+
rpc: [ 'https://rpc.etherfair.org' ],
|
38744
38816
|
faucets: [],
|
38745
38817
|
explorers: [
|
38746
38818
|
{
|
38747
|
-
name: '
|
38748
|
-
url: 'https://www.oklink.com/
|
38819
|
+
name: 'EthereumFair',
|
38820
|
+
url: 'https://www.oklink.com/ethf',
|
38749
38821
|
standard: 'EIP3091'
|
38750
38822
|
}
|
38751
38823
|
],
|
38752
|
-
infoURL: 'https://
|
38824
|
+
infoURL: 'https://etherfair.org/'
|
38753
38825
|
},
|
38754
38826
|
{
|
38755
38827
|
name: 'DoCoin Community Chain',
|
@@ -39294,6 +39366,19 @@ const chainArray = [
|
|
39294
39366
|
}
|
39295
39367
|
]
|
39296
39368
|
},
|
39369
|
+
{
|
39370
|
+
name: 'Primea Chain',
|
39371
|
+
chain: 'Primea Chain',
|
39372
|
+
rpc: [ 'https://rpc.primeanetwork.com' ],
|
39373
|
+
faucets: [],
|
39374
|
+
nativeCurrency: { name: 'PrimeaCoin', symbol: 'PRIM', decimals: 18 },
|
39375
|
+
infoURL: 'https://primeanetwork.com',
|
39376
|
+
shortName: 'prim',
|
39377
|
+
chainId: 698369,
|
39378
|
+
networkId: 698369,
|
39379
|
+
icon: 'prim',
|
39380
|
+
explorers: []
|
39381
|
+
},
|
39297
39382
|
{
|
39298
39383
|
name: 'Fidesinnova',
|
39299
39384
|
chain: 'Fidesinnova',
|