eth-chainlist 0.0.163 → 0.0.165
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 +70 -36
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.165 (2023-06-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.164 ([eb4e5b6](https://github.com/poowf/eth-chainlist/commit/eb4e5b66876e84e94791092d3dd2c13c80d78364))
|
9
|
+
* update chain data ([6fa9042](https://github.com/poowf/eth-chainlist/commit/6fa90420f5172f52d7520885401c7961942d3894))
|
10
|
+
|
11
|
+
### 0.0.164 (2023-06-07)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.163 ([a8c53a1](https://github.com/poowf/eth-chainlist/commit/a8c53a127a7b87b7f74f0229b036eb4c4ac2726a))
|
17
|
+
* update chain data ([0a7db65](https://github.com/poowf/eth-chainlist/commit/0a7db657caea5889b8224166054ce58a0d85ea9c))
|
18
|
+
|
3
19
|
### 0.0.163 (2023-06-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4600,6 +4600,29 @@ const chainArray = [
|
|
4600
4600
|
chainId: 777,
|
4601
4601
|
networkId: 777
|
4602
4602
|
},
|
4603
|
+
{
|
4604
|
+
name: 'MAAL Sharia Chain',
|
4605
|
+
chain: 'MAAL',
|
4606
|
+
icon: 'maal',
|
4607
|
+
rpc: [
|
4608
|
+
'https://node1-mainnet.maalscan.io/',
|
4609
|
+
'https://node2-mainnet.maalscan.io/',
|
4610
|
+
'https://node3-mainnet.maalscan.io/'
|
4611
|
+
],
|
4612
|
+
faucets: [],
|
4613
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
4614
|
+
infoURL: 'https://www.maalblockchain.com/',
|
4615
|
+
shortName: 'maal',
|
4616
|
+
chainId: 786,
|
4617
|
+
networkId: 786,
|
4618
|
+
explorers: [
|
4619
|
+
{
|
4620
|
+
name: 'maalscan',
|
4621
|
+
url: 'https://maalscan.io',
|
4622
|
+
standard: 'EIP3091'
|
4623
|
+
}
|
4624
|
+
]
|
4625
|
+
},
|
4603
4626
|
{
|
4604
4627
|
name: 'Acala Network',
|
4605
4628
|
chain: 'ACA',
|
@@ -8446,47 +8469,18 @@ const chainArray = [
|
|
8446
8469
|
},
|
8447
8470
|
{
|
8448
8471
|
name: 'Filecoin - Hyperspace testnet',
|
8472
|
+
status: 'deprecated',
|
8449
8473
|
chain: 'FIL',
|
8450
8474
|
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' ],
|
8475
|
+
rpc: [],
|
8476
|
+
faucets: [],
|
8457
8477
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
8458
8478
|
infoURL: 'https://filecoin.io',
|
8459
8479
|
shortName: 'filecoin-hyperspace',
|
8460
8480
|
chainId: 3141,
|
8461
8481
|
networkId: 3141,
|
8462
8482
|
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
|
-
]
|
8483
|
+
explorers: []
|
8490
8484
|
},
|
8491
8485
|
{
|
8492
8486
|
name: 'Debounce Subnet Testnet',
|
@@ -12475,10 +12469,11 @@ const chainArray = [
|
|
12475
12469
|
},
|
12476
12470
|
{
|
12477
12471
|
name: 'Filecoin - Wallaby testnet',
|
12472
|
+
status: 'deprecated',
|
12478
12473
|
chain: 'FIL',
|
12479
12474
|
icon: 'filecoin',
|
12480
|
-
rpc: [
|
12481
|
-
faucets: [
|
12475
|
+
rpc: [],
|
12476
|
+
faucets: [],
|
12482
12477
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
12483
12478
|
infoURL: 'https://filecoin.io',
|
12484
12479
|
shortName: 'filecoin-wallaby',
|
@@ -14112,6 +14107,30 @@ const chainArray = [
|
|
14112
14107
|
}
|
14113
14108
|
]
|
14114
14109
|
},
|
14110
|
+
{
|
14111
|
+
name: 'Nautilus Chain',
|
14112
|
+
title: 'Nautilus Trition Testnet',
|
14113
|
+
chain: 'ETH',
|
14114
|
+
icon: 'nautilus',
|
14115
|
+
rpc: [ 'https://triton.api.nautchain.xyz' ],
|
14116
|
+
faucets: [ 'https://faucet.eclipse.builders' ],
|
14117
|
+
nativeCurrency: {
|
14118
|
+
name: 'Nautilus Zebec Testnet Tokens',
|
14119
|
+
symbol: 'tZBC',
|
14120
|
+
decimals: 18
|
14121
|
+
},
|
14122
|
+
infoURL: 'https://docs.nautchain.xyz',
|
14123
|
+
shortName: 'NAUT',
|
14124
|
+
chainId: 91002,
|
14125
|
+
networkId: 91002,
|
14126
|
+
explorers: [
|
14127
|
+
{
|
14128
|
+
name: 'Nautscan',
|
14129
|
+
url: 'https://triton.nautscan.com',
|
14130
|
+
standard: 'EIP3091'
|
14131
|
+
}
|
14132
|
+
]
|
14133
|
+
},
|
14115
14134
|
{
|
14116
14135
|
name: 'Lambda Testnet',
|
14117
14136
|
chain: 'Lambda',
|
@@ -15194,7 +15213,12 @@ const chainArray = [
|
|
15194
15213
|
name: 'Filecoin - Calibration testnet',
|
15195
15214
|
chain: 'FIL',
|
15196
15215
|
icon: 'filecoin',
|
15197
|
-
rpc: [
|
15216
|
+
rpc: [
|
15217
|
+
'https://api.calibration.node.glif.io/rpc/v1',
|
15218
|
+
'https://rpc.ankr.com/filecoin_testnet',
|
15219
|
+
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
15220
|
+
'https://filecoin-calibration.chainup.net/rpc/v1'
|
15221
|
+
],
|
15198
15222
|
faucets: [ 'https://faucet.calibration.fildev.network/' ],
|
15199
15223
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
15200
15224
|
infoURL: 'https://filecoin.io',
|
@@ -15217,6 +15241,16 @@ const chainArray = [
|
|
15217
15241
|
name: 'Filfox - Calibration',
|
15218
15242
|
url: 'https://calibration.filfox.info',
|
15219
15243
|
standard: 'none'
|
15244
|
+
},
|
15245
|
+
{
|
15246
|
+
name: 'Glif Explorer - Calibration',
|
15247
|
+
url: 'https://explorer.glif.io/?network=calibration',
|
15248
|
+
standard: 'none'
|
15249
|
+
},
|
15250
|
+
{
|
15251
|
+
name: 'Beryx',
|
15252
|
+
url: 'https://beryx.zondax.ch',
|
15253
|
+
standard: 'none'
|
15220
15254
|
}
|
15221
15255
|
]
|
15222
15256
|
},
|