eth-chainlist 0.0.60 → 0.0.61
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 +66 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.61 (2023-01-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.60 ([e2bc76d](https://github.com/poowf/eth-chainlist/commit/e2bc76dfb95c99580ed74caa824ba388df5dd113))
|
9
|
+
* update chain data ([f390e4b](https://github.com/poowf/eth-chainlist/commit/f390e4b80c7eabe983904cbb3c4726881bc3a903))
|
10
|
+
|
3
11
|
### 0.0.60 (2023-01-19)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2218,6 +2218,44 @@ const chainArray = [
|
|
2218
2218
|
}
|
2219
2219
|
]
|
2220
2220
|
},
|
2221
|
+
{
|
2222
|
+
name: 'Armonia Eva Chain Mainnet',
|
2223
|
+
chain: 'Eva',
|
2224
|
+
rpc: [ 'https://evascan.io/api/eth-rpc/' ],
|
2225
|
+
faucets: [],
|
2226
|
+
nativeCurrency: {
|
2227
|
+
name: 'Armonia Multichain Native Token',
|
2228
|
+
symbol: 'AMAX',
|
2229
|
+
decimals: 18
|
2230
|
+
},
|
2231
|
+
infoURL: 'https://amax.network',
|
2232
|
+
shortName: 'eva',
|
2233
|
+
chainId: 160,
|
2234
|
+
networkId: 160,
|
2235
|
+
status: 'incubating'
|
2236
|
+
},
|
2237
|
+
{
|
2238
|
+
name: 'Armonia Eva Chain Testnet',
|
2239
|
+
chain: 'Wall-e',
|
2240
|
+
rpc: [ 'https://testnet.evascan.io/api/eth-rpc/' ],
|
2241
|
+
faucets: [],
|
2242
|
+
nativeCurrency: {
|
2243
|
+
name: 'Armonia Multichain Native Token',
|
2244
|
+
symbol: 'AMAX',
|
2245
|
+
decimals: 18
|
2246
|
+
},
|
2247
|
+
infoURL: 'https://amax.network',
|
2248
|
+
shortName: 'wall-e',
|
2249
|
+
chainId: 161,
|
2250
|
+
networkId: 161,
|
2251
|
+
explorers: [
|
2252
|
+
{
|
2253
|
+
name: 'blockscout - evascan',
|
2254
|
+
url: 'https://testnet.evascan.io',
|
2255
|
+
standard: 'EIP3091'
|
2256
|
+
}
|
2257
|
+
]
|
2258
|
+
},
|
2221
2259
|
{
|
2222
2260
|
name: 'Lightstreams Testnet',
|
2223
2261
|
chain: 'PHT',
|
@@ -6313,8 +6351,11 @@ const chainArray = [
|
|
6313
6351
|
name: 'Filecoin - Hyperspace testnet',
|
6314
6352
|
chain: 'FIL',
|
6315
6353
|
icon: 'filecoin',
|
6316
|
-
rpc: [
|
6317
|
-
|
6354
|
+
rpc: [
|
6355
|
+
'https://api.hyperspace.node.glif.io/rpc/v1',
|
6356
|
+
'https://filecoin-hyperspace.chainstacklabs.com/rpc/v1'
|
6357
|
+
],
|
6358
|
+
faucets: [ 'https://hyperspace.yoga/#faucet' ],
|
6318
6359
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
6319
6360
|
infoURL: 'https://filecoin.io',
|
6320
6361
|
shortName: 'filecoin-hyperspace',
|
@@ -8697,6 +8738,26 @@ const chainArray = [
|
|
8697
8738
|
}
|
8698
8739
|
]
|
8699
8740
|
},
|
8741
|
+
{
|
8742
|
+
name: 'HOME Verse Mainnet',
|
8743
|
+
chain: 'HOME Verse',
|
8744
|
+
icon: 'home_verse',
|
8745
|
+
rpc: [ 'https://rpc.mainnet.oasys.homeverse.games/' ],
|
8746
|
+
faucets: [],
|
8747
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
8748
|
+
infoURL: 'https://www.homeverse.games/',
|
8749
|
+
shortName: 'HMV',
|
8750
|
+
chainId: 19011,
|
8751
|
+
networkId: 19011,
|
8752
|
+
explorers: [
|
8753
|
+
{
|
8754
|
+
name: 'HOME Verse Explorer',
|
8755
|
+
url: 'https://explorer.oasys.homeverse.games',
|
8756
|
+
standard: 'EIP3091'
|
8757
|
+
}
|
8758
|
+
],
|
8759
|
+
parent: { type: 'L2', chain: 'eip155-248' }
|
8760
|
+
},
|
8700
8761
|
{
|
8701
8762
|
name: 'BTCIX Network',
|
8702
8763
|
chain: 'BTCIX',
|
@@ -9112,8 +9173,8 @@ const chainArray = [
|
|
9112
9173
|
name: 'Filecoin - Wallaby testnet',
|
9113
9174
|
chain: 'FIL',
|
9114
9175
|
icon: 'filecoin',
|
9115
|
-
rpc: [ 'https://wallaby.node.glif.io/rpc/
|
9116
|
-
faucets: [ 'https://wallaby.
|
9176
|
+
rpc: [ 'https://wallaby.node.glif.io/rpc/v1' ],
|
9177
|
+
faucets: [ 'https://wallaby.yoga/#faucet' ],
|
9117
9178
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
9118
9179
|
infoURL: 'https://filecoin.io',
|
9119
9180
|
shortName: 'filecoin-wallaby',
|
@@ -11163,7 +11224,7 @@ const chainArray = [
|
|
11163
11224
|
name: 'Filecoin - Calibration testnet',
|
11164
11225
|
chain: 'FIL',
|
11165
11226
|
icon: 'filecoin',
|
11166
|
-
rpc: [ 'https://api.calibration.node.glif.io/rpc/
|
11227
|
+
rpc: [ 'https://api.calibration.node.glif.io/rpc/v1' ],
|
11167
11228
|
faucets: [ 'https://faucet.calibration.fildev.network/' ],
|
11168
11229
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
11169
11230
|
infoURL: 'https://filecoin.io',
|