Skip to content

v6.3.0

Choose a tag to compare

@on47sky on47sky released this 09 Jul 08:56
· 9 commits to main since this release

Predefined combo bets — ready-made express selections, each a list of conditions with a precomputed totalOdds.

  • getPredefinedCombo({ chainId }) — fetches the curated combos for a chain's environment. Each returned
    PredefinedComboConditionData pins a single picked outcome (the API's outcomes field is normalized to
    a singular outcome).
  • New exported types: GetPredefinedComboParams, GetPredefinedComboResult, PredefinedComboData,
    PredefinedComboConditionData.

Docs: https://gem.azuro.org/hub/apps/toolkit/feed/getPredefinedCombo

Full Changelog: v6.2.0...v6.3.0