eth-chainlist 0.0.573 → 0.0.574
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 +115 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.574 (2024-12-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.573 ([023bcad](https://github.com/poowf/eth-chainlist/commit/023bcad29013407107aa5abe584b0789467e49e5))
|
9
|
+
* update chain data ([df2690d](https://github.com/poowf/eth-chainlist/commit/df2690d9e39954ce2c069e83ec3f21a5fdc9a1e0))
|
10
|
+
|
3
11
|
### 0.0.573 (2024-12-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4044,6 +4044,27 @@ const chainArray = [
|
|
4044
4044
|
}
|
4045
4045
|
]
|
4046
4046
|
},
|
4047
|
+
{
|
4048
|
+
name: 'WowChain Mainnet',
|
4049
|
+
title: 'WowChain Mainnet',
|
4050
|
+
chain: 'WowChain',
|
4051
|
+
rpc: [ 'https://rpc.wowchain.io' ],
|
4052
|
+
faucets: [],
|
4053
|
+
nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
|
4054
|
+
infoURL: 'https://wowchain.io',
|
4055
|
+
shortName: 'wow',
|
4056
|
+
chainId: 203,
|
4057
|
+
networkId: 203,
|
4058
|
+
icon: 'wowchain',
|
4059
|
+
explorers: [
|
4060
|
+
{
|
4061
|
+
name: 'blockscout',
|
4062
|
+
url: 'https://explorer.wowchain.io',
|
4063
|
+
icon: 'wowchain',
|
4064
|
+
standard: 'EIP3091'
|
4065
|
+
}
|
4066
|
+
]
|
4067
|
+
},
|
4047
4068
|
{
|
4048
4069
|
name: 'opBNB Mainnet',
|
4049
4070
|
icon: 'bnbchain',
|
@@ -15121,6 +15142,29 @@ const chainArray = [
|
|
15121
15142
|
explorers: [],
|
15122
15143
|
status: 'incubating'
|
15123
15144
|
},
|
15145
|
+
{
|
15146
|
+
name: 'CratD2C',
|
15147
|
+
chain: 'CRATD2C',
|
15148
|
+
rpc: [
|
15149
|
+
'https://node1.cratd2csmartchain.io',
|
15150
|
+
'https://node2.cratd2csmartchain.io',
|
15151
|
+
'https://node3.cratd2csmartchain.io'
|
15152
|
+
],
|
15153
|
+
faucets: [],
|
15154
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
15155
|
+
infoURL: 'https://cratd2csmartchain.io',
|
15156
|
+
shortName: 'cratd2c',
|
15157
|
+
chainId: 2310,
|
15158
|
+
networkId: 2310,
|
15159
|
+
explorers: [
|
15160
|
+
{
|
15161
|
+
name: 'Blockscout',
|
15162
|
+
url: 'https://explorer.cratd2csmartchain.io',
|
15163
|
+
icon: 'blockscout',
|
15164
|
+
standard: 'EIP3091'
|
15165
|
+
}
|
15166
|
+
]
|
15167
|
+
},
|
15124
15168
|
{
|
15125
15169
|
name: 'Chronicle Vesuvius - Lit Protocol Testnet',
|
15126
15170
|
chain: 'LPV',
|
@@ -16751,6 +16795,52 @@ const chainArray = [
|
|
16751
16795
|
slip44: 1,
|
16752
16796
|
status: 'incubating'
|
16753
16797
|
},
|
16798
|
+
{
|
16799
|
+
name: 'Meroneum',
|
16800
|
+
chain: 'MERON',
|
16801
|
+
icon: 'meron',
|
16802
|
+
rpc: [
|
16803
|
+
'https://mainnet-node1.meronscan.ai/',
|
16804
|
+
'https://mainnet-node2.meronscan.ai/',
|
16805
|
+
'https://mainnet-node3.meronscan.ai/'
|
16806
|
+
],
|
16807
|
+
faucets: [],
|
16808
|
+
nativeCurrency: { name: 'MERON', symbol: 'MERON', decimals: 18 },
|
16809
|
+
infoURL: 'https://www.meroneum.ai',
|
16810
|
+
shortName: 'meron-testnet',
|
16811
|
+
chainId: 3366,
|
16812
|
+
networkId: 3366,
|
16813
|
+
explorers: [
|
16814
|
+
{
|
16815
|
+
name: 'meronscan',
|
16816
|
+
url: 'https://meronscan.ai',
|
16817
|
+
standard: 'EIP3091'
|
16818
|
+
}
|
16819
|
+
]
|
16820
|
+
},
|
16821
|
+
{
|
16822
|
+
name: 'Meroneum Testnet',
|
16823
|
+
chain: 'MERON',
|
16824
|
+
icon: 'meron',
|
16825
|
+
rpc: [
|
16826
|
+
'https://testnet-node1.meronscan.ai/',
|
16827
|
+
'https://testnet-node2.meronscan.ai/',
|
16828
|
+
'https://testnet-node3.meronscan.ai/'
|
16829
|
+
],
|
16830
|
+
faucets: [],
|
16831
|
+
nativeCurrency: { name: 'MERON', symbol: 'MERON', decimals: 18 },
|
16832
|
+
infoURL: 'https://www.meroneum.ai/',
|
16833
|
+
shortName: 'meron',
|
16834
|
+
chainId: 3369,
|
16835
|
+
networkId: 3369,
|
16836
|
+
explorers: [
|
16837
|
+
{
|
16838
|
+
name: 'meronscan',
|
16839
|
+
url: 'https://testnet.meronscan.ai',
|
16840
|
+
standard: 'EIP3091'
|
16841
|
+
}
|
16842
|
+
]
|
16843
|
+
},
|
16754
16844
|
{
|
16755
16845
|
name: 'Paribu Net Mainnet',
|
16756
16846
|
chain: 'PRB',
|
@@ -28847,6 +28937,31 @@ const chainArray = [
|
|
28847
28937
|
}
|
28848
28938
|
]
|
28849
28939
|
},
|
28940
|
+
{
|
28941
|
+
name: 'PMON Chain',
|
28942
|
+
chain: '42001',
|
28943
|
+
rpc: [ 'https://rpc.pmon.xyz' ],
|
28944
|
+
faucets: [],
|
28945
|
+
nativeCurrency: { name: 'PMON Token', symbol: 'PMON', decimals: 18 },
|
28946
|
+
infoURL: 'https://protocolmonsterlabs.com/pmon-chain',
|
28947
|
+
shortName: 'pmon',
|
28948
|
+
chainId: 42001,
|
28949
|
+
networkId: 42001,
|
28950
|
+
icon: 'pmon',
|
28951
|
+
explorers: [
|
28952
|
+
{
|
28953
|
+
name: 'blockscout',
|
28954
|
+
url: 'https://explorer.pmon.xyz',
|
28955
|
+
icon: 'blockscout',
|
28956
|
+
standard: 'EIP3091'
|
28957
|
+
}
|
28958
|
+
],
|
28959
|
+
parent: {
|
28960
|
+
type: 'L2',
|
28961
|
+
chain: 'eip155-42161',
|
28962
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
28963
|
+
}
|
28964
|
+
},
|
28850
28965
|
{
|
28851
28966
|
name: 'pegglecoin',
|
28852
28967
|
chain: '42069',
|