eth-chainlist 0.0.99 → 0.0.101
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 +49 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.101 (2023-03-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.100 ([c28f892](https://github.com/poowf/eth-chainlist/commit/c28f8922a3241a156f3c2bfc01a077ec139188e1))
|
9
|
+
* update chain data ([0c0adf9](https://github.com/poowf/eth-chainlist/commit/0c0adf9fdafdfa51f26847f8cbb9ac24d0b803b0))
|
10
|
+
|
11
|
+
### 0.0.100 (2023-03-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.99 ([4b305e0](https://github.com/poowf/eth-chainlist/commit/4b305e05cb95839f3d9e325dd8dad9f6bbe9b8ca))
|
17
|
+
* update chain data ([0442d4f](https://github.com/poowf/eth-chainlist/commit/0442d4ff2db67b3072a9e210d684c08e3809fdfd))
|
18
|
+
|
3
19
|
### 0.0.99 (2023-03-14)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3119,7 +3119,10 @@ const chainArray = [
|
|
3119
3119
|
name: 'Filecoin - Mainnet',
|
3120
3120
|
chain: 'FIL',
|
3121
3121
|
icon: 'filecoin',
|
3122
|
-
rpc: [
|
3122
|
+
rpc: [
|
3123
|
+
'https://api.node.glif.io/',
|
3124
|
+
'https://rpc.ankr.com/filecoin, https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
|
3125
|
+
],
|
3123
3126
|
faucets: [],
|
3124
3127
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
3125
3128
|
infoURL: 'https://filecoin.io',
|
@@ -3144,8 +3147,8 @@ const chainArray = [
|
|
3144
3147
|
standard: 'EIP3091'
|
3145
3148
|
},
|
3146
3149
|
{
|
3147
|
-
name: '
|
3148
|
-
url: 'https://
|
3150
|
+
name: 'Dev.storage',
|
3151
|
+
url: 'https://dev.storage',
|
3149
3152
|
standard: 'none'
|
3150
3153
|
},
|
3151
3154
|
{ name: 'Filscan', url: 'https://filscan.io', standard: 'none' },
|
@@ -3465,6 +3468,19 @@ const chainArray = [
|
|
3465
3468
|
}
|
3466
3469
|
]
|
3467
3470
|
},
|
3471
|
+
{
|
3472
|
+
name: 'LA Testnet',
|
3473
|
+
chain: 'LATestnet',
|
3474
|
+
rpc: [ 'https://rpc.testnet.lachain.network' ],
|
3475
|
+
faucets: [],
|
3476
|
+
nativeCurrency: { name: 'Test La Coin', symbol: 'TLA', decimals: 18 },
|
3477
|
+
features: [ { name: 'EIP155' } ],
|
3478
|
+
infoURL: '',
|
3479
|
+
shortName: 'latestnet',
|
3480
|
+
chainId: 418,
|
3481
|
+
networkId: 418,
|
3482
|
+
explorers: []
|
3483
|
+
},
|
3468
3484
|
{
|
3469
3485
|
name: 'Optimism Goerli Testnet',
|
3470
3486
|
chain: 'ETH',
|
@@ -5731,6 +5747,26 @@ const chainArray = [
|
|
5731
5747
|
],
|
5732
5748
|
status: 'deprecated'
|
5733
5749
|
},
|
5750
|
+
{
|
5751
|
+
name: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
|
5752
|
+
title: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
|
5753
|
+
chain: 'Polygon',
|
5754
|
+
rpc: [],
|
5755
|
+
faucets: [],
|
5756
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5757
|
+
infoURL: 'https://polygon.technology/solutions/polygon-zkevm/',
|
5758
|
+
shortName: 'testnet-zkEVM-mango-pre-audit-upgraded',
|
5759
|
+
chainId: 1422,
|
5760
|
+
networkId: 1422,
|
5761
|
+
explorers: [
|
5762
|
+
{
|
5763
|
+
name: 'Polygon zkEVM explorer',
|
5764
|
+
url: 'https://explorer.public.zkevm-test.net',
|
5765
|
+
standard: 'EIP3091'
|
5766
|
+
}
|
5767
|
+
],
|
5768
|
+
status: 'deprecated'
|
5769
|
+
},
|
5734
5770
|
{
|
5735
5771
|
name: 'Polygon zkEVM Testnet',
|
5736
5772
|
title: 'Polygon zkEVM Testnet',
|
@@ -5740,8 +5776,8 @@ const chainArray = [
|
|
5740
5776
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5741
5777
|
infoURL: 'https://polygon.technology/solutions/polygon-zkevm/',
|
5742
5778
|
shortName: 'testnet-zkEVM-mango',
|
5743
|
-
chainId:
|
5744
|
-
networkId:
|
5779
|
+
chainId: 1442,
|
5780
|
+
networkId: 1442,
|
5745
5781
|
explorers: [
|
5746
5782
|
{
|
5747
5783
|
name: 'Polygon zkEVM explorer',
|
@@ -7261,8 +7297,8 @@ const chainArray = [
|
|
7261
7297
|
standard: 'none'
|
7262
7298
|
},
|
7263
7299
|
{
|
7264
|
-
name: '
|
7265
|
-
url: 'https://
|
7300
|
+
name: 'Dev.storage',
|
7301
|
+
url: 'https://dev.storage',
|
7266
7302
|
standard: 'none'
|
7267
7303
|
},
|
7268
7304
|
{
|
@@ -12703,6 +12739,11 @@ const chainArray = [
|
|
12703
12739
|
name: 'Filscout - Calibration',
|
12704
12740
|
url: 'https://calibration.filscout.com/en',
|
12705
12741
|
standard: 'none'
|
12742
|
+
},
|
12743
|
+
{
|
12744
|
+
name: 'Filfox - Calibration',
|
12745
|
+
url: 'https://calibration.filfox.info',
|
12746
|
+
standard: 'none'
|
12706
12747
|
}
|
12707
12748
|
]
|
12708
12749
|
},
|
@@ -13480,9 +13521,7 @@ const chainArray = [
|
|
13480
13521
|
'https://devnetopenapi2.platon.network/rpc',
|
13481
13522
|
'wss://devnetopenapi2.platon.network/ws'
|
13482
13523
|
],
|
13483
|
-
faucets: [
|
13484
|
-
'https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03'
|
13485
|
-
],
|
13524
|
+
faucets: [ 'https://devnet2faucet.platon.network/faucet' ],
|
13486
13525
|
nativeCurrency: { name: 'LAT', symbol: 'lat', decimals: 18 },
|
13487
13526
|
infoURL: 'https://www.platon.network',
|
13488
13527
|
shortName: 'platondev',
|