eth-chainlist 0.0.395 → 0.0.397
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 +212 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.397 (2024-05-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.396 ([499ce4c](https://github.com/poowf/eth-chainlist/commit/499ce4c7890fe2bc3aa7ad34662b107ae550634b))
|
9
|
+
* update chain data ([5b70686](https://github.com/poowf/eth-chainlist/commit/5b70686d50db0987cd981c817fd1b70498f7483e))
|
10
|
+
|
11
|
+
### 0.0.396 (2024-05-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.395 ([6e0fbbf](https://github.com/poowf/eth-chainlist/commit/6e0fbbf198d5abb2d20551440b11b3bfd6bd0a79))
|
17
|
+
* update chain data ([ba912a9](https://github.com/poowf/eth-chainlist/commit/ba912a9b7f66b341a82234fba82b485ffe0a954a))
|
18
|
+
|
3
19
|
### 0.0.395 (2024-05-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2722,6 +2722,20 @@ const chainArray = [
|
|
2722
2722
|
}
|
2723
2723
|
]
|
2724
2724
|
},
|
2725
|
+
{
|
2726
|
+
name: 'HashKey Chain Testnet',
|
2727
|
+
title: 'HashKey Chain Testnet',
|
2728
|
+
chain: 'HashKey Chain Testnet',
|
2729
|
+
rpc: [],
|
2730
|
+
faucets: [],
|
2731
|
+
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
2732
|
+
infoURL: 'https://hashkey.cloud',
|
2733
|
+
shortName: 'HSKT',
|
2734
|
+
chainId: 133,
|
2735
|
+
networkId: 133,
|
2736
|
+
explorers: [],
|
2737
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
2738
|
+
},
|
2725
2739
|
{
|
2726
2740
|
name: 'iExec Sidechain',
|
2727
2741
|
chain: 'Bellecour',
|
@@ -3950,6 +3964,21 @@ const chainArray = [
|
|
3950
3964
|
}
|
3951
3965
|
]
|
3952
3966
|
},
|
3967
|
+
{
|
3968
|
+
name: 'Mind Network Mainnet',
|
3969
|
+
chain: 'FHE',
|
3970
|
+
rpc: [
|
3971
|
+
'https://rpc_mainnet.mindnetwork.xyz',
|
3972
|
+
'wss://rpc_mainnet.mindnetwork.xyz'
|
3973
|
+
],
|
3974
|
+
faucets: [],
|
3975
|
+
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
3976
|
+
features: [ { name: 'EIP155' } ],
|
3977
|
+
infoURL: 'https://mindnetwork.xyz',
|
3978
|
+
shortName: 'fhe',
|
3979
|
+
chainId: 228,
|
3980
|
+
networkId: 228
|
3981
|
+
},
|
3953
3982
|
{
|
3954
3983
|
name: 'SwapDEX',
|
3955
3984
|
chain: 'SDX',
|
@@ -4360,6 +4389,18 @@ const chainArray = [
|
|
4360
4389
|
}
|
4361
4390
|
]
|
4362
4391
|
},
|
4392
|
+
{
|
4393
|
+
name: 'xFair.AI Mainnet',
|
4394
|
+
chain: 'FAI',
|
4395
|
+
rpc: [ 'https://rpc_mainnet.xfair.ai', 'wss://rpc_mainnet.xfair.ai' ],
|
4396
|
+
faucets: [],
|
4397
|
+
nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
|
4398
|
+
features: [ { name: 'EIP155' } ],
|
4399
|
+
infoURL: 'https://xfair.ai',
|
4400
|
+
shortName: 'fai',
|
4401
|
+
chainId: 278,
|
4402
|
+
networkId: 278
|
4403
|
+
},
|
4363
4404
|
{
|
4364
4405
|
name: 'BPX Blockchain',
|
4365
4406
|
chain: 'BPX',
|
@@ -6547,6 +6588,31 @@ const chainArray = [
|
|
6547
6588
|
}
|
6548
6589
|
]
|
6549
6590
|
},
|
6591
|
+
{
|
6592
|
+
name: 'Redstone',
|
6593
|
+
chain: 'ETH',
|
6594
|
+
rpc: [ 'https://rpc.redstonechain.com', 'wss://rpc.redstonechain.com' ],
|
6595
|
+
faucets: [],
|
6596
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
6597
|
+
infoURL: 'https://redstone.xyz',
|
6598
|
+
shortName: 'redstone',
|
6599
|
+
chainId: 690,
|
6600
|
+
networkId: 690,
|
6601
|
+
icon: 'redstone',
|
6602
|
+
explorers: [
|
6603
|
+
{
|
6604
|
+
name: 'blockscout',
|
6605
|
+
url: 'https://explorer.redstone.xyz',
|
6606
|
+
icon: 'blockscout',
|
6607
|
+
standard: 'EIP3091'
|
6608
|
+
}
|
6609
|
+
],
|
6610
|
+
parent: {
|
6611
|
+
type: 'L2',
|
6612
|
+
chain: 'eip155-1',
|
6613
|
+
bridges: [ { url: 'https://redstone.xyz/deposit' } ]
|
6614
|
+
}
|
6615
|
+
},
|
6550
6616
|
{
|
6551
6617
|
name: 'Star Social Testnet',
|
6552
6618
|
chain: 'SNS',
|
@@ -19624,7 +19690,7 @@ const chainArray = [
|
|
19624
19690
|
faucets: [],
|
19625
19691
|
nativeCurrency: { name: 'Redstone Testnet Ether', symbol: 'ETH', decimals: 18 },
|
19626
19692
|
infoURL: 'https://redstone.xyz/docs/network-info',
|
19627
|
-
shortName: 'redstone',
|
19693
|
+
shortName: 'redstone-holesky',
|
19628
19694
|
chainId: 17001,
|
19629
19695
|
networkId: 17001,
|
19630
19696
|
slip44: 1,
|
@@ -19636,7 +19702,33 @@ const chainArray = [
|
|
19636
19702
|
icon: 'ethereum',
|
19637
19703
|
standard: 'EIP3091'
|
19638
19704
|
}
|
19639
|
-
]
|
19705
|
+
],
|
19706
|
+
status: 'deprecated'
|
19707
|
+
},
|
19708
|
+
{
|
19709
|
+
name: 'Garnet Holesky',
|
19710
|
+
chain: 'ETH',
|
19711
|
+
rpc: [ 'https://rpc.garnetchain.com', 'wss://rpc.garnetchain.com' ],
|
19712
|
+
faucets: [],
|
19713
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19714
|
+
infoURL: 'https://redstone.xyz',
|
19715
|
+
shortName: 'garnet',
|
19716
|
+
chainId: 17069,
|
19717
|
+
networkId: 17069,
|
19718
|
+
icon: 'garnet',
|
19719
|
+
explorers: [
|
19720
|
+
{
|
19721
|
+
name: 'blockscout',
|
19722
|
+
url: 'https://explorer.garnetchain.com',
|
19723
|
+
icon: 'blockscout',
|
19724
|
+
standard: 'EIP3091'
|
19725
|
+
}
|
19726
|
+
],
|
19727
|
+
parent: {
|
19728
|
+
type: 'L2',
|
19729
|
+
chain: 'eip155-17000',
|
19730
|
+
bridges: [ { url: 'https://garnetchain.com/deposit' } ]
|
19731
|
+
}
|
19640
19732
|
},
|
19641
19733
|
{
|
19642
19734
|
name: 'G8Chain Mainnet',
|
@@ -20007,6 +20099,28 @@ const chainArray = [
|
|
20007
20099
|
networkId: 19527,
|
20008
20100
|
explorers: []
|
20009
20101
|
},
|
20102
|
+
{
|
20103
|
+
name: 'LBRY Mainnet',
|
20104
|
+
chain: 'LBRY',
|
20105
|
+
icon: 'lbry',
|
20106
|
+
rpc: [ 'https://lbry.nl/rpc' ],
|
20107
|
+
features: [ { name: 'EIP155' } ],
|
20108
|
+
faucets: [],
|
20109
|
+
nativeCurrency: { name: 'LBRY Credits', symbol: 'LBC', decimals: 8 },
|
20110
|
+
infoURL: 'https://lbry.com',
|
20111
|
+
shortName: 'LBRY',
|
20112
|
+
chainId: 19600,
|
20113
|
+
networkId: 19600,
|
20114
|
+
slip44: 140,
|
20115
|
+
explorers: [
|
20116
|
+
{
|
20117
|
+
name: 'LBRY Block Explorer',
|
20118
|
+
url: 'https://explorer.lbry.com',
|
20119
|
+
icon: 'lbry',
|
20120
|
+
standard: 'none'
|
20121
|
+
}
|
20122
|
+
]
|
20123
|
+
},
|
20010
20124
|
{
|
20011
20125
|
name: 'BTCIX Network',
|
20012
20126
|
chain: 'BTCIX',
|
@@ -24734,6 +24848,28 @@ const chainArray = [
|
|
24734
24848
|
}
|
24735
24849
|
]
|
24736
24850
|
},
|
24851
|
+
{
|
24852
|
+
name: 'KaspaClassic Mainnet',
|
24853
|
+
chain: 'KaspaClassic',
|
24854
|
+
icon: 'kaspaclassic',
|
24855
|
+
rpc: [
|
24856
|
+
'https://api.kaspaclassic.world/',
|
24857
|
+
'http://80.178.101.118:8000/'
|
24858
|
+
],
|
24859
|
+
faucets: [],
|
24860
|
+
nativeCurrency: { name: 'KaspaClassic', symbol: 'CAS', decimals: 18 },
|
24861
|
+
infoURL: 'https://kaspaclassic.com/',
|
24862
|
+
shortName: 'cas',
|
24863
|
+
chainId: 104566,
|
24864
|
+
networkId: 104566,
|
24865
|
+
explorers: [
|
24866
|
+
{
|
24867
|
+
name: 'KaspaClassic Explorer',
|
24868
|
+
url: 'https://explorer.kaspaclassic.world',
|
24869
|
+
standard: 'none'
|
24870
|
+
}
|
24871
|
+
]
|
24872
|
+
},
|
24737
24873
|
{
|
24738
24874
|
name: 'Stratis Mainnet',
|
24739
24875
|
chain: 'Stratis',
|
@@ -25399,8 +25535,8 @@ const chainArray = [
|
|
25399
25535
|
name: 'Mind Network Testnet',
|
25400
25536
|
chain: 'FHET',
|
25401
25537
|
rpc: [
|
25402
|
-
'https://
|
25403
|
-
'wss://
|
25538
|
+
'https://rpc-testnet.mindnetwork.xyz',
|
25539
|
+
'wss://rpc-testnet.mindnetwork.xyz'
|
25404
25540
|
],
|
25405
25541
|
faucets: [],
|
25406
25542
|
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
@@ -25410,6 +25546,18 @@ const chainArray = [
|
|
25410
25546
|
chainId: 192940,
|
25411
25547
|
networkId: 192940
|
25412
25548
|
},
|
25549
|
+
{
|
25550
|
+
name: 'xFair.AI Testnet',
|
25551
|
+
chain: 'FAIT',
|
25552
|
+
rpc: [ 'https://rpc_testnet.xfair.ai', 'wss://rpc_testnet.xfair.ai' ],
|
25553
|
+
faucets: [],
|
25554
|
+
nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
|
25555
|
+
features: [ { name: 'EIP155' } ],
|
25556
|
+
infoURL: 'https://xfair.ai',
|
25557
|
+
shortName: 'fait',
|
25558
|
+
chainId: 200000,
|
25559
|
+
networkId: 200000
|
25560
|
+
},
|
25413
25561
|
{
|
25414
25562
|
name: 'Milkomeda C1 Testnet',
|
25415
25563
|
chain: 'milkTAda',
|
@@ -25927,7 +26075,7 @@ const chainArray = [
|
|
25927
26075
|
]
|
25928
26076
|
},
|
25929
26077
|
{
|
25930
|
-
name: 'HashKey Chain Testnet',
|
26078
|
+
name: 'HashKey Chain Testnet(discard)',
|
25931
26079
|
chain: 'HashKey',
|
25932
26080
|
rpc: [ 'https://testnet.hashkeychain/rpc' ],
|
25933
26081
|
faucets: [ 'https://testnet.hashkeychain/faucet' ],
|
@@ -26095,6 +26243,25 @@ const chainArray = [
|
|
26095
26243
|
],
|
26096
26244
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
26097
26245
|
},
|
26246
|
+
{
|
26247
|
+
name: 'One World Chain Mainnet',
|
26248
|
+
chain: 'One World Chain',
|
26249
|
+
icon: 'oneWorldChainIcon',
|
26250
|
+
rpc: [ 'https://mainnet-rpc.oneworldchain.org' ],
|
26251
|
+
faucets: [],
|
26252
|
+
nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
|
26253
|
+
infoURL: 'https://oneworldchain.org',
|
26254
|
+
shortName: 'OWCTm',
|
26255
|
+
chainId: 309075,
|
26256
|
+
networkId: 309075,
|
26257
|
+
explorers: [
|
26258
|
+
{
|
26259
|
+
name: 'One World Chain Mainnet Explorer',
|
26260
|
+
url: 'https://mainnet.oneworldchain.org',
|
26261
|
+
standard: 'EIP3091'
|
26262
|
+
}
|
26263
|
+
]
|
26264
|
+
},
|
26098
26265
|
{
|
26099
26266
|
name: 'SaharaAI Testnet',
|
26100
26267
|
chain: 'Sahara',
|
@@ -26157,6 +26324,27 @@ const chainArray = [
|
|
26157
26324
|
}
|
26158
26325
|
]
|
26159
26326
|
},
|
26327
|
+
{
|
26328
|
+
name: 'Parex Mainnet',
|
26329
|
+
title: 'Parex Mainnet',
|
26330
|
+
chain: 'Parex',
|
26331
|
+
rpc: [ 'https://mainnet-rpc.parex.network' ],
|
26332
|
+
faucets: [],
|
26333
|
+
nativeCurrency: { name: 'PAREX', symbol: 'PRX', decimals: 18 },
|
26334
|
+
infoURL: 'https://parex.network',
|
26335
|
+
shortName: 'parex',
|
26336
|
+
chainId: 322202,
|
26337
|
+
networkId: 322202,
|
26338
|
+
icon: 'parexmain',
|
26339
|
+
explorers: [
|
26340
|
+
{
|
26341
|
+
name: 'Parex Mainnet Explorer',
|
26342
|
+
url: 'https://scan.parex.network',
|
26343
|
+
icon: 'parexmain',
|
26344
|
+
standard: 'EIP3091'
|
26345
|
+
}
|
26346
|
+
]
|
26347
|
+
},
|
26160
26348
|
{
|
26161
26349
|
name: 'Bloom Genesis Testnet',
|
26162
26350
|
chain: 'Bloom',
|
@@ -27009,6 +27197,25 @@ const chainArray = [
|
|
27009
27197
|
}
|
27010
27198
|
]
|
27011
27199
|
},
|
27200
|
+
{
|
27201
|
+
name: 'One World Chain Testnet',
|
27202
|
+
chain: 'One World Chain',
|
27203
|
+
icon: 'oneWorldChainIcon',
|
27204
|
+
rpc: [ 'https://testnet-rpc.oneworldchain.org' ],
|
27205
|
+
faucets: [ 'https://faucet.oneworldchain.org' ],
|
27206
|
+
nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
|
27207
|
+
infoURL: 'https://oneworldchain.org',
|
27208
|
+
shortName: 'OWCTt',
|
27209
|
+
chainId: 552981,
|
27210
|
+
networkId: 552981,
|
27211
|
+
explorers: [
|
27212
|
+
{
|
27213
|
+
name: 'One World Chain Testnet Explorer',
|
27214
|
+
url: 'https://testnet.oneworldchain.org',
|
27215
|
+
standard: 'EIP3091'
|
27216
|
+
}
|
27217
|
+
]
|
27218
|
+
},
|
27012
27219
|
{
|
27013
27220
|
name: 'Eclipse Testnet',
|
27014
27221
|
chain: 'ECLIPSE',
|