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
fix: add token fields to ConsolidateIntent TypeScript type
ConsolidateIntent.recipients was missing tokenAddress, tokenProgramId,
and decimalPlaces — the same fields PaymentIntent has. The Rust
build_consolidate now uses these for SPL transfer_checked instructions,
and bgms passes them, but the TypeScript type didn't declare them.
Ticket: BTC-3188
0 commit comments