Skip to content

Commit 66a67e0

Browse files
authored
feat(mise): add kurtosis to the toolchain (#13729)
1 parent 787ec26 commit 66a67e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ yq = "4.44.5"
1010
shellcheck = "0.10.0"
1111
direnv = "2.35.0"
1212
just = "1.37.0"
13+
kurtosis = "1.4.3"
1314

1415
# Cargo dependencies
1516
"cargo:just" = "1.37.0"
@@ -47,6 +48,10 @@ binary_signer = "1.0.4"
4748
forge = "ubi:foundry-rs/foundry[exe=forge]"
4849
cast = "ubi:foundry-rs/foundry[exe=cast]"
4950
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"
5055

5156
[settings]
5257
experimental = true

0 commit comments

Comments
 (0)