We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787ec26 commit 66a67e0Copy full SHA for 66a67e0
mise.toml
@@ -10,6 +10,7 @@ yq = "4.44.5"
10
shellcheck = "0.10.0"
11
direnv = "2.35.0"
12
just = "1.37.0"
13
+kurtosis = "1.4.3"
14
15
# Cargo dependencies
16
"cargo:just" = "1.37.0"
@@ -47,6 +48,10 @@ binary_signer = "1.0.4"
47
48
forge = "ubi:foundry-rs/foundry[exe=forge]"
49
cast = "ubi:foundry-rs/foundry[exe=cast]"
50
anvil = "ubi:foundry-rs/foundry[exe=anvil]"
51
+# aqua backend is currently broken
52
+shellcheck = "ubi:koalaman/shellcheck"
53
+# custom asdf plugin for now
54
+kurtosis = "asdf:ethereum-optimism/asdf-kurtosis"
55
56
[settings]
57
experimental = true
0 commit comments