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
refactor(sdk-coin-sol): change marinade and jito flags to enum
BREAKING CHANGE: the `isMarinade` setter in transaction builders has been
removed. Existing calls to `txBuilder.isMarinade` will have to be replaced
with `txBuilder.stakingType(StakingType.MARINADE)`.
Ticket: SC-2620
0 commit comments