version: 1.0.0
name: Account Refill Task
description: Fund account bridging tokens from another chain when its balance is bellow certain threshold
trigger:
- type: balance
- op: lte
inputs:
- settler: address
- sourceChain: number
- tokenIn: address
- amountIn: number
- destinationChain: number
- tokenOut: address
- feeAmount: number
- recipient: address