Skip to content

Commit

Permalink
chore: eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Aug 5, 2024
1 parent 3bafc77 commit 22b849a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ export interface CardanoCli {
submitTransaction(logger: Logger, signedTransaction: string, isMainnet: boolean): Promise<void>;
}

export const SUPPORTED_ERAS = ['Witnessed Tx BabbageEra','Tx AlonzoEra', 'Tx MaryEra', 'Tx AllegraEra', 'TxSignedShelley'];
export const SUPPORTED_ERAS = [
'Witnessed Tx BabbageEra',
'Tx AlonzoEra',
'Tx MaryEra',
'Tx AllegraEra',
'TxSignedShelley'
];

const wrongErraDetectRegex = /The era of the node and the tx do not match|DecoderErrorDeserialiseFailure/;
/**
Expand Down

0 comments on commit 22b849a

Please sign in to comment.