eth-chainlist 0.0.624 → 0.0.626
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 +126 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.626 (2025-03-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.625 ([41fb551](https://github.com/poowf/eth-chainlist/commit/41fb551ed55623c3780762fba7e8aa1f98b39686))
|
9
|
+
* update chain data ([5a39956](https://github.com/poowf/eth-chainlist/commit/5a399562010dc3dcd074080b39ad8379777f90ec))
|
10
|
+
|
11
|
+
### 0.0.625 (2025-02-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.624 ([96f2e8f](https://github.com/poowf/eth-chainlist/commit/96f2e8feeb6d5563b227ef4d563f9f3aa0d354ad))
|
17
|
+
* update chain data ([cb80100](https://github.com/poowf/eth-chainlist/commit/cb80100e016d845f063776d5b2573ff7ac361878))
|
18
|
+
|
3
19
|
### 0.0.624 (2025-02-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -13855,7 +13855,7 @@ const chainArray = [
|
|
13855
13855
|
explorers: [
|
13856
13856
|
{
|
13857
13857
|
name: 'Selendra Portal',
|
13858
|
-
url: 'https://
|
13858
|
+
url: 'https://explorer.selendra.org',
|
13859
13859
|
standard: 'none'
|
13860
13860
|
}
|
13861
13861
|
]
|
@@ -13918,7 +13918,7 @@ const chainArray = [
|
|
13918
13918
|
explorers: [
|
13919
13919
|
{
|
13920
13920
|
name: 'Selendra Portal',
|
13921
|
-
url: 'https://
|
13921
|
+
url: 'https://explorer.selendra.org',
|
13922
13922
|
standard: 'none'
|
13923
13923
|
}
|
13924
13924
|
]
|
@@ -17035,7 +17035,7 @@ const chainArray = [
|
|
17035
17035
|
explorers: [
|
17036
17036
|
{
|
17037
17037
|
name: 'bcexplorer mainnet',
|
17038
|
-
url: 'https://
|
17038
|
+
url: 'https://bchscan.io',
|
17039
17039
|
standard: 'EIP3091'
|
17040
17040
|
}
|
17041
17041
|
]
|
@@ -17323,18 +17323,24 @@ const chainArray = [
|
|
17323
17323
|
]
|
17324
17324
|
},
|
17325
17325
|
{
|
17326
|
-
name: '
|
17327
|
-
chain: '
|
17328
|
-
rpc: [ '
|
17326
|
+
name: 'QuarkChain L2 Beta Testnet',
|
17327
|
+
chain: 'QuarkChain',
|
17328
|
+
rpc: [ 'https://rpc.beta.testnet.l2.quarkchain.io:8545' ],
|
17329
17329
|
faucets: [],
|
17330
|
-
nativeCurrency: { name: '
|
17331
|
-
infoURL: 'https://
|
17332
|
-
shortName: '
|
17330
|
+
nativeCurrency: { name: 'QKC', symbol: 'QKC', decimals: 18 },
|
17331
|
+
infoURL: 'https://www.quarkchain.io',
|
17332
|
+
shortName: 'qkcl2-b',
|
17333
17333
|
chainId: 3335,
|
17334
17334
|
networkId: 3335,
|
17335
17335
|
slip44: 1,
|
17336
|
-
|
17337
|
-
|
17336
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
17337
|
+
explorers: [
|
17338
|
+
{
|
17339
|
+
name: 'quarkchain-beta-test',
|
17340
|
+
url: 'https://explorer.beta.testnet.l2.quarkchain.io',
|
17341
|
+
standard: 'EIP3091'
|
17342
|
+
}
|
17343
|
+
]
|
17338
17344
|
},
|
17339
17345
|
{
|
17340
17346
|
name: 'EthStorage L2 Testnet',
|
@@ -28659,6 +28665,25 @@ const chainArray = [
|
|
28659
28665
|
}
|
28660
28666
|
]
|
28661
28667
|
},
|
28668
|
+
{
|
28669
|
+
name: 'MagiChain',
|
28670
|
+
chain: 'MagiChain',
|
28671
|
+
icon: 'magiIcon',
|
28672
|
+
rpc: [ 'https://rpc.magichain.io' ],
|
28673
|
+
faucets: [],
|
28674
|
+
nativeCurrency: { name: 'MGIX', symbol: 'MGIX', decimals: 18 },
|
28675
|
+
infoURL: 'https://magichain.io',
|
28676
|
+
shortName: 'MGC',
|
28677
|
+
chainId: 24125,
|
28678
|
+
networkId: 24125,
|
28679
|
+
explorers: [
|
28680
|
+
{
|
28681
|
+
name: 'MagiChain Explorer',
|
28682
|
+
url: 'https://explorer.magichain.io',
|
28683
|
+
standard: 'EIP3091'
|
28684
|
+
}
|
28685
|
+
]
|
28686
|
+
},
|
28662
28687
|
{
|
28663
28688
|
name: 'Webchain',
|
28664
28689
|
chain: 'WEB',
|
@@ -28939,6 +28964,25 @@ const chainArray = [
|
|
28939
28964
|
}
|
28940
28965
|
]
|
28941
28966
|
},
|
28967
|
+
{
|
28968
|
+
name: 'XferChain Testnet',
|
28969
|
+
chain: 'XferChain Testnet',
|
28970
|
+
icon: 'xferIcon',
|
28971
|
+
rpc: [ 'https://testnet-rpc.xferchain.org' ],
|
28972
|
+
faucets: [ 'https://faucet.xferchain.org' ],
|
28973
|
+
nativeCurrency: { name: 'Dapo', symbol: 'Dapo', decimals: 18 },
|
28974
|
+
infoURL: 'https://xferchain.org',
|
28975
|
+
shortName: 'DPt',
|
28976
|
+
chainId: 27125,
|
28977
|
+
networkId: 27125,
|
28978
|
+
explorers: [
|
28979
|
+
{
|
28980
|
+
name: 'XferChain Testnet Explorer',
|
28981
|
+
url: 'https://testnet.xferchain.org',
|
28982
|
+
standard: 'EIP3091'
|
28983
|
+
}
|
28984
|
+
]
|
28985
|
+
},
|
28942
28986
|
{
|
28943
28987
|
name: 'KLAOS Nova',
|
28944
28988
|
title: 'KLAOS Nova Test Chain',
|
@@ -29008,6 +29052,25 @@ const chainArray = [
|
|
29008
29052
|
}
|
29009
29053
|
]
|
29010
29054
|
},
|
29055
|
+
{
|
29056
|
+
name: 'XferChain Mainnet',
|
29057
|
+
chain: 'XferChain Mainnet',
|
29058
|
+
icon: 'xferIcon',
|
29059
|
+
rpc: [ 'https://rpc.xferchain.org' ],
|
29060
|
+
faucets: [],
|
29061
|
+
nativeCurrency: { name: 'Dapo', symbol: 'Dapo', decimals: 18 },
|
29062
|
+
infoURL: 'https://xferchain.org',
|
29063
|
+
shortName: 'DPm',
|
29064
|
+
chainId: 28125,
|
29065
|
+
networkId: 28125,
|
29066
|
+
explorers: [
|
29067
|
+
{
|
29068
|
+
name: 'XferChain Mainnet Explorer',
|
29069
|
+
url: 'https://xferchain.org',
|
29070
|
+
standard: 'EIP3091'
|
29071
|
+
}
|
29072
|
+
]
|
29073
|
+
},
|
29011
29074
|
{
|
29012
29075
|
name: 'Vizing Testnet',
|
29013
29076
|
title: 'Vizing Testnet',
|
@@ -39616,9 +39679,14 @@ const chainArray = [
|
|
39616
39679
|
]
|
39617
39680
|
},
|
39618
39681
|
{
|
39619
|
-
name: 'Primea Chain',
|
39620
|
-
chain: 'Primea Chain',
|
39621
|
-
rpc: [
|
39682
|
+
name: 'Primea Chain Mainnet',
|
39683
|
+
chain: 'Primea Chain Mainnet',
|
39684
|
+
rpc: [
|
39685
|
+
'http://rpc.primeanetwork.com/rpc-http',
|
39686
|
+
'https://rpc.primeanetwork.com/rpc-https',
|
39687
|
+
'ws://rpc.primeanetwork.com/rpc-ws',
|
39688
|
+
'wss://rpc.primeanetwork.com/rpc-wss'
|
39689
|
+
],
|
39622
39690
|
faucets: [],
|
39623
39691
|
nativeCurrency: { name: 'PrimeaCoin', symbol: 'PRIM', decimals: 18 },
|
39624
39692
|
infoURL: 'https://primeanetwork.com',
|
@@ -41099,6 +41167,24 @@ const chainArray = [
|
|
41099
41167
|
}
|
41100
41168
|
]
|
41101
41169
|
},
|
41170
|
+
{
|
41171
|
+
name: 'Primea Chain Testnet',
|
41172
|
+
chain: 'Primea Chain Testnet',
|
41173
|
+
rpc: [
|
41174
|
+
'http://test-rpc.primeanetwork.com/rpc-http',
|
41175
|
+
'https://test-rpc.primeanetwork.com/rpc-https',
|
41176
|
+
'ws://test-rpc.primeanetwork.com/rpc-ws',
|
41177
|
+
'wss://test-rpc.primeanetwork.com/rpc-wss'
|
41178
|
+
],
|
41179
|
+
faucets: [],
|
41180
|
+
nativeCurrency: { name: 'PrimeaCoin Test', symbol: 'PRIM', decimals: 18 },
|
41181
|
+
infoURL: 'https://primeanetwork.com',
|
41182
|
+
shortName: 'test-prim',
|
41183
|
+
chainId: 1698369,
|
41184
|
+
networkId: 1698369,
|
41185
|
+
icon: 'prim',
|
41186
|
+
explorers: []
|
41187
|
+
},
|
41102
41188
|
{
|
41103
41189
|
name: 'Turkey Demo Dev',
|
41104
41190
|
chain: 'ETH',
|
@@ -45431,6 +45517,32 @@ const chainArray = [
|
|
45431
45517
|
}
|
45432
45518
|
]
|
45433
45519
|
},
|
45520
|
+
{
|
45521
|
+
name: 'ONFA Chain',
|
45522
|
+
title: 'ONFA Chain',
|
45523
|
+
chain: 'onfa',
|
45524
|
+
rpc: [
|
45525
|
+
'https://rpc.onfa.io',
|
45526
|
+
'https://rpc.onfachain.com',
|
45527
|
+
'wss://ws.onfa.io',
|
45528
|
+
'wss://ws.onfachain.com'
|
45529
|
+
],
|
45530
|
+
faucets: [],
|
45531
|
+
nativeCurrency: { name: 'Onfa Coin', symbol: 'OFC', decimals: 18 },
|
45532
|
+
infoURL: 'https://onfa.io',
|
45533
|
+
shortName: 'onfa',
|
45534
|
+
chainId: 8691942025,
|
45535
|
+
networkId: 8691942025,
|
45536
|
+
icon: 'onfachain',
|
45537
|
+
explorers: [
|
45538
|
+
{
|
45539
|
+
name: 'ONFA Scan',
|
45540
|
+
url: 'https://onfascan.com',
|
45541
|
+
icon: 'onfachain',
|
45542
|
+
standard: 'EIP3091'
|
45543
|
+
}
|
45544
|
+
]
|
45545
|
+
},
|
45434
45546
|
{
|
45435
45547
|
name: 'Palm Testnet',
|
45436
45548
|
chain: 'Palm',
|