eth-chainlist 0.0.529 → 0.0.530
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +1 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.530 (2024-11-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.529 ([088330a](https://github.com/poowf/eth-chainlist/commit/088330a957ebae4c32ba8210b75c4c8fd528d8c2))
|
9
|
+
* update chain data ([6ca2e10](https://github.com/poowf/eth-chainlist/commit/6ca2e10c1c5cbc499d359b206688c8e1de826001))
|
10
|
+
|
3
11
|
### 0.0.529 (2024-11-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -26047,11 +26047,7 @@ const chainArray = [
|
|
26047
26047
|
standard: 'none'
|
26048
26048
|
}
|
26049
26049
|
],
|
26050
|
-
parent: {
|
26051
|
-
type: 'L2',
|
26052
|
-
chain: 'eip155-1',
|
26053
|
-
bridges: [ { url: 'https://gateway.boba.network' } ]
|
26054
|
-
}
|
26050
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
26055
26051
|
},
|
26056
26052
|
{
|
26057
26053
|
name: 'HYCHAIN Testnet',
|