eth-chainlist 0.0.186 → 0.0.187
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.187 (2023-07-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.186 ([93f8ebc](https://github.com/poowf/eth-chainlist/commit/93f8ebc906d4e84c5a72cebde47f84628153e47d))
|
9
|
+
* update chain data ([d413011](https://github.com/poowf/eth-chainlist/commit/d41301130d020e123759b9624ed905eb7885d057))
|
10
|
+
|
3
11
|
### 0.0.186 (2023-07-16)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6804,7 +6804,7 @@ const chainArray = [
|
|
6804
6804
|
]
|
6805
6805
|
},
|
6806
6806
|
{
|
6807
|
-
name: '
|
6807
|
+
name: 'BEVM',
|
6808
6808
|
chain: 'ChainX',
|
6809
6809
|
rpc: [
|
6810
6810
|
'https://mainnet.chainx.org/rpc',
|
@@ -6818,7 +6818,7 @@ const chainArray = [
|
|
6818
6818
|
networkId: 1501,
|
6819
6819
|
explorers: [
|
6820
6820
|
{
|
6821
|
-
name: '
|
6821
|
+
name: 'bevm scan',
|
6822
6822
|
url: 'https://evm.chainx.org',
|
6823
6823
|
standard: 'none'
|
6824
6824
|
}
|