AaveV3QuotePriceRangeTrigger
Description
Trigger contract that verifies if current token price ratio is outside of given range specified during subscription
Trigger ID
0x1b12e080
SDK Action
const aaveV3QuotePriceRangeTrigger = new dfs.triggers.AaveV3QuotePriceRangeTrigger(
baseTokenAddr,
quoteTokenAddr,
lowerPrice,
upperPrice
);Subscription Parameters
Calldata Parameters
IsChangeable
false
Was this helpful?