Skip to content

Releases: arcus-xyz/arcus-spot-sdk

Release list

v1.0.2

Choose a tag to compare

@lukabuz lukabuz released this 30 Jul 17:45
189dd1e
Initial commit: @arcus-xyz/arcus-spot-sdk

Public, standalone TypeScript SDK for the Arcus / dYdX v5 spot router.
Depends only on viem (peer). Includes browser client, viem signing flow,
bundled chain deployments, wrapped-token prediction, examples/demo, tests,
CI, and an OIDC (npm trusted publishing) release workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>

v1.0.1

Choose a tag to compare

@lukabuz lukabuz released this 30 Jul 00:14
de9906b

Docs-only release.

  • README now documents the hosted router endpoints (https://router.spot.arcus.xyz/v1 for Robinhood mainnet 4663, https://router.spot.testnet.arcus.xyz/v1 for testnet 46630) and uses them in all examples — no locally-run router needed to integrate.
  • Dead links fixed: the repository is now public, and contract addresses/ABIs link to the public arcus-xyz/spot-contracts-abis repo.
  • Demo presets for the Robinhood chains point at the hosted routers.

No code changes.