eth-chainlist 0.0.55 → 0.0.56
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 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.56 (2023-01-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.55 ([aecbfbd](https://github.com/poowf/eth-chainlist/commit/aecbfbdf22cacc1a9cd3c8682c3acf9cd6eeabb0))
|
9
|
+
* update chain data ([3b1fdd7](https://github.com/poowf/eth-chainlist/commit/3b1fdd78915db314c63c7cfdbb22919f983d40ef))
|
10
|
+
|
3
11
|
### 0.0.55 (2023-01-14)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7704,8 +7704,8 @@ const chainArray = [
|
|
7704
7704
|
icon: 'evmos',
|
7705
7705
|
explorers: [
|
7706
7706
|
{
|
7707
|
-
name: 'Evmos EVM Explorer (
|
7708
|
-
url: 'https://
|
7707
|
+
name: 'Evmos EVM Explorer (Escan)',
|
7708
|
+
url: 'https://escan.live',
|
7709
7709
|
standard: 'none',
|
7710
7710
|
icon: 'evmos'
|
7711
7711
|
},
|