Skip to content

Commit

Permalink
fix: added current eras (#570)
Browse files Browse the repository at this point in the history
* fix: added current eras

* fix: eslint fixes
  • Loading branch information
Kammerlo authored Aug 6, 2024
1 parent 53ddf10 commit 185eef0
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ export interface CardanoCli {
}

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

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

0 comments on commit 185eef0

Please sign in to comment.