Skip to content

Conversation

@jbowen93
Copy link

@jbowen93 jbowen93 commented Nov 28, 2023

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

…flag

The `cli` attempts to use `flags.wethMintAmountOwner` and `flags.wethMintAmountUser` which aren't flags which exist. The correct flag to use is `flags.wethMintAmount` which is set with`-a`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant