eth-chainlist 0.0.489 → 0.0.490
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.490 (2024-09-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.489 ([2c2bdc2](https://github.com/poowf/eth-chainlist/commit/2c2bdc25472fb0cd69389c083d1d7362236b64c4))
|
|
9
|
+
* update chain data ([62dbe80](https://github.com/poowf/eth-chainlist/commit/62dbe803d5f79325cd00bf6ffb0aa3a58339f08c))
|
|
10
|
+
|
|
3
11
|
### 0.0.489 (2024-09-10)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -18109,6 +18109,26 @@ const chainArray = [
|
|
|
18109
18109
|
bridges: [ { url: 'https://app.optimism.io/bridge' } ]
|
|
18110
18110
|
}
|
|
18111
18111
|
},
|
|
18112
|
+
{
|
|
18113
|
+
name: 'Storchain',
|
|
18114
|
+
chain: 'STR',
|
|
18115
|
+
rpc: [ 'https://rpc.storchain.io' ],
|
|
18116
|
+
faucets: [],
|
|
18117
|
+
nativeCurrency: { name: 'Storchain', symbol: 'STR', decimals: 18 },
|
|
18118
|
+
infoURL: 'https://storchain.io',
|
|
18119
|
+
shortName: 'str',
|
|
18120
|
+
chainId: 6667,
|
|
18121
|
+
networkId: 6667,
|
|
18122
|
+
icon: 'str',
|
|
18123
|
+
explorers: [
|
|
18124
|
+
{
|
|
18125
|
+
name: 'storscan',
|
|
18126
|
+
url: 'https://scan.storchain.io',
|
|
18127
|
+
icon: 'str',
|
|
18128
|
+
standard: 'none'
|
|
18129
|
+
}
|
|
18130
|
+
]
|
|
18131
|
+
},
|
|
18112
18132
|
{
|
|
18113
18133
|
name: 'Edge Matrix Chain',
|
|
18114
18134
|
chain: 'EMC',
|