Skip to content

Commit

Permalink
fix: move MINA_LOGIN error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Apr 29, 2024
1 parent 1d1d11e commit c28b343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paima-sdk/paima-mw-core/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const enum PaimaMiddlewareErrorCode {
POLKADOT_WALLET_NOT_INSTALLED,
POLKADOT_LOGIN,
ALGORAND_LOGIN,
MINA_LOGIN,
// Input posting related:
ERROR_POSTING_TO_CHAIN = 2_000,
ERROR_POSTING_TO_BATCHER,
Expand All @@ -57,7 +58,6 @@ export const enum PaimaMiddlewareErrorCode {
INTERNAL_INVALID_POSTING_MODE,
// only to be used as a counter
FINAL_PAIMA_GENERIC_ERROR = 1_000_000,
MINA_LOGIN,
}

export const PAIMA_MIDDLEWARE_ERROR_MESSAGES: Record<PaimaMiddlewareErrorCode, string> = {
Expand Down

0 comments on commit c28b343

Please sign in to comment.