File tree Expand file tree Collapse file tree
packages/chaintypes/src/astar Expand file tree Collapse file tree Original file line number Diff line number Diff 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 **/
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
4646
4747/**
4848 * @name : AstarApi
49- * @specVersion : 2001
49+ * @specVersion : 2101
5050 **/
5151export interface AstarApi extends GenericSubstrateApi {
5252 rpc : ChainJsonRpcApis ;
Original file line number Diff line number Diff 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
29592960export type PalletDappStakingTierThreshold =
You can’t perform that action at this time.
0 commit comments