Skip to content

Commit ad216ad

Browse files
committed
chore: bump default Cardano version to '8.9.0' in e2e test
1 parent 786adb3 commit ad216ad

File tree

1 file changed

+1
-1
lines changed
  • mithril-test-lab/mithril-end-to-end/src

1 file changed

+1
-1
lines changed

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub struct Args {
5757
cardano_epoch_length: f64,
5858

5959
/// Cardano node version
60-
#[clap(long, default_value = "8.7.3")]
60+
#[clap(long, default_value = "8.9.0")]
6161
cardano_node_version: String,
6262

6363
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)

0 commit comments

Comments
 (0)