Skip to content

Releases: Azuro-protocol/toolkit

v4.5.3

30 Jan 14:18
Compare
Choose a tag to compare
  • Marked the liveSupportedChains as deprecated
  • Added live contracts for chiliz chain

v4.5.2

29 Jan 09:43
Compare
Choose a tag to compare

Changed bet token address for base chain

v4.5.1

24 Jan 12:36
8f1d6cd
Compare
Choose a tag to compare

Added base and base sepolia networks

v4.5.0

22 Jan 13:52
345718c
Compare
Choose a tag to compare

Added implementation of Cashouts

New utils:

  • getPrecalculatedCashouts - Provides approximate precalculated cashout values, intended for use in the client's bets view
  • getCalculatedCashout - Returns the calculated cashout, intended to provide the exact cashout value for a specific bet
  • getCashoutTypedData - Returns a typed data for cashout typed signature
  • createCashout - Submits a cashout order
  • getCashout - Returns the details of the created cashout order

New constants:

  • CASHOUT_DATA_TYPES
  • CASHOUT_TYPED_DATA_DOMAIN_NAME
  • CASHOUT_TYPED_DATA_DOMAIN_VERSION

v4.4.1

12 Nov 08:09
Compare
Choose a tag to compare

Upgrade peerDependencies packages

v4.4.0

01 Nov 10:44
Compare
Choose a tag to compare

New utils for live bets:

  • getLiveBetTypedData - generates a typed data for sign
  • createLiveBet - creates a live bet
  • getLiveBet - returns a created live bet

New constants:

  • LIVE_BET_DATA_TYPES
  • LIVE_TYPED_DATA_DOMAIN_NAME
  • LIVE_TYPED_DATA_DOMAIN_VERSION

v4.3.3

14 Oct 13:39
Compare
Choose a tag to compare

Increased decimals for the calcPrematchOdds

v4.3.2

04 Oct 07:56
Compare
Choose a tag to compare
  • orderBy and orderDirection for PrematchConditions and LiveConditions queries
  • added margin field for the PrematchCondition fragment
  • added margin field for the MarketOutcome type

v4.3.1

30 Sep 07:29
Compare
Choose a tag to compare

Fixed DeBridge issue

v4.3.0

26 Sep 11:47
Compare
Choose a tag to compare
  • where => gameFilter and new sportFilter filed for Navigation query
  • where => gameFilter and new sportFilter filed for SportsNavigation query
  • sportId field for Sports query