eth-chainlist 0.0.316 → 0.0.318
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 +165 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.318 (2024-01-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.317 ([b433a52](https://github.com/poowf/eth-chainlist/commit/b433a5248bcebbce86a218e0a2b5ae1510f28f56))
|
9
|
+
* update chain data ([24cd2b8](https://github.com/poowf/eth-chainlist/commit/24cd2b8213a06e06ee472d966ccc6da8b404dc8a))
|
10
|
+
|
11
|
+
### 0.0.317 (2024-01-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.316 ([cecd289](https://github.com/poowf/eth-chainlist/commit/cecd2899373594ffd24f88b1cb651cd5204ce0d6))
|
17
|
+
* update chain data ([540f715](https://github.com/poowf/eth-chainlist/commit/540f715b2e50f4924441e75ddd372b8a4ea9e79e))
|
18
|
+
|
3
19
|
### 0.0.316 (2024-01-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4829,28 +4829,28 @@ const chainArray = [
|
|
4829
4829
|
]
|
4830
4830
|
},
|
4831
4831
|
{
|
4832
|
-
name: '
|
4833
|
-
title: '
|
4832
|
+
name: 'Ten Testnet',
|
4833
|
+
title: 'Ten Sepolia Rollup Testnet',
|
4834
4834
|
chainId: 443,
|
4835
|
-
shortName: '
|
4835
|
+
shortName: 'ten-testnet',
|
4836
4836
|
chain: 'ETH',
|
4837
4837
|
networkId: 443,
|
4838
4838
|
slip44: 1,
|
4839
4839
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
4840
|
-
rpc: [ 'https://testnet.
|
4840
|
+
rpc: [ 'https://testnet.ten.xyz' ],
|
4841
4841
|
faucets: [],
|
4842
|
-
infoURL: 'https://
|
4842
|
+
infoURL: 'https://ten.xyz',
|
4843
4843
|
explorers: [
|
4844
4844
|
{
|
4845
|
-
name: '
|
4846
|
-
url: 'https://
|
4845
|
+
name: 'Ten Sepolia Rollup Explorer',
|
4846
|
+
url: 'https://tenscan.io',
|
4847
4847
|
standard: 'none'
|
4848
4848
|
}
|
4849
4849
|
],
|
4850
4850
|
parent: {
|
4851
4851
|
type: 'L2',
|
4852
4852
|
chain: 'eip155-5',
|
4853
|
-
bridges: [ { url: 'https://bridge.
|
4853
|
+
bridges: [ { url: 'https://bridge.ten.xyz' } ]
|
4854
4854
|
}
|
4855
4855
|
},
|
4856
4856
|
{
|
@@ -9662,7 +9662,13 @@ const chainArray = [
|
|
9662
9662
|
{
|
9663
9663
|
name: 'Centrifuge',
|
9664
9664
|
chain: 'CFG',
|
9665
|
-
|
9665
|
+
icon: 'centrifuge',
|
9666
|
+
rpc: [
|
9667
|
+
'wss://fullnode.parachain.centrifuge.io',
|
9668
|
+
'wss://centrifuge-parachain.api.onfinality.io/public-ws',
|
9669
|
+
'wss://centrifuge-rpc.dwellir.com',
|
9670
|
+
'wss://rpc-centrifuge.luckyfriday.io'
|
9671
|
+
],
|
9666
9672
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9667
9673
|
faucets: [],
|
9668
9674
|
nativeCurrency: { name: 'Centrifuge', symbol: 'CFG', decimals: 18 },
|
@@ -9674,7 +9680,8 @@ const chainArray = [
|
|
9674
9680
|
{
|
9675
9681
|
name: 'subscan',
|
9676
9682
|
url: 'https://centrifuge.subscan.io',
|
9677
|
-
standard: 'EIP3091'
|
9683
|
+
standard: 'EIP3091',
|
9684
|
+
icon: 'subscan'
|
9678
9685
|
}
|
9679
9686
|
]
|
9680
9687
|
},
|
@@ -9863,7 +9870,11 @@ const chainArray = [
|
|
9863
9870
|
{
|
9864
9871
|
name: 'Altair',
|
9865
9872
|
chain: 'AIR',
|
9866
|
-
|
9873
|
+
icon: 'altair',
|
9874
|
+
rpc: [
|
9875
|
+
'wss://fullnode.altair.centrifuge.io',
|
9876
|
+
'wss://altair.api.onfinality.io/public-ws'
|
9877
|
+
],
|
9867
9878
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9868
9879
|
faucets: [],
|
9869
9880
|
nativeCurrency: { name: 'Altair', symbol: 'AIR', decimals: 18 },
|
@@ -9875,6 +9886,7 @@ const chainArray = [
|
|
9875
9886
|
{
|
9876
9887
|
name: 'Algol',
|
9877
9888
|
chain: 'algol',
|
9889
|
+
status: 'deprecated',
|
9878
9890
|
rpc: [ 'wss://fullnode.algol.cntrfg.com' ],
|
9879
9891
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9880
9892
|
faucets: [],
|
@@ -12321,6 +12333,24 @@ const chainArray = [
|
|
12321
12333
|
}
|
12322
12334
|
]
|
12323
12335
|
},
|
12336
|
+
{
|
12337
|
+
name: 'Smart Layer Network',
|
12338
|
+
chain: 'SLN',
|
12339
|
+
rpc: [ 'https://rpc.main.smartlayer.network' ],
|
12340
|
+
faucets: [],
|
12341
|
+
nativeCurrency: { name: 'Service Unit Token', symbol: 'SU', decimals: 18 },
|
12342
|
+
infoURL: 'https://www.smartlayer.network/',
|
12343
|
+
shortName: 'SLN',
|
12344
|
+
chainId: 5169,
|
12345
|
+
networkId: 5169,
|
12346
|
+
explorers: [
|
12347
|
+
{
|
12348
|
+
name: 'SLN Mainnet Explorer',
|
12349
|
+
url: 'https://explorer.main.smartlayer.network',
|
12350
|
+
standard: 'EIP3091'
|
12351
|
+
}
|
12352
|
+
]
|
12353
|
+
},
|
12324
12354
|
{
|
12325
12355
|
name: 'TLChain Network Mainnet',
|
12326
12356
|
chain: 'TLC',
|
@@ -13183,6 +13213,20 @@ const chainArray = [
|
|
13183
13213
|
}
|
13184
13214
|
]
|
13185
13215
|
},
|
13216
|
+
{
|
13217
|
+
name: 'Help The Homeless',
|
13218
|
+
chain: 'mainnet',
|
13219
|
+
rpc: [],
|
13220
|
+
faucets: [],
|
13221
|
+
nativeCurrency: { name: 'Help The Homeless Coin', symbol: 'HTH', decimals: 18 },
|
13222
|
+
infoURL: 'https://hth.world',
|
13223
|
+
shortName: 'hth',
|
13224
|
+
chainId: 7118,
|
13225
|
+
networkId: 7118,
|
13226
|
+
icon: 'hth',
|
13227
|
+
status: 'incubating',
|
13228
|
+
explorers: []
|
13229
|
+
},
|
13186
13230
|
{
|
13187
13231
|
name: 'Bitrock Mainnet',
|
13188
13232
|
chain: 'Bitrock',
|
@@ -14080,6 +14124,44 @@ const chainArray = [
|
|
14080
14124
|
networkId: 8724,
|
14081
14125
|
slip44: 1
|
14082
14126
|
},
|
14127
|
+
{
|
14128
|
+
name: 'Storagechain Mainnet',
|
14129
|
+
chain: 'Storagechain',
|
14130
|
+
rpc: [ 'https://mainnet-validator.storagechain.io' ],
|
14131
|
+
icon: 'storagechain',
|
14132
|
+
faucets: [],
|
14133
|
+
shortName: 'stor',
|
14134
|
+
nativeCurrency: { name: 'Storagechain', symbol: 'STOR', decimals: 18 },
|
14135
|
+
infoURL: 'https://storagechain.io/about-us',
|
14136
|
+
chainId: 8726,
|
14137
|
+
networkId: 8726,
|
14138
|
+
explorers: [
|
14139
|
+
{
|
14140
|
+
name: 'Storscan',
|
14141
|
+
url: 'https://explorer-storagechain.invo.zone/?network=StorageChain',
|
14142
|
+
standard: 'none'
|
14143
|
+
}
|
14144
|
+
]
|
14145
|
+
},
|
14146
|
+
{
|
14147
|
+
name: 'Storagechain Testnet',
|
14148
|
+
chain: 'Storagechain',
|
14149
|
+
rpc: [ 'https://testnet-validator.storagechain.io' ],
|
14150
|
+
icon: 'storagechain',
|
14151
|
+
faucets: [],
|
14152
|
+
nativeCurrency: { name: 'Storagechain', symbol: 'STOR', decimals: 18 },
|
14153
|
+
shortName: 'tstor',
|
14154
|
+
infoURL: 'https://storagechain.io/about-us',
|
14155
|
+
chainId: 8727,
|
14156
|
+
networkId: 8727,
|
14157
|
+
explorers: [
|
14158
|
+
{
|
14159
|
+
name: 'Storscan',
|
14160
|
+
url: 'https://explorer-storagechain.invo.zone/?network=StorageChain%20Testnet',
|
14161
|
+
standard: 'none'
|
14162
|
+
}
|
14163
|
+
]
|
14164
|
+
},
|
14083
14165
|
{
|
14084
14166
|
name: 'Alph Network',
|
14085
14167
|
chain: 'ALPH',
|
@@ -14698,6 +14780,24 @@ const chainArray = [
|
|
14698
14780
|
}
|
14699
14781
|
]
|
14700
14782
|
},
|
14783
|
+
{
|
14784
|
+
name: 'Dogelayer Mainnet',
|
14785
|
+
chain: 'Dogelayer',
|
14786
|
+
rpc: [ 'https://dl-rpc.dogelayer.org' ],
|
14787
|
+
faucets: [],
|
14788
|
+
nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
|
14789
|
+
infoURL: 'https://dogelayer.org',
|
14790
|
+
shortName: 'Dogelayer',
|
14791
|
+
chainId: 9888,
|
14792
|
+
networkId: 9888,
|
14793
|
+
explorers: [
|
14794
|
+
{
|
14795
|
+
name: 'Dogelayer mainnet explorer',
|
14796
|
+
url: 'https://dl-explorer.dogelayer.org',
|
14797
|
+
standard: 'EIP3091'
|
14798
|
+
}
|
14799
|
+
]
|
14800
|
+
},
|
14701
14801
|
{
|
14702
14802
|
name: 'Mind Smart Chain Testnet',
|
14703
14803
|
chain: 'tMIND',
|
@@ -16391,6 +16491,24 @@ const chainArray = [
|
|
16391
16491
|
}
|
16392
16492
|
]
|
16393
16493
|
},
|
16494
|
+
{
|
16495
|
+
name: 'GoldXChain Testnet',
|
16496
|
+
chain: 'GoldXTestnet',
|
16497
|
+
rpc: [ 'https://testnet-rpc.goldxchain.io' ],
|
16498
|
+
faucets: [ 'https://faucet.goldxchain.io' ],
|
16499
|
+
nativeCurrency: { name: 'GoldX', symbol: 'GOLDX', decimals: 18 },
|
16500
|
+
infoURL: 'https://goldxchain.io',
|
16501
|
+
shortName: 'goldx-testnet',
|
16502
|
+
chainId: 22324,
|
16503
|
+
networkId: 22324,
|
16504
|
+
explorers: [
|
16505
|
+
{
|
16506
|
+
name: 'GoldXChain Testnet Explorer',
|
16507
|
+
url: 'https://testnet-explorer.goldxchain.io',
|
16508
|
+
standard: 'EIP3091'
|
16509
|
+
}
|
16510
|
+
]
|
16511
|
+
},
|
16394
16512
|
{
|
16395
16513
|
name: 'MAP Mainnet',
|
16396
16514
|
chain: 'MAP',
|
@@ -17312,6 +17430,24 @@ const chainArray = [
|
|
17312
17430
|
}
|
17313
17431
|
]
|
17314
17432
|
},
|
17433
|
+
{
|
17434
|
+
name: 'GoldXChain Mainnet',
|
17435
|
+
chain: 'GoldX',
|
17436
|
+
rpc: [ 'https://mainnet-rpc.goldxchain.io' ],
|
17437
|
+
faucets: [],
|
17438
|
+
nativeCurrency: { name: 'GoldX', symbol: 'GOLDX', decimals: 18 },
|
17439
|
+
infoURL: 'https://goldxchain.io',
|
17440
|
+
shortName: 'goldx',
|
17441
|
+
chainId: 42355,
|
17442
|
+
networkId: 42355,
|
17443
|
+
explorers: [
|
17444
|
+
{
|
17445
|
+
name: 'GoldXChain Explorer',
|
17446
|
+
url: 'https://explorer.goldxchain.io',
|
17447
|
+
standard: 'EIP3091'
|
17448
|
+
}
|
17449
|
+
]
|
17450
|
+
},
|
17315
17451
|
{
|
17316
17452
|
name: 'ZKFair Mainnet',
|
17317
17453
|
title: 'ZKFair Mainnet',
|
@@ -19034,6 +19170,24 @@ const chainArray = [
|
|
19034
19170
|
}
|
19035
19171
|
]
|
19036
19172
|
},
|
19173
|
+
{
|
19174
|
+
name: 'Smart Layer Network Testnet',
|
19175
|
+
chain: 'SLN',
|
19176
|
+
rpc: [ 'https://rpc.test.smartlayer.network' ],
|
19177
|
+
faucets: [],
|
19178
|
+
nativeCurrency: { name: 'Service Unit Token', symbol: 'SU', decimals: 18 },
|
19179
|
+
infoURL: 'https://www.smartlayer.network/',
|
19180
|
+
shortName: 'tSLN',
|
19181
|
+
chainId: 82459,
|
19182
|
+
networkId: 82459,
|
19183
|
+
explorers: [
|
19184
|
+
{
|
19185
|
+
name: 'SLN Testnet Explorer',
|
19186
|
+
url: 'https://explorer.test.smartlayer.network',
|
19187
|
+
standard: 'EIP3091'
|
19188
|
+
}
|
19189
|
+
]
|
19190
|
+
},
|
19037
19191
|
{
|
19038
19192
|
name: 'Base Goerli Testnet',
|
19039
19193
|
chain: 'ETH',
|