Skip to content

Commit

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

export const SUPPORTED_ERAS = ['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 3bafc77

Please sign in to comment.