eth-chainlist 0.0.174 → 0.0.175
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 +8 -0
- package/data/chain.js +30 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.175 (2023-06-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.174 ([048bc30](https://github.com/poowf/eth-chainlist/commit/048bc304d5bd43d6156bde804fd852446bf8849e))
|
9
|
+
* update chain data ([6f4279d](https://github.com/poowf/eth-chainlist/commit/6f4279d2d18a8c1c967870530f3325e1299f6bf3))
|
10
|
+
|
3
11
|
### 0.0.174 (2023-06-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1115,7 +1115,7 @@ const chainArray = [
|
|
1115
1115
|
{
|
1116
1116
|
name: 'Ethereum Classic Mainnet',
|
1117
1117
|
chain: 'ETC',
|
1118
|
-
rpc: [ 'https://
|
1118
|
+
rpc: [ 'https://etc.rivet.link' ],
|
1119
1119
|
faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/?' ],
|
1120
1120
|
nativeCurrency: { name: 'Ethereum Classic Ether', symbol: 'ETC', decimals: 18 },
|
1121
1121
|
infoURL: 'https://ethereumclassic.org',
|
@@ -1149,7 +1149,7 @@ const chainArray = [
|
|
1149
1149
|
{
|
1150
1150
|
name: 'Ethereum Classic Testnet Mordor',
|
1151
1151
|
chain: 'ETC',
|
1152
|
-
rpc: [ 'https://
|
1152
|
+
rpc: [ 'https://rpc.mordor.etccooperative.org' ],
|
1153
1153
|
faucets: [],
|
1154
1154
|
nativeCurrency: {
|
1155
1155
|
name: 'Mordor Classic Testnet Ether',
|
@@ -6798,26 +6798,19 @@ const chainArray = [
|
|
6798
6798
|
networkId: 1657
|
6799
6799
|
},
|
6800
6800
|
{
|
6801
|
-
name: 'Horizen Yuma Testnet',
|
6801
|
+
name: 'Horizen Yuma Testnet Deprecated',
|
6802
6802
|
shortName: 'Yuma',
|
6803
6803
|
chain: 'Yuma',
|
6804
6804
|
icon: 'eon',
|
6805
|
-
rpc: [
|
6805
|
+
rpc: [],
|
6806
6806
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6807
|
-
faucets: [
|
6807
|
+
faucets: [],
|
6808
6808
|
nativeCurrency: { name: 'Testnet Zen', symbol: 'tZEN', decimals: 18 },
|
6809
6809
|
infoURL: 'https://horizen.io/',
|
6810
6810
|
chainId: 1662,
|
6811
6811
|
networkId: 1662,
|
6812
6812
|
slip44: 121,
|
6813
|
-
explorers: [
|
6814
|
-
{
|
6815
|
-
name: 'Yuma Testnet Block Explorer',
|
6816
|
-
url: 'https://yuma-explorer.horizen.io',
|
6817
|
-
icon: 'eon',
|
6818
|
-
standard: 'EIP3091'
|
6819
|
-
}
|
6820
|
-
],
|
6813
|
+
explorers: [],
|
6821
6814
|
status: 'deprecated'
|
6822
6815
|
},
|
6823
6816
|
{
|
@@ -16839,6 +16832,30 @@ const chainArray = [
|
|
16839
16832
|
chainId: 20181205,
|
16840
16833
|
networkId: 20181205
|
16841
16834
|
},
|
16835
|
+
{
|
16836
|
+
name: 'Pego Network',
|
16837
|
+
chain: 'PEGO',
|
16838
|
+
rpc: [
|
16839
|
+
'https://pegorpc.com',
|
16840
|
+
'https://node1.pegorpc.com',
|
16841
|
+
'https://node2.pegorpc.com',
|
16842
|
+
'https://node3.pegorpc.com'
|
16843
|
+
],
|
16844
|
+
faucets: [],
|
16845
|
+
nativeCurrency: { name: 'Pego Native Token', symbol: 'PG', decimals: 18 },
|
16846
|
+
infoURL: 'https://pego.network',
|
16847
|
+
shortName: 'pg',
|
16848
|
+
chainId: 20201022,
|
16849
|
+
networkId: 20201022,
|
16850
|
+
icon: 'pego',
|
16851
|
+
explorers: [
|
16852
|
+
{
|
16853
|
+
name: 'Pego Network Explorer',
|
16854
|
+
url: 'https://scan.pego.network',
|
16855
|
+
standard: 'EIP3091'
|
16856
|
+
}
|
16857
|
+
]
|
16858
|
+
},
|
16842
16859
|
{
|
16843
16860
|
name: 'Excelon Mainnet',
|
16844
16861
|
chain: 'XLON',
|