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: resolve Gateway depositor address in payout burn path
depositorWallet was declared but never assigned, so every payout that
reached the Gateway execution path (auto-mode fallback and user-selected
cross-chain) threw 'Cannot read properties of undefined' at the burn
call and surfaced as a generic 500.
Replace it with a hoisted depositorAddress that is assigned in both
routing branches: the selected wallet's address in wallet mode, and the
EOA found holding the Gateway balance in auto mode. Guard the burn call
so an unresolved depositor returns an explicit error instead of a crash.
0 commit comments