Skip to content

Commit 51fd175

Browse files
committed
Adds missing osmosis swap to the command list in e2e setup
1 parent 41c677b commit 51fd175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tests/src/e2e/setup.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,7 @@ where
11421142
|| fst_arg.as_ref() == "ibc-transfer"
11431143
|| fst_arg.as_ref() == "balance"
11441144
|| fst_arg.as_ref() == "estimate-shielding-rewards"
1145+
|| fst_arg.as_ref() == "osmosis-swap"
11451146
})
11461147
.unwrap_or_default();
11471148

0 commit comments

Comments
 (0)