eth-chainlist 0.0.121 → 0.0.123

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.123 (2023-04-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.122 ([78b8136](https://github.com/poowf/eth-chainlist/commit/78b813656ec428ba6369a6ca6bf930e5fc2166b8))
9
+ * update chain data ([5a7918e](https://github.com/poowf/eth-chainlist/commit/5a7918eadd56a3e56f6750c9bcef9d9dfe629fd0))
10
+
11
+ ### 0.0.122 (2023-04-08)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.121 ([afc34bd](https://github.com/poowf/eth-chainlist/commit/afc34bd865cb0fec901514efff0bdf45aedc3d76))
17
+ * update chain data ([d8305bf](https://github.com/poowf/eth-chainlist/commit/d8305bf2eec69635a1b07d54a966f2122441662b))
18
+
3
19
  ### 0.0.121 (2023-04-07)
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',
@@ -8993,6 +9017,25 @@ const chainArray = [
8993
9017
  }
8994
9018
  ]
8995
9019
  },
9020
+ {
9021
+ name: 'ADIL Mainnet',
9022
+ chain: 'ADIL',
9023
+ icon: 'adil',
9024
+ rpc: [ 'https://s2.adilchain-rpc.io' ],
9025
+ faucets: [],
9026
+ nativeCurrency: { name: 'ADIL', symbol: 'ADIL', decimals: 18 },
9027
+ infoURL: 'https://adilchain.io',
9028
+ shortName: 'adil',
9029
+ chainId: 7576,
9030
+ networkId: 7576,
9031
+ explorers: [
9032
+ {
9033
+ name: 'ADIL Mainnet Explorer',
9034
+ url: 'https://s2.adilchain-scan.io',
9035
+ standard: 'EIP3091'
9036
+ }
9037
+ ]
9038
+ },
8996
9039
  {
8997
9040
  name: 'The Root Network - Mainnet',
8998
9041
  chain: 'TRN',
@@ -14603,6 +14646,25 @@ const chainArray = [
14603
14646
  slip44: 1,
14604
14647
  explorers: []
14605
14648
  },
14649
+ {
14650
+ name: 'MXC Wannsee zkEVM Testnet',
14651
+ chain: 'MXC zkEVM',
14652
+ icon: 'mxc',
14653
+ rpc: [ 'https://wannsee-rpc.mxc.com' ],
14654
+ faucets: [],
14655
+ nativeCurrency: { name: 'MXC Wannsee zkEVM Testnet', symbol: 'MXC', decimals: 18 },
14656
+ infoURL: 'https://wannsee.mxc.com/docs/intro',
14657
+ shortName: 'MXC',
14658
+ chainId: 5167003,
14659
+ networkId: 5167003,
14660
+ explorers: [
14661
+ {
14662
+ name: 'MXC Wannsee zkEVM Testnet',
14663
+ url: 'https://wannsee-explorer.mxc.com',
14664
+ standard: 'EIP3091'
14665
+ }
14666
+ ]
14667
+ },
14606
14668
  {
14607
14669
  name: 'Imversed Mainnet',
14608
14670
  chain: 'Imversed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.121",
3
+ "version": "0.0.123",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {