eth-chainlist 0.0.122 → 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 +8 -0
- package/data/chain.js +43 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.122 (2023-04-08)
|
4
12
|
|
5
13
|
|
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',
|
@@ -14622,6 +14646,25 @@ const chainArray = [
|
|
14622
14646
|
slip44: 1,
|
14623
14647
|
explorers: []
|
14624
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
|
+
},
|
14625
14668
|
{
|
14626
14669
|
name: 'Imversed Mainnet',
|
14627
14670
|
chain: 'Imversed',
|