eth-chainlist 0.0.178 → 0.0.179

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.179 (2023-07-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.178 ([149205f](https://github.com/poowf/eth-chainlist/commit/149205f809d49e30226ba5f0f2d83b967747b7e4))
9
+ * update chain data ([0ffdcf1](https://github.com/poowf/eth-chainlist/commit/0ffdcf1968d46f14a4267e14d0bb44d79d9e88a6))
10
+
3
11
  ### 0.0.178 (2023-07-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -16154,6 +16154,25 @@ const chainArray = [
16154
16154
  }
16155
16155
  ]
16156
16156
  },
16157
+ {
16158
+ name: 'ALL Mainnet',
16159
+ chain: 'ALL',
16160
+ icon: 'alltra',
16161
+ rpc: [ 'https://mainnet-rpc.alltra.global' ],
16162
+ faucets: [],
16163
+ nativeCurrency: { name: 'ALL', symbol: 'ALL', decimals: 18 },
16164
+ infoURL: 'https://alltra.world',
16165
+ shortName: 'ALL',
16166
+ chainId: 651940,
16167
+ networkId: 651940,
16168
+ explorers: [
16169
+ {
16170
+ name: 'Alltra SmartChain Explorer',
16171
+ url: 'https://alltra.global',
16172
+ standard: 'EIP3091'
16173
+ }
16174
+ ]
16175
+ },
16157
16176
  {
16158
16177
  name: 'Vision - Vpioneer Test Chain',
16159
16178
  chain: 'Vision-Vpioneer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.178",
3
+ "version": "0.0.179",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {