eth-chainlist 0.0.286 → 0.0.287

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.287 (2023-11-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.286 ([a84c5fa](https://github.com/poowf/eth-chainlist/commit/a84c5fa84d361b5e52b60acd089f6240b5681d5c))
9
+ * update chain data ([0ba0685](https://github.com/poowf/eth-chainlist/commit/0ba0685a05d4e20731dacb640bfea102b3c0a97b))
10
+
3
11
  ### 0.0.286 (2023-11-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11520,7 +11520,9 @@ const chainArray = [
11520
11520
  'https://rpc1.bahamut.io',
11521
11521
  'https://rpc2.bahamut.io',
11522
11522
  'wss://ws1.sahara.bahamutchain.com',
11523
- 'wss://ws2.sahara.bahamutchain.com'
11523
+ 'wss://ws2.sahara.bahamutchain.com',
11524
+ 'https://bahamut.publicnode.com',
11525
+ 'wss://bahamut.publicnode.com'
11524
11526
  ],
11525
11527
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11526
11528
  faucets: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.286",
3
+ "version": "0.0.287",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {