eth-chainlist 0.0.30 → 0.0.31
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 +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.31 (2022-12-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.30 ([56235ee](https://github.com/poowf/eth-chainlist/commit/56235ee14e3b473ed5621c9f4f9e12de7820951c))
|
|
9
|
+
* update chain data ([7a4cbb8](https://github.com/poowf/eth-chainlist/commit/7a4cbb8eeb855cfb56fc1ba5c14938ee8491f5a5))
|
|
10
|
+
|
|
3
11
|
### 0.0.30 (2022-12-09)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -7530,7 +7530,7 @@ const chainArray = [
|
|
|
7530
7530
|
{
|
|
7531
7531
|
name: 'SPS',
|
|
7532
7532
|
chain: 'SPS',
|
|
7533
|
-
rpc: [ 'https://
|
|
7533
|
+
rpc: [ 'https://rpc.ssquad.games' ],
|
|
7534
7534
|
faucets: [],
|
|
7535
7535
|
nativeCurrency: { name: 'ECG', symbol: 'ECG', decimals: 18 },
|
|
7536
7536
|
infoURL: 'https://ssquad.games/',
|
|
@@ -7543,8 +7543,7 @@ const chainArray = [
|
|
|
7543
7543
|
url: 'http://spsscan.ssquad.games',
|
|
7544
7544
|
standard: 'EIP3091'
|
|
7545
7545
|
}
|
|
7546
|
-
]
|
|
7547
|
-
status: 'incubating'
|
|
7546
|
+
]
|
|
7548
7547
|
},
|
|
7549
7548
|
{
|
|
7550
7549
|
name: 'Phoenix Mainnet',
|