Skip to content

Commit f4a0820

Browse files
author
debot
committed
chore: regenerate chaintypes
1 parent 3a28a03 commit f4a0820

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/chaintypes/src/astar/consts.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,11 @@ export interface ChainConsts extends GenericChainConsts {
417417
**/
418418
maxNumberOfContracts: number;
419419

420+
/**
421+
* Legacy bound for backward compatibility with pre-v11 DAppTierRewards.
422+
**/
423+
maxNumberOfContractsLegacy: number;
424+
420425
/**
421426
* Maximum number of unlocking chunks that can exist per account at a time.
422427
**/

packages/chaintypes/src/astar/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
4646

4747
/**
4848
* @name: AstarApi
49-
* @specVersion: 2001
49+
* @specVersion: 2101
5050
**/
5151
export interface AstarApi extends GenericSubstrateApi {
5252
rpc: ChainJsonRpcApis;

packages/chaintypes/src/astar/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2954,6 +2954,7 @@ export type PalletDappStakingTierParameters = {
29542954
slotDistribution: Array<Permill>;
29552955
tierThresholds: Array<PalletDappStakingTierThreshold>;
29562956
slotNumberArgs: [bigint, bigint];
2957+
tierRankMultipliers: Array<number>;
29572958
};
29582959

29592960
export type PalletDappStakingTierThreshold =

0 commit comments

Comments
 (0)