Skip to content

Commit 9aacd62

Browse files
committed
feat(common): create new 'Lagrange' era
1 parent 78a2890 commit 9aacd62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mithril-common/src/entities/supported_era.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ use strum::{Display, EnumIter, EnumString, IntoEnumIterator};
1010
pub enum SupportedEra {
1111
/// Pythagoras era
1212
Pythagoras,
13+
14+
/// Lagrange era
15+
Lagrange,
1316
}
1417

1518
impl SupportedEra {

0 commit comments

Comments
 (0)