Skip to content

Commit

Permalink
chore: updated to new prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
mangatafinance committed Apr 29, 2024
1 parent 9027ba2 commit da02401
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 13 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/types/metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mangata-finance/types",
"version": "2.2.3-eth-rollup-develop.39",
"version": "2.2.3-eth-rollup-develop.40",
"description": "Polkadot.js type definitions for Mangata Network",
"author": "Mangata Finance <solutions@mangata.finance>",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/types/src/interfaces/augment-api-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ declare module '@polkadot/api-base/types/errors' {
OperationFailed: AugmentedError<ApiType>;
SequencerAlreadyInActiveSet: AugmentedError<ApiType>;
SequencerIsNotInActiveSet: AugmentedError<ApiType>;
TestUnstakingError: AugmentedError<ApiType>;
/**
* Generic error
**/
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/interfaces/lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@ export default {
* Lookup383: pallet_sequencer_staking::pallet::Error<T>
**/
PalletSequencerStakingError: {
_enum: ['OperationFailed', 'MathOverflow', 'SequencerIsNotInActiveSet', 'SequencerAlreadyInActiveSet', 'CantUnstakeWhileInActiveSet', 'NotEligibleToBeSequencer', 'NotEnoughSequencerStake', 'MaxSequencersLimitReached']
_enum: ['OperationFailed', 'MathOverflow', 'SequencerIsNotInActiveSet', 'SequencerAlreadyInActiveSet', 'CantUnstakeWhileInActiveSet', 'NotEligibleToBeSequencer', 'NotEnoughSequencerStake', 'MaxSequencersLimitReached', 'TestUnstakingError']
},
/**
* Lookup387: sp_core::crypto::KeyTypeId
Expand Down
3 changes: 2 additions & 1 deletion packages/types/src/interfaces/types-lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,8 @@ declare module '@polkadot/types/lookup' {
readonly isNotEligibleToBeSequencer: boolean;
readonly isNotEnoughSequencerStake: boolean;
readonly isMaxSequencersLimitReached: boolean;
readonly type: 'OperationFailed' | 'MathOverflow' | 'SequencerIsNotInActiveSet' | 'SequencerAlreadyInActiveSet' | 'CantUnstakeWhileInActiveSet' | 'NotEligibleToBeSequencer' | 'NotEnoughSequencerStake' | 'MaxSequencersLimitReached';
readonly isTestUnstakingError: boolean;
readonly type: 'OperationFailed' | 'MathOverflow' | 'SequencerIsNotInActiveSet' | 'SequencerAlreadyInActiveSet' | 'CantUnstakeWhileInActiveSet' | 'NotEligibleToBeSequencer' | 'NotEnoughSequencerStake' | 'MaxSequencersLimitReached' | 'TestUnstakingError';
}

/** @name SpCoreCryptoKeyTypeId (387) */
Expand Down

0 comments on commit da02401

Please sign in to comment.