eth-chainlist 0.0.177 → 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,21 @@
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
+
11
+ ### 0.0.178 (2023-07-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.177 ([1642198](https://github.com/poowf/eth-chainlist/commit/16421982a5812e71cbadd2f1f12db37fb68a74bd))
17
+ * update chain data ([1830896](https://github.com/poowf/eth-chainlist/commit/18308963d2574aec1be502e4a5c51403fe8b8e20))
18
+
3
19
  ### 0.0.177 (2023-07-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4395,6 +4395,26 @@ const chainArray = [
4395
4395
  }
4396
4396
  ]
4397
4397
  },
4398
+ {
4399
+ name: 'Avocado',
4400
+ chain: 'Avocado',
4401
+ rpc: [ 'https://rpc.avocado.instadapp.io' ],
4402
+ faucets: [],
4403
+ nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
4404
+ infoURL: 'https://avocado.instadapp.io',
4405
+ shortName: 'avocado',
4406
+ chainId: 634,
4407
+ networkId: 634,
4408
+ icon: 'avocado',
4409
+ explorers: [
4410
+ {
4411
+ name: 'avoscan',
4412
+ url: 'https://avoscan.co',
4413
+ icon: 'avocado',
4414
+ standard: 'none'
4415
+ }
4416
+ ]
4417
+ },
4398
4418
  {
4399
4419
  name: 'SX Network Testnet',
4400
4420
  chain: 'SX',
@@ -5621,6 +5641,26 @@ const chainArray = [
5621
5641
  }
5622
5642
  ]
5623
5643
  },
5644
+ {
5645
+ name: 'Mintara Testnet',
5646
+ title: 'Mintara Testnet',
5647
+ chain: 'Mintara',
5648
+ icon: 'mintara',
5649
+ rpc: [ 'https://subnets.avax.network/mintara/testnet/rpc' ],
5650
+ faucets: [],
5651
+ nativeCurrency: { name: 'MINTARA', symbol: 'MNTR', decimals: 18 },
5652
+ infoURL: 'https://playthink.co.jp',
5653
+ shortName: 'mintara-testnet',
5654
+ chainId: 1079,
5655
+ networkId: 1079,
5656
+ explorers: [
5657
+ {
5658
+ name: 'explorer',
5659
+ url: 'https://subnets-test.avax.network/mintara',
5660
+ standard: 'EIP3091'
5661
+ }
5662
+ ]
5663
+ },
5624
5664
  {
5625
5665
  name: 'Metis Andromeda Mainnet',
5626
5666
  chain: 'ETH',
@@ -16114,6 +16154,25 @@ const chainArray = [
16114
16154
  }
16115
16155
  ]
16116
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
+ },
16117
16176
  {
16118
16177
  name: 'Vision - Vpioneer Test Chain',
16119
16178
  chain: 'Vision-Vpioneer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.177",
3
+ "version": "0.0.179",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {