mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 04:17:58 +00:00
fix: fix lint errors and update headers
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { ApiPromise } from '@pezkuwi/api';
|
||||
|
||||
import { CERE_NETWORK_GENESIS, CERE_NETWORK_TESTNET_GENESIS, DOCK_POS_TESTNET_GENESIS, JOYSTREAM_GENESIS, DICLE_GENESIS, NEATCOIN_GENESIS, NFTMART_GENESIS, PEZKUWI_GENESIS, VARA_NETWORK_GENESIS, VARA_NETWORK_TESTNET_GENESIS, ZKVERIFY_GENESIS, ZKVERIFY_VOLTA_GENESIS } from '../constants.js';
|
||||
import { CERE_NETWORK_GENESIS, CERE_NETWORK_TESTNET_GENESIS, DICLE_GENESIS, DOCK_POS_TESTNET_GENESIS, JOYSTREAM_GENESIS, NEATCOIN_GENESIS, NFTMART_GENESIS, PEZKUWI_GENESIS, VARA_NETWORK_GENESIS, VARA_NETWORK_TESTNET_GENESIS, ZKVERIFY_GENESIS, ZKVERIFY_VOLTA_GENESIS } from '../constants.js';
|
||||
|
||||
interface InflationParams {
|
||||
auctionAdjust: number;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
import type { ApiPromise } from '@pezkuwi/api';
|
||||
|
||||
import { KULUPU_GENESIS, DICLE_GENESIS, PEZKUWI_GENESIS } from '../constants.js';
|
||||
import { DICLE_GENESIS, KULUPU_GENESIS, PEZKUWI_GENESIS } from '../constants.js';
|
||||
|
||||
// normal fast-track proposals
|
||||
const FAST_TRACK: Record<string, number> = {
|
||||
@@ -16,8 +16,8 @@ const FAST_TRACK_NO_DELAY: Record<string, number> = {
|
||||
};
|
||||
|
||||
const PROPOSE: Record<string, number> = {
|
||||
[KULUPU_GENESIS]: 1,
|
||||
[DICLE_GENESIS]: 1 / 2,
|
||||
[KULUPU_GENESIS]: 1,
|
||||
[PEZKUWI_GENESIS]: 3 / 5,
|
||||
default: 1 / 2
|
||||
};
|
||||
@@ -29,8 +29,8 @@ const SLASH: Record<string, number> = {
|
||||
};
|
||||
|
||||
const TREASURY: Record<string, number> = {
|
||||
[KULUPU_GENESIS]: 1 / 2,
|
||||
[DICLE_GENESIS]: 3 / 5,
|
||||
[KULUPU_GENESIS]: 1 / 2,
|
||||
[PEZKUWI_GENESIS]: 3 / 5,
|
||||
default: 3 / 5
|
||||
};
|
||||
|
||||
@@ -18,8 +18,8 @@ import bifrost from './bifrost.js';
|
||||
import bifrostAsgard from './bifrost-asgard.js';
|
||||
import bifrostTeyrchain from './bifrost-parachain.js';
|
||||
import bitcountry from './bitcountry.js';
|
||||
import bitcountryPioneer from './bitcountry-pioneer.js';
|
||||
import bitcountryTeyrchain from './bitcountry-pezkuwichain.js';
|
||||
import bitcountryPioneer from './bitcountry-pioneer.js';
|
||||
import bittensor from './bittensor.js';
|
||||
import centrifuge from './centrifuge.js';
|
||||
import centrifugeChain from './centrifuge-chain.js';
|
||||
|
||||
Reference in New Issue
Block a user