mev-flood icon indicating copy to clipboard operation
mev-flood copied to clipboard

update `cli` so `flood.liquid()` uses correct `wethMintAmount` flag

Open jbowen93 opened this issue 1 year ago • 0 comments

When calling flood.liquid() The cli passesflags.wethMintAmountOwner and flags.wethMintAmountUser which don't exist.

The correct flag to use is flags.wethMintAmount which is set with --wethMintAmount (or -a)

Tests

Manually tested by running

./bin/run init -r $ETH_RPC_URL -k $PRIV_KEY -u $PRIV_KEY -s local.json -a 10

jbowen93 avatar Nov 28 '23 03:11 jbowen93