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
Self-referral is now allowed. The REFERRAL_EQUALS_BENEFICIARY validation
that rejected bets where referral === beneficiary has been removed — there is
no contract-level restriction on self-referral, so the SDK check was
over-restricting valid use-cases (e.g. a bettor routing their own referral
share back to themselves).
BetErrorCode no longer includes "REFERRAL_EQUALS_BENEFICIARY".
validateBetParams no longer throws when referral equals beneficiary.