eth-chainlist 0.0.617 → 0.0.619
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 +178 -25
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.619 (2025-02-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.618 ([88726fe](https://github.com/poowf/eth-chainlist/commit/88726fe24cd0c4610907893892da9aaa5aae3f9e))
|
9
|
+
* update chain data ([9191dee](https://github.com/poowf/eth-chainlist/commit/9191dee57a624987ac30d458efdc52c676537922))
|
10
|
+
|
11
|
+
### 0.0.618 (2025-02-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.617 ([e1287ba](https://github.com/poowf/eth-chainlist/commit/e1287bab4ebc8e3897cb0fdf32b95e985ae4d69d))
|
17
|
+
* update chain data ([b17ff8b](https://github.com/poowf/eth-chainlist/commit/b17ff8bdf949e2d0edaf1c762899bc1931200919))
|
18
|
+
|
3
19
|
### 0.0.617 (2025-02-19)
|
4
20
|
|
5
21
|
|
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
|
]
|
@@ -20640,6 +20666,19 @@ const chainArray = [
|
|
20640
20666
|
}
|
20641
20667
|
]
|
20642
20668
|
},
|
20669
|
+
{
|
20670
|
+
name: 'Tea Mainnet',
|
20671
|
+
chain: 'TEA',
|
20672
|
+
rpc: [],
|
20673
|
+
faucets: [],
|
20674
|
+
nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
|
20675
|
+
infoURL: 'https://tea.xyz',
|
20676
|
+
shortName: 'tea',
|
20677
|
+
chainId: 6122,
|
20678
|
+
networkId: 6122,
|
20679
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
20680
|
+
status: 'incubating'
|
20681
|
+
},
|
20643
20682
|
{
|
20644
20683
|
name: 'Rails',
|
20645
20684
|
title: 'Rails Network Mainnet',
|
@@ -24888,6 +24927,18 @@ const chainArray = [
|
|
24888
24927
|
chainId: 10010,
|
24889
24928
|
networkId: 10010
|
24890
24929
|
},
|
24930
|
+
{
|
24931
|
+
name: 'DeepSafe Beta Mainnet',
|
24932
|
+
chain: 'DeepSafe',
|
24933
|
+
rpc: [ 'https://betamainnet-rpc-node-http.deepsafe.network' ],
|
24934
|
+
faucets: [],
|
24935
|
+
nativeCurrency: { name: 'DeepSafe Native Token', symbol: 'DEF', decimals: 18 },
|
24936
|
+
infoURL: 'https://deepsafe.network/',
|
24937
|
+
shortName: 'DeepSafe',
|
24938
|
+
chainId: 10011,
|
24939
|
+
networkId: 10011,
|
24940
|
+
icon: 'deepsafe'
|
24941
|
+
},
|
24891
24942
|
{
|
24892
24943
|
name: 'Gon Chain',
|
24893
24944
|
chain: 'GonChain',
|
@@ -25121,6 +25172,19 @@ const chainArray = [
|
|
25121
25172
|
}
|
25122
25173
|
]
|
25123
25174
|
},
|
25175
|
+
{
|
25176
|
+
name: 'Tea Sepolia Testnet',
|
25177
|
+
chain: 'ETH',
|
25178
|
+
rpc: [],
|
25179
|
+
faucets: [],
|
25180
|
+
nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
|
25181
|
+
infoURL: 'https://tea.xyz',
|
25182
|
+
shortName: 'teasep',
|
25183
|
+
chainId: 10218,
|
25184
|
+
networkId: 10218,
|
25185
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
25186
|
+
status: 'incubating'
|
25187
|
+
},
|
25124
25188
|
{
|
25125
25189
|
name: 'GLScan',
|
25126
25190
|
chain: 'GLC',
|
@@ -27982,6 +28046,27 @@ const chainArray = [
|
|
27982
28046
|
}
|
27983
28047
|
]
|
27984
28048
|
},
|
28049
|
+
{
|
28050
|
+
name: 'Action Mainnet',
|
28051
|
+
chain: 'Action',
|
28052
|
+
icon: 'action',
|
28053
|
+
rpc: [ 'https://rpc.actionblockchain.org' ],
|
28054
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
28055
|
+
faucets: [],
|
28056
|
+
nativeCurrency: { name: 'Action', symbol: 'ACTN', decimals: 18 },
|
28057
|
+
infoURL: 'https://docs.actioncoin.com',
|
28058
|
+
shortName: 'ACTN',
|
28059
|
+
chainId: 21000,
|
28060
|
+
networkId: 21000,
|
28061
|
+
explorers: [
|
28062
|
+
{
|
28063
|
+
name: 'Action Mainnet Explorer',
|
28064
|
+
url: 'http://exp.actionblockchain.org',
|
28065
|
+
icon: 'action',
|
28066
|
+
standard: 'EIP3091'
|
28067
|
+
}
|
28068
|
+
]
|
28069
|
+
},
|
27985
28070
|
{
|
27986
28071
|
name: 'C4EI',
|
27987
28072
|
chain: 'C4EI',
|
@@ -28502,6 +28587,18 @@ const chainArray = [
|
|
28502
28587
|
chainId: 24734,
|
28503
28588
|
networkId: 37480
|
28504
28589
|
},
|
28590
|
+
{
|
28591
|
+
name: 'Recall',
|
28592
|
+
chain: 'Recall',
|
28593
|
+
rpc: [ 'https://evm.node-0.mainnet.recall.network' ],
|
28594
|
+
faucets: [],
|
28595
|
+
nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
|
28596
|
+
infoURL: 'https://recall.network',
|
28597
|
+
shortName: 'recall',
|
28598
|
+
chainId: 24816,
|
28599
|
+
networkId: 24816,
|
28600
|
+
explorers: []
|
28601
|
+
},
|
28505
28602
|
{
|
28506
28603
|
name: 'LiquidLayer Mainnet',
|
28507
28604
|
chain: 'LiquidLayer',
|
@@ -30565,6 +30662,11 @@ const chainArray = [
|
|
30565
30662
|
name: 'MemeCoreScan-Formicarium',
|
30566
30663
|
url: 'https://formicarium.memecorescan.io',
|
30567
30664
|
standard: 'EIP3091'
|
30665
|
+
},
|
30666
|
+
{
|
30667
|
+
name: 'MemeCore Testnet Formicarium Explorer',
|
30668
|
+
url: 'https://formicarium.blockscout.memecore.com',
|
30669
|
+
standard: 'EIP3091'
|
30568
30670
|
}
|
30569
30671
|
]
|
30570
30672
|
},
|
@@ -34659,6 +34761,26 @@ const chainArray = [
|
|
34659
34761
|
}
|
34660
34762
|
]
|
34661
34763
|
},
|
34764
|
+
{
|
34765
|
+
name: 'Wonder Testnet',
|
34766
|
+
chain: 'WNDR',
|
34767
|
+
rpc: [ 'https://rpc.testnet.wonderchain.org' ],
|
34768
|
+
faucets: [ 'https://wonderchain.org/faucet' ],
|
34769
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
34770
|
+
infoURL: 'https://wonderchain.org',
|
34771
|
+
shortName: 'wndr',
|
34772
|
+
chainId: 96371,
|
34773
|
+
networkId: 96371,
|
34774
|
+
icon: 'wonder',
|
34775
|
+
explorers: [
|
34776
|
+
{
|
34777
|
+
name: 'wonderexplorer',
|
34778
|
+
url: 'https://explorer.testnet.wonderchain.org',
|
34779
|
+
standard: 'EIP3091'
|
34780
|
+
}
|
34781
|
+
],
|
34782
|
+
status: 'active'
|
34783
|
+
},
|
34662
34784
|
{
|
34663
34785
|
name: 'Mantis Testnet (Hexapod)',
|
34664
34786
|
chain: 'Mantis',
|
@@ -38734,22 +38856,22 @@ const chainArray = [
|
|
38734
38856
|
]
|
38735
38857
|
},
|
38736
38858
|
{
|
38737
|
-
name: '
|
38859
|
+
name: 'EthereumFair',
|
38738
38860
|
chainId: 513100,
|
38739
38861
|
networkId: 513100,
|
38740
|
-
shortName: '
|
38741
|
-
chain: '
|
38742
|
-
nativeCurrency: { name: '
|
38743
|
-
rpc: [ 'https://rpc.
|
38862
|
+
shortName: 'ethf',
|
38863
|
+
chain: 'ETHF',
|
38864
|
+
nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
|
38865
|
+
rpc: [ 'https://rpc.etherfair.org' ],
|
38744
38866
|
faucets: [],
|
38745
38867
|
explorers: [
|
38746
38868
|
{
|
38747
|
-
name: '
|
38748
|
-
url: 'https://www.oklink.com/
|
38869
|
+
name: 'EthereumFair',
|
38870
|
+
url: 'https://www.oklink.com/ethf',
|
38749
38871
|
standard: 'EIP3091'
|
38750
38872
|
}
|
38751
38873
|
],
|
38752
|
-
infoURL: 'https://
|
38874
|
+
infoURL: 'https://etherfair.org/'
|
38753
38875
|
},
|
38754
38876
|
{
|
38755
38877
|
name: 'DoCoin Community Chain',
|
@@ -39294,6 +39416,19 @@ const chainArray = [
|
|
39294
39416
|
}
|
39295
39417
|
]
|
39296
39418
|
},
|
39419
|
+
{
|
39420
|
+
name: 'Primea Chain',
|
39421
|
+
chain: 'Primea Chain',
|
39422
|
+
rpc: [ 'https://rpc.primeanetwork.com' ],
|
39423
|
+
faucets: [],
|
39424
|
+
nativeCurrency: { name: 'PrimeaCoin', symbol: 'PRIM', decimals: 18 },
|
39425
|
+
infoURL: 'https://primeanetwork.com',
|
39426
|
+
shortName: 'prim',
|
39427
|
+
chainId: 698369,
|
39428
|
+
networkId: 698369,
|
39429
|
+
icon: 'prim',
|
39430
|
+
explorers: []
|
39431
|
+
},
|
39297
39432
|
{
|
39298
39433
|
name: 'Fidesinnova',
|
39299
39434
|
chain: 'Fidesinnova',
|
@@ -40830,6 +40965,24 @@ const chainArray = [
|
|
40830
40965
|
}
|
40831
40966
|
]
|
40832
40967
|
},
|
40968
|
+
{
|
40969
|
+
name: 'Recall Testnet',
|
40970
|
+
chain: 'Recall Testnet',
|
40971
|
+
rpc: [ 'https://evm.v013.node-0.testnet.recall.network' ],
|
40972
|
+
faucets: [ 'faucet.recall.network' ],
|
40973
|
+
nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
|
40974
|
+
infoURL: 'https://recall.network',
|
40975
|
+
shortName: 'trecall',
|
40976
|
+
chainId: 2481632,
|
40977
|
+
networkId: 2481632,
|
40978
|
+
explorers: [
|
40979
|
+
{
|
40980
|
+
name: 'Recall testnet explorer',
|
40981
|
+
url: 'https://explorer.testnet.recall.network',
|
40982
|
+
standard: 'EIP3091'
|
40983
|
+
}
|
40984
|
+
]
|
40985
|
+
},
|
40833
40986
|
{
|
40834
40987
|
name: 'DPU Chain',
|
40835
40988
|
chain: 'DPU',
|