eth-chainlist 0.0.122 → 0.0.124

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.124 (2023-04-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.123 ([0876d4e](https://github.com/poowf/eth-chainlist/commit/0876d4e5099133d7c6be479131a7ccd887e91c41))
9
+ * update chain data ([bd86ed7](https://github.com/poowf/eth-chainlist/commit/bd86ed74b08beff5e423b498768cfa73286e7a22))
10
+
11
+ ### 0.0.123 (2023-04-09)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.122 ([78b8136](https://github.com/poowf/eth-chainlist/commit/78b813656ec428ba6369a6ca6bf930e5fc2166b8))
17
+ * update chain data ([5a7918e](https://github.com/poowf/eth-chainlist/commit/5a7918eadd56a3e56f6750c9bcef9d9dfe629fd0))
18
+
3
19
  ### 0.0.122 (2023-04-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6209,6 +6209,30 @@ const chainArray = [
6209
6209
  }
6210
6210
  ]
6211
6211
  },
6212
+ {
6213
+ name: 'PartyChain',
6214
+ chain: 'mainnet',
6215
+ rpc: [
6216
+ 'https://tea.mining4people.com/rpc',
6217
+ 'http://172.104.194.36:8545'
6218
+ ],
6219
+ faucets: [],
6220
+ nativeCurrency: { name: 'Grams', symbol: 'GRAMS', decimals: 18 },
6221
+ infoURL: 'TeaPartyCrypto.com',
6222
+ shortName: 'TeaParty',
6223
+ chainId: 1773,
6224
+ networkId: 1773,
6225
+ icon: 'grams',
6226
+ status: 'incubating',
6227
+ explorers: [
6228
+ {
6229
+ name: 'PartyExplorer',
6230
+ url: 'https://partyexplorer.co',
6231
+ icon: 'grams',
6232
+ standard: 'EIP3091'
6233
+ }
6234
+ ]
6235
+ },
6212
6236
  {
6213
6237
  name: 'Kerleano',
6214
6238
  title: 'Proof of Carbon Reduction testnet',
@@ -14027,6 +14051,20 @@ const chainArray = [
14027
14051
  }
14028
14052
  ]
14029
14053
  },
14054
+ {
14055
+ name: 'Markr Go',
14056
+ chain: 'Unified',
14057
+ icon: 'markrgo',
14058
+ rpc: [ 'https://rpc.markr.io/ext/' ],
14059
+ faucets: [],
14060
+ nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
14061
+ infoURL: 'https://www.markr.io/',
14062
+ shortName: 'markr-go',
14063
+ chainId: 431140,
14064
+ networkId: 431140,
14065
+ explorers: [],
14066
+ status: 'incubating'
14067
+ },
14030
14068
  {
14031
14069
  name: 'Dexalot Subnet Testnet',
14032
14070
  chain: 'DEXALOT',
@@ -14622,6 +14660,25 @@ const chainArray = [
14622
14660
  slip44: 1,
14623
14661
  explorers: []
14624
14662
  },
14663
+ {
14664
+ name: 'MXC Wannsee zkEVM Testnet',
14665
+ chain: 'MXC zkEVM',
14666
+ icon: 'mxc',
14667
+ rpc: [ 'https://wannsee-rpc.mxc.com' ],
14668
+ faucets: [],
14669
+ nativeCurrency: { name: 'MXC Wannsee zkEVM Testnet', symbol: 'MXC', decimals: 18 },
14670
+ infoURL: 'https://wannsee.mxc.com/docs/intro',
14671
+ shortName: 'MXC',
14672
+ chainId: 5167003,
14673
+ networkId: 5167003,
14674
+ explorers: [
14675
+ {
14676
+ name: 'MXC Wannsee zkEVM Testnet',
14677
+ url: 'https://wannsee-explorer.mxc.com',
14678
+ standard: 'EIP3091'
14679
+ }
14680
+ ]
14681
+ },
14625
14682
  {
14626
14683
  name: 'Imversed Mainnet',
14627
14684
  chain: 'Imversed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.122",
3
+ "version": "0.0.124",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {