eth-chainlist 0.0.91 → 0.0.92
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 +38 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.92 (2023-03-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.91 ([a62d99c](https://github.com/poowf/eth-chainlist/commit/a62d99c838aa6b1aaee25f82aa099b8543c2afa3))
|
9
|
+
* update chain data ([d17ff62](https://github.com/poowf/eth-chainlist/commit/d17ff62908a4a7ff71572e485f7e9983cee9f1d5))
|
10
|
+
|
3
11
|
### 0.0.91 (2023-03-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3078,6 +3078,21 @@ const chainArray = [
|
|
3078
3078
|
url: 'https://filfox.info/en',
|
3079
3079
|
standard: 'none'
|
3080
3080
|
},
|
3081
|
+
{
|
3082
|
+
name: 'Beryx',
|
3083
|
+
url: 'https://beryx.zondax.ch',
|
3084
|
+
standard: 'none'
|
3085
|
+
},
|
3086
|
+
{
|
3087
|
+
name: 'Glif Explorer',
|
3088
|
+
url: 'https://explorer.glif.io',
|
3089
|
+
standard: 'EIP3091'
|
3090
|
+
},
|
3091
|
+
{
|
3092
|
+
name: 'Filmine',
|
3093
|
+
url: 'https://explorer.filmine.io',
|
3094
|
+
standard: 'none'
|
3095
|
+
},
|
3081
3096
|
{ name: 'Filscan', url: 'https://filscan.io', standard: 'none' },
|
3082
3097
|
{
|
3083
3098
|
name: 'Filscout',
|
@@ -6094,6 +6109,28 @@ const chainArray = [
|
|
6094
6109
|
faucets: [],
|
6095
6110
|
infoURL: ''
|
6096
6111
|
},
|
6112
|
+
{
|
6113
|
+
name: 'Eleanor',
|
6114
|
+
title: 'Metatime Testnet Eleanor',
|
6115
|
+
chain: 'MTC',
|
6116
|
+
rpc: [
|
6117
|
+
'https://rpc.metatime.com/eleanor',
|
6118
|
+
'wss://ws.metatime.com/eleanor'
|
6119
|
+
],
|
6120
|
+
faucets: [ 'https://faucet.metatime.com/eleanor' ],
|
6121
|
+
nativeCurrency: { name: 'Eleanor Metacoin', symbol: 'MTC', decimals: 18 },
|
6122
|
+
infoURL: 'https://eleanor.metatime.com',
|
6123
|
+
shortName: 'mtc',
|
6124
|
+
chainId: 1967,
|
6125
|
+
networkId: 1967,
|
6126
|
+
explorers: [
|
6127
|
+
{
|
6128
|
+
name: 'metaexplorer-eleanor',
|
6129
|
+
url: 'https://explorer.metatime.com/eleanor',
|
6130
|
+
standard: 'EIP3091'
|
6131
|
+
}
|
6132
|
+
]
|
6133
|
+
},
|
6097
6134
|
{
|
6098
6135
|
name: 'Atelier',
|
6099
6136
|
title: 'Atelier Test Network',
|
@@ -7121,6 +7158,7 @@ const chainArray = [
|
|
7121
7158
|
icon: 'filecoin',
|
7122
7159
|
rpc: [
|
7123
7160
|
'https://api.hyperspace.node.glif.io/rpc/v1',
|
7161
|
+
'https://rpc.ankr.com/filecoin_testnet',
|
7124
7162
|
'https://filecoin-hyperspace.chainstacklabs.com/rpc/v1'
|
7125
7163
|
],
|
7126
7164
|
faucets: [ 'https://hyperspace.yoga/#faucet' ],
|