mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 22:27:57 +00:00
fix: fix remaining lint errors
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2026 @polkadot/apps authors & contributors
|
||||
// Copyright 2017-2026 @pezkuwi/apps authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
module.exports = require('@polkadot/dev/config/prettier.cjs');
|
||||
module.exports = require('@pezkuwi/dev/config/prettier.cjs');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2026 @polkadot/apps authors & contributors
|
||||
// Copyright 2017-2026 @pezkuwi/apps authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
const fs = require('fs');
|
||||
|
||||
@@ -40,13 +40,13 @@ const ZKVERIFY_VOLTA_INFLATION_PARAMS = { ...DEFAULT_PARAMS, auctionAdjust: 0, m
|
||||
const KNOWN_PARAMS: Record<string, InflationParams> = {
|
||||
[CERE_NETWORK_GENESIS]: CERE_NETWORK_INFLATION_PARAMS,
|
||||
[CERE_NETWORK_TESTNET_GENESIS]: CERE_NETWORK_INFLATION_PARAMS,
|
||||
[DOCK_POS_TESTNET_GENESIS]: { ...DEFAULT_PARAMS, stakeTarget: 0.75 },
|
||||
[JOYSTREAM_GENESIS]: JOYSTREAM_INFLATION_PARAMS,
|
||||
// 30% for up to 60 slots, see
|
||||
// https://github.com/pezkuwichain/pezkuwi/blob/816cb64ea16102c6c79f6be2a917d832d98df757/runtime/dicle/src/lib.rs#L526-L527
|
||||
// 75% ideal target, see
|
||||
// https://github.com/pezkuwichain/pezkuwi/blob/816cb64ea16102c6c79f6be2a917d832d98df757/runtime/dicle/src/lib.rs#L529-L531
|
||||
[DICLE_GENESIS]: { ...DEFAULT_PARAMS, auctionAdjust: (0.3 / 60), auctionMax: 60, stakeTarget: 0.75 },
|
||||
[DOCK_POS_TESTNET_GENESIS]: { ...DEFAULT_PARAMS, stakeTarget: 0.75 },
|
||||
[JOYSTREAM_GENESIS]: JOYSTREAM_INFLATION_PARAMS,
|
||||
[NEATCOIN_GENESIS]: { ...DEFAULT_PARAMS, stakeTarget: 0.75 },
|
||||
[NFTMART_GENESIS]: { ...DEFAULT_PARAMS, falloff: 0.04, stakeTarget: 0.60 },
|
||||
[PEZKUWI_GENESIS]: { ...DEFAULT_PARAMS, stakeTarget: 0.75 },
|
||||
|
||||
@@ -219,13 +219,13 @@ const spec: Record<string, OverrideBundleDefinition> = {
|
||||
idavoll,
|
||||
imbue,
|
||||
'integritee-teyrchain': integritee,
|
||||
'interbtc-teyrchain': interbtc,
|
||||
'interbtc-standalone': interbtc,
|
||||
'interbtc-teyrchain': interbtc,
|
||||
'interlay-teyrchain': interbtc,
|
||||
'ipse-node': ipse,
|
||||
'jamton-runtime': jamton,
|
||||
'jupiter-prep': jupiter,
|
||||
'jupiter-pezkuwichain': jupiterPezkuwiChain,
|
||||
'jupiter-prep': jupiter,
|
||||
'jur-chain': jur,
|
||||
'jur-node': jur,
|
||||
kerria: parallel,
|
||||
|
||||
Reference in New Issue
Block a user