Skip to content

Releases: adcommune/0xSlots

@0xslots/sdk@0.4.0

17 Feb 20:01
671bb2d

Choose a tag to compare

Minor Changes

@0xslots/contracts@0.3.0

17 Feb 20:01
671bb2d

Choose a tag to compare

Minor Changes

@0xslots/sdk@0.3.0

16 Feb 16:35
9aaf253

Choose a tag to compare

Minor Changes

  • c66f1a8: Add flexible event queries and price update events
    • Make getSlotCreatedEvents accept optional parameters instead of requiring landId
    • Add getPriceUpdates query to fetch price update events
    • Update all event queries to support flexible filtering with optional where, orderBy, and orderDirection parameters

@0xslots/sdk@0.2.0

16 Feb 15:52
52220f6

Choose a tag to compare

Minor Changes

  • 950fbc7: Initial release of @0xslots/sdk package
    • Type-safe GraphQL client for querying 0xSlots subgraph data
    • Generated from GraphQL schema with complete TypeScript support
    • Chain selection support (Base Sepolia)
    • Query methods for hub, lands, slots, and events
    • Built on graphql-request with GraphQL Code Generator
    • Full ESM support with tree-shaking

@0xslots/contracts@0.2.0

16 Feb 15:38
3c40f78

Choose a tag to compare

Minor Changes

  • 34542fa: Initial release of @0xslots/contracts package
    • Export slotsAbi and slotsHubAbi for use with viem
    • Export slotsHubAddress with helper functions (getSlotsHubAddress, isSlotsHubDeployed)
    • Support for Base Sepolia (chain ID 84532)
    • TypeScript support with full type definitions
    • ESM module format with tree-shaking support