Skip to content

v2.53.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 01:32
· 5 commits to main since this release

Fixed

  • fix(core): type compareMarketPrices with CompareMarketPricesParams (#1419). Introduce a precise CompareMarketPricesParams type and use it for the base compareMarketPrices signature instead of the loose FetchMatchesParams. Type-only refinement — the base method is a stub and the concrete Router.ts behavior is unchanged. Only the buildable core of #1419 was applied; its broken SDK-generator import and a private_key=wallet_address bug were dropped.

Installation

npm:

npm install pmxtjs@2.53.1
npm install -g @pmxt/cli@2.53.1

PyPI:

pip install pmxt==2.53.1

Links

Full Changelog: v2.53.0f...v2.53.1f