eth-chainlist 0.0.129 → 0.0.130

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.130 (2023-04-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.129 ([c5b8882](https://github.com/poowf/eth-chainlist/commit/c5b8882c4d3b0ffe7b27a4f905bcca5d4e0d3f98))
9
+ * update chain data ([5b7503d](https://github.com/poowf/eth-chainlist/commit/5b7503d14e5942386930efe2c24f4c54e4dde33a))
10
+
3
11
  ### 0.0.129 (2023-04-17)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2431,7 +2431,8 @@ const chainArray = [
2431
2431
  {
2432
2432
  name: 'OEBlock Testnet',
2433
2433
  chain: 'OEBt',
2434
- rpc: [ 'https://testnet-rpc.oeblock.com/' ],
2434
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2435
+ rpc: [ 'https://testnet-rpc.oeblock.com' ],
2435
2436
  faucets: [],
2436
2437
  nativeCurrency: { name: 'OEBlock', symbol: 'OEB', decimals: 18 },
2437
2438
  infoURL: 'https://www.oeblock.com/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {