You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to use the CLMM-CPI example you immediately encounter: Program log: panicked at 'calledOption::unwrap()on aNone value', programs/amm/src/instructions/swap.rs:195:64
It appears that this is due to not passing in tick_arrays, Something to do with remaining_accounts.
It is unclear however where tick_arrays come from or how they go into the swap. The example remains incomplete and erroneous
The text was updated successfully, but these errors were encountered:
When you try to use the CLMM-CPI example you immediately encounter:
Program log: panicked at 'called
Option::unwrap()on a
Nonevalue', programs/amm/src/instructions/swap.rs:195:64
It appears that this is due to not passing in tick_arrays, Something to do with remaining_accounts.
It is unclear however where tick_arrays come from or how they go into the swap. The example remains incomplete and erroneous
The text was updated successfully, but these errors were encountered: