eth-chainlist 0.0.616 → 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 +16 -0
- package/data/chain.js +163 -35
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.617 (2025-02-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.616 ([465dbc3](https://github.com/poowf/eth-chainlist/commit/465dbc3ce55376bbc43f43d474fd65c24799eaa0))
|
17
|
+
* update chain data ([4c0e199](https://github.com/poowf/eth-chainlist/commit/4c0e199baa1ff9dc01c24598aed871f052acb36d))
|
18
|
+
|
3
19
|
### 0.0.616 (2025-02-18)
|
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: [],
|
@@ -11759,6 +11753,26 @@ const chainArray = [
|
|
11759
11753
|
}
|
11760
11754
|
]
|
11761
11755
|
},
|
11756
|
+
{
|
11757
|
+
name: 'COINZAX',
|
11758
|
+
chain: 'ZAX',
|
11759
|
+
icon: 'coinzaxIcon',
|
11760
|
+
rpc: [ 'https://rpc.coinzax.com' ],
|
11761
|
+
faucets: [],
|
11762
|
+
nativeCurrency: { name: 'COINZAX', symbol: 'ZAX', decimals: 18 },
|
11763
|
+
infoURL: 'https://coinzax.com',
|
11764
|
+
shortName: 'zax',
|
11765
|
+
chainId: 1310,
|
11766
|
+
networkId: 1310,
|
11767
|
+
status: 'active',
|
11768
|
+
explorers: [
|
11769
|
+
{
|
11770
|
+
name: 'COINZAX Explorer',
|
11771
|
+
url: 'https://explorer.coinzax.com',
|
11772
|
+
standard: 'EIP3091'
|
11773
|
+
}
|
11774
|
+
]
|
11775
|
+
},
|
11762
11776
|
{
|
11763
11777
|
name: 'Dos Fuji Subnet',
|
11764
11778
|
chain: 'DOS',
|
@@ -14123,22 +14137,24 @@ const chainArray = [
|
|
14123
14137
|
},
|
14124
14138
|
{
|
14125
14139
|
name: 'edeXa Testnet',
|
14126
|
-
chain: 'edeXa
|
14140
|
+
chain: 'edeXa',
|
14127
14141
|
rpc: [
|
14128
14142
|
'https://testnet.edexa.network/rpc',
|
14129
|
-
'
|
14143
|
+
'wss://testnet.edexa.network/wss',
|
14144
|
+
'https://testnet.edexa.com/rpc',
|
14145
|
+
'wss://testnet.edexa.com/wss'
|
14130
14146
|
],
|
14131
14147
|
faucets: [ 'https://faucet.edexa.com/' ],
|
14132
|
-
nativeCurrency: { name: '
|
14148
|
+
nativeCurrency: { name: 'edeXa', symbol: 'tEDX', decimals: 18 },
|
14133
14149
|
infoURL: 'https://edexa.network/',
|
14134
|
-
shortName: '
|
14150
|
+
shortName: 'edxt',
|
14135
14151
|
chainId: 1995,
|
14136
14152
|
networkId: 1995,
|
14137
14153
|
slip44: 1,
|
14138
14154
|
icon: 'edexa',
|
14139
14155
|
explorers: [
|
14140
14156
|
{
|
14141
|
-
name: 'edexa-testnet',
|
14157
|
+
name: 'edexa-testnet-explorer',
|
14142
14158
|
url: 'https://explorer.testnet.edexa.network',
|
14143
14159
|
standard: 'EIP3091'
|
14144
14160
|
}
|
@@ -17282,7 +17298,8 @@ const chainArray = [
|
|
17282
17298
|
'https://peaq.api.onfinality.io/public',
|
17283
17299
|
'https://peaq-rpc.dwellir.com',
|
17284
17300
|
'https://peaq-rpc.publicnode.com',
|
17285
|
-
'https://evm.peaq.network'
|
17301
|
+
'https://evm.peaq.network',
|
17302
|
+
'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
|
17286
17303
|
],
|
17287
17304
|
faucets: [],
|
17288
17305
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
@@ -17756,6 +17773,27 @@ const chainArray = [
|
|
17756
17773
|
],
|
17757
17774
|
status: 'deprecated'
|
17758
17775
|
},
|
17776
|
+
{
|
17777
|
+
name: 'Xone Mainnet',
|
17778
|
+
chain: 'XOC',
|
17779
|
+
icon: 'Xonechain',
|
17780
|
+
rpc: [ 'https://rpc.xone.org' ],
|
17781
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17782
|
+
faucets: [ 'https://faucet.xone.org/' ],
|
17783
|
+
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
17784
|
+
infoURL: 'https://xone.org',
|
17785
|
+
shortName: 'XOC',
|
17786
|
+
chainId: 3721,
|
17787
|
+
networkId: 3721,
|
17788
|
+
explorers: [
|
17789
|
+
{
|
17790
|
+
name: 'Xonescan',
|
17791
|
+
url: 'https://xscscan.com',
|
17792
|
+
icon: 'Xonescan',
|
17793
|
+
standard: 'EIP3091'
|
17794
|
+
}
|
17795
|
+
]
|
17796
|
+
},
|
17759
17797
|
{
|
17760
17798
|
name: 'Crossbell',
|
17761
17799
|
chain: 'Crossbell',
|
@@ -18781,6 +18819,37 @@ const chainArray = [
|
|
18781
18819
|
}
|
18782
18820
|
]
|
18783
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
|
+
},
|
18784
18853
|
{
|
18785
18854
|
name: 'Credit Smart Chain Mainnet',
|
18786
18855
|
chain: 'CREDIT',
|
@@ -20248,10 +20317,10 @@ const chainArray = [
|
|
20248
20317
|
name: 'Tanssi Demo',
|
20249
20318
|
chain: 'TANGO',
|
20250
20319
|
rpc: [
|
20251
|
-
'https://
|
20252
|
-
'wss://
|
20320
|
+
'https://dancebox-3001.tanssi-api.network',
|
20321
|
+
'wss://dancebox-3001.tanssi-api.network'
|
20253
20322
|
],
|
20254
|
-
faucets: [],
|
20323
|
+
faucets: [ 'https://apps.tanssi.network/demo' ],
|
20255
20324
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
20256
20325
|
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
|
20257
20326
|
shortName: 'tango',
|
@@ -20260,7 +20329,7 @@ const chainArray = [
|
|
20260
20329
|
explorers: [
|
20261
20330
|
{
|
20262
20331
|
name: 'BlockScout',
|
20263
|
-
url: 'https://3001-
|
20332
|
+
url: 'https://fra-dancebox-3001-bs.a.dancebox.tanssi.network',
|
20264
20333
|
standard: 'EIP3091'
|
20265
20334
|
}
|
20266
20335
|
]
|
@@ -21134,7 +21203,7 @@ const chainArray = [
|
|
21134
21203
|
]
|
21135
21204
|
},
|
21136
21205
|
{
|
21137
|
-
name: 'Nibiru
|
21206
|
+
name: 'Nibiru cataclysm-1',
|
21138
21207
|
chain: 'Nibiru',
|
21139
21208
|
rpc: [ 'https://evm-rpc.nibiru.fi' ],
|
21140
21209
|
faucets: [],
|
@@ -21512,7 +21581,7 @@ const chainArray = [
|
|
21512
21581
|
explorers: []
|
21513
21582
|
},
|
21514
21583
|
{
|
21515
|
-
name: 'Nibiru
|
21584
|
+
name: 'Nibiru testnet-1',
|
21516
21585
|
chain: 'Nibiru',
|
21517
21586
|
rpc: [ 'https://evm-rpc.testnet-1.nibiru.fi' ],
|
21518
21587
|
faucets: [],
|
@@ -21525,7 +21594,7 @@ const chainArray = [
|
|
21525
21594
|
explorers: []
|
21526
21595
|
},
|
21527
21596
|
{
|
21528
|
-
name: 'Nibiru
|
21597
|
+
name: 'Nibiru devnet-3',
|
21529
21598
|
chain: 'Nibiru',
|
21530
21599
|
rpc: [ 'https://evm-rpc.devnet-3.nibiru.fi' ],
|
21531
21600
|
faucets: [],
|
@@ -27939,6 +28008,27 @@ const chainArray = [
|
|
27939
28008
|
}
|
27940
28009
|
]
|
27941
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
|
+
},
|
27942
28032
|
{
|
27943
28033
|
name: 'C4EI',
|
27944
28034
|
chain: 'C4EI',
|
@@ -30522,6 +30612,11 @@ const chainArray = [
|
|
30522
30612
|
name: 'MemeCoreScan-Formicarium',
|
30523
30613
|
url: 'https://formicarium.memecorescan.io',
|
30524
30614
|
standard: 'EIP3091'
|
30615
|
+
},
|
30616
|
+
{
|
30617
|
+
name: 'MemeCore Testnet Formicarium Explorer',
|
30618
|
+
url: 'https://formicarium.blockscout.memecore.com',
|
30619
|
+
standard: 'EIP3091'
|
30525
30620
|
}
|
30526
30621
|
]
|
30527
30622
|
},
|
@@ -34616,6 +34711,26 @@ const chainArray = [
|
|
34616
34711
|
}
|
34617
34712
|
]
|
34618
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
|
+
},
|
34619
34734
|
{
|
34620
34735
|
name: 'Mantis Testnet (Hexapod)',
|
34621
34736
|
chain: 'Mantis',
|
@@ -38691,22 +38806,22 @@ const chainArray = [
|
|
38691
38806
|
]
|
38692
38807
|
},
|
38693
38808
|
{
|
38694
|
-
name: '
|
38809
|
+
name: 'EthereumFair',
|
38695
38810
|
chainId: 513100,
|
38696
38811
|
networkId: 513100,
|
38697
|
-
shortName: '
|
38698
|
-
chain: '
|
38699
|
-
nativeCurrency: { name: '
|
38700
|
-
rpc: [ 'https://rpc.
|
38812
|
+
shortName: 'ethf',
|
38813
|
+
chain: 'ETHF',
|
38814
|
+
nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
|
38815
|
+
rpc: [ 'https://rpc.etherfair.org' ],
|
38701
38816
|
faucets: [],
|
38702
38817
|
explorers: [
|
38703
38818
|
{
|
38704
|
-
name: '
|
38705
|
-
url: 'https://www.oklink.com/
|
38819
|
+
name: 'EthereumFair',
|
38820
|
+
url: 'https://www.oklink.com/ethf',
|
38706
38821
|
standard: 'EIP3091'
|
38707
38822
|
}
|
38708
38823
|
],
|
38709
|
-
infoURL: 'https://
|
38824
|
+
infoURL: 'https://etherfair.org/'
|
38710
38825
|
},
|
38711
38826
|
{
|
38712
38827
|
name: 'DoCoin Community Chain',
|
@@ -39251,6 +39366,19 @@ const chainArray = [
|
|
39251
39366
|
}
|
39252
39367
|
]
|
39253
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
|
+
},
|
39254
39382
|
{
|
39255
39383
|
name: 'Fidesinnova',
|
39256
39384
|
chain: 'Fidesinnova',
|
@@ -42622,9 +42750,9 @@ const chainArray = [
|
|
42622
42750
|
'https://rpc-testnet.knight.center'
|
42623
42751
|
],
|
42624
42752
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
42625
|
-
faucets: [ 'https://faucet.xone.
|
42753
|
+
faucets: [ 'https://faucet.xone.org/' ],
|
42626
42754
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
42627
|
-
infoURL: 'https://xone.
|
42755
|
+
infoURL: 'https://xone.org',
|
42628
42756
|
shortName: 'txoc',
|
42629
42757
|
chainId: 33772211,
|
42630
42758
|
networkId: 33772211,
|