eth-chainlist 0.0.71 → 0.0.72
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 +54 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.72 (2023-02-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.71 ([9cb5977](https://github.com/poowf/eth-chainlist/commit/9cb5977fc7951ea01dbb778f62133616bdd3de6c))
|
9
|
+
* update chain data ([fa2401d](https://github.com/poowf/eth-chainlist/commit/fa2401d2a41814e2ec93415cbd0b2cedc2acb0c8))
|
10
|
+
|
3
11
|
### 0.0.71 (2023-02-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5313,6 +5313,25 @@ const chainArray = [
|
|
5313
5313
|
}
|
5314
5314
|
]
|
5315
5315
|
},
|
5316
|
+
{
|
5317
|
+
name: 'AmStar Mainnet',
|
5318
|
+
chain: 'AmStar',
|
5319
|
+
icon: 'amstar',
|
5320
|
+
rpc: [ 'https://mainnet-rpc.amstarscan.com' ],
|
5321
|
+
faucets: [],
|
5322
|
+
nativeCurrency: { name: 'SINSO', symbol: 'SINSO', decimals: 18 },
|
5323
|
+
infoURL: 'https://sinso.io',
|
5324
|
+
shortName: 'ASAR',
|
5325
|
+
chainId: 1388,
|
5326
|
+
networkId: 1388,
|
5327
|
+
explorers: [
|
5328
|
+
{
|
5329
|
+
name: 'amstarscan',
|
5330
|
+
url: 'https://mainnet.amstarscan.com',
|
5331
|
+
standard: 'EIP3091'
|
5332
|
+
}
|
5333
|
+
]
|
5334
|
+
},
|
5316
5335
|
{
|
5317
5336
|
name: 'Polygon zkEVM Testnet',
|
5318
5337
|
title: 'Polygon zkEVM Testnet',
|
@@ -6058,6 +6077,41 @@ const chainArray = [
|
|
6058
6077
|
chainId: 2043,
|
6059
6078
|
networkId: 2043
|
6060
6079
|
},
|
6080
|
+
{
|
6081
|
+
name: 'Stratos Testnet',
|
6082
|
+
chain: 'STOS',
|
6083
|
+
rpc: [ 'https://web3-testnet-rpc.thestratos.org' ],
|
6084
|
+
faucets: [],
|
6085
|
+
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
6086
|
+
infoURL: 'https://www.thestratos.org',
|
6087
|
+
shortName: 'stos-testnet',
|
6088
|
+
chainId: 2047,
|
6089
|
+
networkId: 2047,
|
6090
|
+
explorers: [
|
6091
|
+
{
|
6092
|
+
name: 'Stratos EVM Explorer (Blockscout)',
|
6093
|
+
url: 'https://web3-testnet-explorer.thestratos.org',
|
6094
|
+
standard: 'none'
|
6095
|
+
},
|
6096
|
+
{
|
6097
|
+
name: 'Stratos Cosmos Explorer (BigDipper)',
|
6098
|
+
url: 'https://big-dipper-dev.thestratos.org',
|
6099
|
+
standard: 'none'
|
6100
|
+
}
|
6101
|
+
]
|
6102
|
+
},
|
6103
|
+
{
|
6104
|
+
name: 'Stratos Mainnet',
|
6105
|
+
chain: 'STOS',
|
6106
|
+
rpc: [],
|
6107
|
+
faucets: [],
|
6108
|
+
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
6109
|
+
infoURL: 'https://www.thestratos.org',
|
6110
|
+
shortName: 'stos-mainnet',
|
6111
|
+
chainId: 2048,
|
6112
|
+
networkId: 2048,
|
6113
|
+
status: 'incubating'
|
6114
|
+
},
|
6061
6115
|
{
|
6062
6116
|
name: 'Quokkacoin Mainnet',
|
6063
6117
|
chain: 'Qkacoin',
|