check-most-liquid-flash

ra-protocol check-most-liquid-flash

Checks all connected chains for the most liquid network available to flash loan an input asset

USAGE
  $ ra-protocol check-most-liquid-flash -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
  Checks all connected chains for the most liquid network available to flash loan an input asset

EXAMPLES
  $ ra-protocol check-most-liquid-flash --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-most-liquid-flash/index.ts

Last updated