eth-chainlist 0.0.413 → 0.0.414
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 +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.414 (2024-05-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.413 ([b37bd78](https://github.com/poowf/eth-chainlist/commit/b37bd78b2e10a763934be84c7092acda1d94fb15))
|
9
|
+
* update chain data ([b868f3e](https://github.com/poowf/eth-chainlist/commit/b868f3e64e653ad4b270d68cea5cf1ea340e62d9))
|
10
|
+
|
3
11
|
### 0.0.413 (2024-05-26)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -27321,7 +27321,13 @@ const chainArray = [
|
|
27321
27321
|
chainId: 313313,
|
27322
27322
|
networkId: 313313,
|
27323
27323
|
icon: 'sahara',
|
27324
|
-
explorers: [
|
27324
|
+
explorers: [
|
27325
|
+
{
|
27326
|
+
name: 'Testnet Scan',
|
27327
|
+
url: 'https://explorer.saharaa.info',
|
27328
|
+
standard: 'EIP3091'
|
27329
|
+
}
|
27330
|
+
]
|
27325
27331
|
},
|
27326
27332
|
{
|
27327
27333
|
name: 'Filecoin - Calibration testnet',
|