eth-chainlist 0.0.564 → 0.0.566
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 +71 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.566 (2024-12-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.565 ([de6e59a](https://github.com/poowf/eth-chainlist/commit/de6e59a30ce520681327f704167a9596aeee99f6))
|
|
9
|
+
* update chain data ([bd5ed04](https://github.com/poowf/eth-chainlist/commit/bd5ed0470df7e33d51cbea9ce48511074e2ec620))
|
|
10
|
+
|
|
11
|
+
### 0.0.565 (2024-12-15)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.564 ([58b8a10](https://github.com/poowf/eth-chainlist/commit/58b8a10f56786c1c76eef0f57932150a9b2a5cce))
|
|
17
|
+
* update chain data ([c16833d](https://github.com/poowf/eth-chainlist/commit/c16833dd8e319f02e72c5a4c8bbba3a2ca6af629))
|
|
18
|
+
|
|
3
19
|
### 0.0.564 (2024-12-14)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -24380,6 +24380,26 @@ const chainArray = [
|
|
|
24380
24380
|
}
|
|
24381
24381
|
]
|
|
24382
24382
|
},
|
|
24383
|
+
{
|
|
24384
|
+
name: 'eGoldChain',
|
|
24385
|
+
chain: 'EGC',
|
|
24386
|
+
icon: 'egoldchain',
|
|
24387
|
+
rpc: [ 'https://rpc.egoldchain.com', 'wss://wss.egoldchain.com' ],
|
|
24388
|
+
faucets: [],
|
|
24389
|
+
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
24390
|
+
infoURL: 'https://www.egoldchain.com',
|
|
24391
|
+
shortName: 'egoldchain',
|
|
24392
|
+
chainId: 11451,
|
|
24393
|
+
networkId: 11451,
|
|
24394
|
+
explorers: [
|
|
24395
|
+
{
|
|
24396
|
+
name: 'eGoldChain Block Explorer',
|
|
24397
|
+
url: 'https://egoldscan.io',
|
|
24398
|
+
standard: 'none',
|
|
24399
|
+
icon: 'egoldchain'
|
|
24400
|
+
}
|
|
24401
|
+
]
|
|
24402
|
+
},
|
|
24383
24403
|
{
|
|
24384
24404
|
name: 'BEVM Mainnet',
|
|
24385
24405
|
chain: 'BEVM',
|
|
@@ -29705,7 +29725,7 @@ const chainArray = [
|
|
|
29705
29725
|
name: 'OverProtocol Mainnet',
|
|
29706
29726
|
chain: 'OverProtocol',
|
|
29707
29727
|
icon: 'overIcon',
|
|
29708
|
-
rpc: [ 'https://
|
|
29728
|
+
rpc: [ 'https://rpc.overprotocol.com', 'https://rpc2.overprotocol.com' ],
|
|
29709
29729
|
faucets: [],
|
|
29710
29730
|
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
|
29711
29731
|
infoURL: 'https://docs.over.network',
|
|
@@ -29715,7 +29735,7 @@ const chainArray = [
|
|
|
29715
29735
|
explorers: [
|
|
29716
29736
|
{
|
|
29717
29737
|
name: 'OverView',
|
|
29718
|
-
url: 'https://
|
|
29738
|
+
url: 'https://scan.over.network',
|
|
29719
29739
|
standard: 'EIP3091'
|
|
29720
29740
|
}
|
|
29721
29741
|
]
|
|
@@ -33807,6 +33827,29 @@ const chainArray = [
|
|
|
33807
33827
|
]
|
|
33808
33828
|
}
|
|
33809
33829
|
},
|
|
33830
|
+
{
|
|
33831
|
+
name: 'eGoldChain Testnet',
|
|
33832
|
+
chain: 'EGC',
|
|
33833
|
+
icon: 'egoldchain',
|
|
33834
|
+
rpc: [
|
|
33835
|
+
'https://rpc-testnet.egoldchain.com',
|
|
33836
|
+
'wss://wss-testnet.egoldchain.com'
|
|
33837
|
+
],
|
|
33838
|
+
faucets: [],
|
|
33839
|
+
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
33840
|
+
infoURL: 'https://www.egoldchain.com',
|
|
33841
|
+
shortName: 'egoldchaint',
|
|
33842
|
+
chainId: 111451,
|
|
33843
|
+
networkId: 111451,
|
|
33844
|
+
explorers: [
|
|
33845
|
+
{
|
|
33846
|
+
name: 'eGoldChain Block Explorer',
|
|
33847
|
+
url: 'http://testnet.egoldscan.io',
|
|
33848
|
+
standard: 'none',
|
|
33849
|
+
icon: 'egoldchain'
|
|
33850
|
+
}
|
|
33851
|
+
]
|
|
33852
|
+
},
|
|
33810
33853
|
{
|
|
33811
33854
|
name: 'Metachain One Mainnet',
|
|
33812
33855
|
chain: 'METAO',
|
|
@@ -35224,6 +35267,30 @@ const chainArray = [
|
|
|
35224
35267
|
}
|
|
35225
35268
|
]
|
|
35226
35269
|
},
|
|
35270
|
+
{
|
|
35271
|
+
name: 'Studio Testnet',
|
|
35272
|
+
chain: 'STO',
|
|
35273
|
+
icon: 'studio',
|
|
35274
|
+
rpc: [
|
|
35275
|
+
'https://rpc.studio-blockchain.com',
|
|
35276
|
+
'wss://ws.studio-blockchain.com'
|
|
35277
|
+
],
|
|
35278
|
+
faucets: [],
|
|
35279
|
+
nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
|
|
35280
|
+
features: [ { name: 'EIP155' } ],
|
|
35281
|
+
infoURL: 'https://studio-blockchain.com',
|
|
35282
|
+
shortName: 'sto',
|
|
35283
|
+
chainId: 240240,
|
|
35284
|
+
networkId: 240240,
|
|
35285
|
+
explorers: [
|
|
35286
|
+
{
|
|
35287
|
+
name: 'Studio Scan',
|
|
35288
|
+
url: 'https://studio-scan.com',
|
|
35289
|
+
standard: 'EIP3091'
|
|
35290
|
+
}
|
|
35291
|
+
],
|
|
35292
|
+
status: 'active'
|
|
35293
|
+
},
|
|
35227
35294
|
{
|
|
35228
35295
|
name: 'Orange Chain Testnet',
|
|
35229
35296
|
title: 'Orange Chain Testnet',
|
|
@@ -36725,7 +36792,7 @@ const chainArray = [
|
|
|
36725
36792
|
name: 'OverProtocol Testnet',
|
|
36726
36793
|
chain: 'OverProtocol',
|
|
36727
36794
|
icon: 'overIcon',
|
|
36728
|
-
rpc: [ 'https://
|
|
36795
|
+
rpc: [ 'https://rpc.dolphin.overprotocol.com' ],
|
|
36729
36796
|
faucets: [],
|
|
36730
36797
|
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
|
36731
36798
|
infoURL: 'https://docs.over.network',
|
|
@@ -36735,7 +36802,7 @@ const chainArray = [
|
|
|
36735
36802
|
explorers: [
|
|
36736
36803
|
{
|
|
36737
36804
|
name: 'OverView Testnet',
|
|
36738
|
-
url: 'https://dolphin.
|
|
36805
|
+
url: 'https://dolphin-scan.over.network',
|
|
36739
36806
|
standard: 'EIP3091'
|
|
36740
36807
|
}
|
|
36741
36808
|
]
|