eth-chainlist 0.0.163 → 0.0.164
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 +47 -36
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.164 (2023-06-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.163 ([a8c53a1](https://github.com/poowf/eth-chainlist/commit/a8c53a127a7b87b7f74f0229b036eb4c4ac2726a))
|
9
|
+
* update chain data ([0a7db65](https://github.com/poowf/eth-chainlist/commit/0a7db657caea5889b8224166054ce58a0d85ea9c))
|
10
|
+
|
3
11
|
### 0.0.163 (2023-06-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -8446,47 +8446,18 @@ const chainArray = [
|
|
8446
8446
|
},
|
8447
8447
|
{
|
8448
8448
|
name: 'Filecoin - Hyperspace testnet',
|
8449
|
+
status: 'deprecated',
|
8449
8450
|
chain: 'FIL',
|
8450
8451
|
icon: 'filecoin',
|
8451
|
-
rpc: [
|
8452
|
-
|
8453
|
-
'https://rpc.ankr.com/filecoin_testnet',
|
8454
|
-
'https://filecoin-hyperspace.chainstacklabs.com/rpc/v1'
|
8455
|
-
],
|
8456
|
-
faucets: [ 'https://hyperspace.yoga/#faucet' ],
|
8452
|
+
rpc: [],
|
8453
|
+
faucets: [],
|
8457
8454
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
8458
8455
|
infoURL: 'https://filecoin.io',
|
8459
8456
|
shortName: 'filecoin-hyperspace',
|
8460
8457
|
chainId: 3141,
|
8461
8458
|
networkId: 3141,
|
8462
8459
|
slip44: 1,
|
8463
|
-
explorers: [
|
8464
|
-
{
|
8465
|
-
name: 'Filfox - Hyperspace',
|
8466
|
-
url: 'https://hyperspace.filfox.info/en',
|
8467
|
-
standard: 'none'
|
8468
|
-
},
|
8469
|
-
{
|
8470
|
-
name: 'Glif Explorer - Hyperspace',
|
8471
|
-
url: 'https://explorer.glif.io/?network=hyperspace',
|
8472
|
-
standard: 'none'
|
8473
|
-
},
|
8474
|
-
{
|
8475
|
-
name: 'Beryx',
|
8476
|
-
url: 'https://beryx.zondax.ch',
|
8477
|
-
standard: 'none'
|
8478
|
-
},
|
8479
|
-
{
|
8480
|
-
name: 'Dev.storage',
|
8481
|
-
url: 'https://dev.storage',
|
8482
|
-
standard: 'none'
|
8483
|
-
},
|
8484
|
-
{
|
8485
|
-
name: 'Filscan - Hyperspace',
|
8486
|
-
url: 'https://hyperspace.filscan.io',
|
8487
|
-
standard: 'none'
|
8488
|
-
}
|
8489
|
-
]
|
8460
|
+
explorers: []
|
8490
8461
|
},
|
8491
8462
|
{
|
8492
8463
|
name: 'Debounce Subnet Testnet',
|
@@ -12475,10 +12446,11 @@ const chainArray = [
|
|
12475
12446
|
},
|
12476
12447
|
{
|
12477
12448
|
name: 'Filecoin - Wallaby testnet',
|
12449
|
+
status: 'deprecated',
|
12478
12450
|
chain: 'FIL',
|
12479
12451
|
icon: 'filecoin',
|
12480
|
-
rpc: [
|
12481
|
-
faucets: [
|
12452
|
+
rpc: [],
|
12453
|
+
faucets: [],
|
12482
12454
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
12483
12455
|
infoURL: 'https://filecoin.io',
|
12484
12456
|
shortName: 'filecoin-wallaby',
|
@@ -14112,6 +14084,30 @@ const chainArray = [
|
|
14112
14084
|
}
|
14113
14085
|
]
|
14114
14086
|
},
|
14087
|
+
{
|
14088
|
+
name: 'Nautilus Chain',
|
14089
|
+
title: 'Nautilus Trition Testnet',
|
14090
|
+
chain: 'ETH',
|
14091
|
+
icon: 'nautilus',
|
14092
|
+
rpc: [ 'https://triton.api.nautchain.xyz' ],
|
14093
|
+
faucets: [ 'https://faucet.eclipse.builders' ],
|
14094
|
+
nativeCurrency: {
|
14095
|
+
name: 'Nautilus Zebec Testnet Tokens',
|
14096
|
+
symbol: 'tZBC',
|
14097
|
+
decimals: 18
|
14098
|
+
},
|
14099
|
+
infoURL: 'https://docs.nautchain.xyz',
|
14100
|
+
shortName: 'NAUT',
|
14101
|
+
chainId: 91002,
|
14102
|
+
networkId: 91002,
|
14103
|
+
explorers: [
|
14104
|
+
{
|
14105
|
+
name: 'Nautscan',
|
14106
|
+
url: 'https://triton.nautscan.com',
|
14107
|
+
standard: 'EIP3091'
|
14108
|
+
}
|
14109
|
+
]
|
14110
|
+
},
|
14115
14111
|
{
|
14116
14112
|
name: 'Lambda Testnet',
|
14117
14113
|
chain: 'Lambda',
|
@@ -15194,7 +15190,12 @@ const chainArray = [
|
|
15194
15190
|
name: 'Filecoin - Calibration testnet',
|
15195
15191
|
chain: 'FIL',
|
15196
15192
|
icon: 'filecoin',
|
15197
|
-
rpc: [
|
15193
|
+
rpc: [
|
15194
|
+
'https://api.calibration.node.glif.io/rpc/v1',
|
15195
|
+
'https://rpc.ankr.com/filecoin_testnet',
|
15196
|
+
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
15197
|
+
'https://filecoin-calibration.chainup.net/rpc/v1'
|
15198
|
+
],
|
15198
15199
|
faucets: [ 'https://faucet.calibration.fildev.network/' ],
|
15199
15200
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
15200
15201
|
infoURL: 'https://filecoin.io',
|
@@ -15217,6 +15218,16 @@ const chainArray = [
|
|
15217
15218
|
name: 'Filfox - Calibration',
|
15218
15219
|
url: 'https://calibration.filfox.info',
|
15219
15220
|
standard: 'none'
|
15221
|
+
},
|
15222
|
+
{
|
15223
|
+
name: 'Glif Explorer - Calibration',
|
15224
|
+
url: 'https://explorer.glif.io/?network=calibration',
|
15225
|
+
standard: 'none'
|
15226
|
+
},
|
15227
|
+
{
|
15228
|
+
name: 'Beryx',
|
15229
|
+
url: 'https://beryx.zondax.ch',
|
15230
|
+
standard: 'none'
|
15220
15231
|
}
|
15221
15232
|
]
|
15222
15233
|
},
|