eth-chainlist 0.0.536 → 0.0.537

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.537 (2024-11-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.536 ([c8a983a](https://github.com/poowf/eth-chainlist/commit/c8a983a319b08c1da14ffbf0ecb3f173ee6bfdad))
9
+ * update chain data ([682570e](https://github.com/poowf/eth-chainlist/commit/682570ecdb515da1bdcbe1a1291defe3879c91ec))
10
+
3
11
  ### 0.0.536 (2024-11-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5274,7 +5274,7 @@ const chainArray = [
5274
5274
  {
5275
5275
  name: 'Omax Mainnet',
5276
5276
  chain: 'OMAX Chain',
5277
- rpc: [ 'https://mainapi.omaxray.com' ],
5277
+ rpc: [ 'https://mainapi.omaxray.com', 'https://mainapi.omaxscan.com' ],
5278
5278
  faucets: [ 'https://faucet.omaxray.com/' ],
5279
5279
  nativeCurrency: { name: 'OMAX COIN', symbol: 'OMAX', decimals: 18 },
5280
5280
  infoURL: 'https://www.omaxcoin.com/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.536",
3
+ "version": "0.0.537",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {