eth-chainlist 0.0.573 → 0.0.575
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 +16 -0
- package/data/chain.js +118 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.575 (2024-12-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.574 ([3cba259](https://github.com/poowf/eth-chainlist/commit/3cba25949eedc9ff01addd3a19fd30103d93313f))
|
9
|
+
* update chain data ([76a2e3c](https://github.com/poowf/eth-chainlist/commit/76a2e3c292f87841711ddc4387261eb76001c5e7))
|
10
|
+
|
11
|
+
### 0.0.574 (2024-12-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.573 ([023bcad](https://github.com/poowf/eth-chainlist/commit/023bcad29013407107aa5abe584b0789467e49e5))
|
17
|
+
* update chain data ([df2690d](https://github.com/poowf/eth-chainlist/commit/df2690d9e39954ce2c069e83ec3f21a5fdc9a1e0))
|
18
|
+
|
3
19
|
### 0.0.573 (2024-12-27)
|
4
20
|
|
5
21
|
|
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',
|
@@ -33386,7 +33501,7 @@ const chainArray = [
|
|
33386
33501
|
],
|
33387
33502
|
faucets: [],
|
33388
33503
|
nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
33389
|
-
infoURL: 'https://
|
33504
|
+
infoURL: 'https://plumenetwork.xyz/',
|
33390
33505
|
shortName: 'plume-devnet',
|
33391
33506
|
chainId: 98864,
|
33392
33507
|
networkId: 98864,
|
@@ -33409,7 +33524,7 @@ const chainArray = [
|
|
33409
33524
|
rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
|
33410
33525
|
faucets: [],
|
33411
33526
|
nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
|
33412
|
-
infoURL: 'https://
|
33527
|
+
infoURL: 'https://plumenetwork.xyz/',
|
33413
33528
|
shortName: 'plume',
|
33414
33529
|
chainId: 98865,
|
33415
33530
|
networkId: 98865,
|
@@ -41549,7 +41664,7 @@ const chainArray = [
|
|
41549
41664
|
rpc: [],
|
41550
41665
|
faucets: [],
|
41551
41666
|
nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
41552
|
-
infoURL: 'https://
|
41667
|
+
infoURL: 'https://plumenetwork.xyz/',
|
41553
41668
|
shortName: 'plume-testnet',
|
41554
41669
|
chainId: 161221135,
|
41555
41670
|
networkId: 161221135,
|