check-flashable

ra-protocol check-flashable

Check the amount of liquidity currently flashable for a certain asset on a certain chain

USAGE
  $ ra-protocol check-flashable -c ethereum|bsc|avalanche|solana -a <value>

FLAGS
  -a, --asset=<value>...                       (required) specify asset
  -c, --chain=(ethereum|bsc|avalanche|solana)  (required) specify which chain

DESCRIPTION
  Check the amount of liquidity currently flashable for a certain asset on a certain chain

EXAMPLES
  $ ra-protocol check-flashable --chain ethereum
  Checking is complete

FLAG DESCRIPTIONS
  -a, --asset=<value>...  

    specify asset

  -c, --chain=(ethereum|bsc|avalanche|solana)

        ethereum: Ethereum
        bsc: Binance Smart Chain
        avalanche: Avalanche
        solana: Solana

CONFIG USAGE
  This command behavior affected by following config variables: protocol-aave, protocol-uni, privacy

  For details run
  $ ra-protocol config set --help

See code: dist/commands/check-flashable/index.ts

Last updated