From e0d25b2d3ae332d24789cb1d36c2aa3f089f8ec6 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 8 Jan 2026 02:11:31 +0300 Subject: [PATCH] fix: fix remaining lint errors --- .prettierrc.cjs | 4 ++-- i18next-scanner.config.cjs | 2 +- packages/apps-config/src/api/params/inflation.ts | 4 ++-- packages/apps-config/src/api/spec/index.ts | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 0a0d765..2e31445 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.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 -module.exports = require('@polkadot/dev/config/prettier.cjs'); +module.exports = require('@pezkuwi/dev/config/prettier.cjs'); diff --git a/i18next-scanner.config.cjs b/i18next-scanner.config.cjs index 659c699..b3628ff 100644 --- a/i18next-scanner.config.cjs +++ b/i18next-scanner.config.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'); diff --git a/packages/apps-config/src/api/params/inflation.ts b/packages/apps-config/src/api/params/inflation.ts index 6a09b80..910d2d2 100644 --- a/packages/apps-config/src/api/params/inflation.ts +++ b/packages/apps-config/src/api/params/inflation.ts @@ -40,13 +40,13 @@ const ZKVERIFY_VOLTA_INFLATION_PARAMS = { ...DEFAULT_PARAMS, auctionAdjust: 0, m const KNOWN_PARAMS: Record = { [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 }, diff --git a/packages/apps-config/src/api/spec/index.ts b/packages/apps-config/src/api/spec/index.ts index 8d73e4e..d1955fe 100644 --- a/packages/apps-config/src/api/spec/index.ts +++ b/packages/apps-config/src/api/spec/index.ts @@ -219,13 +219,13 @@ const spec: Record = { 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,