Releases: adcommune/0xSlots
Releases · adcommune/0xSlots
@0xslots/sdk@0.4.0
@0xslots/contracts@0.3.0
@0xslots/sdk@0.3.0
Minor Changes
- c66f1a8: Add flexible event queries and price update events
- Make
getSlotCreatedEventsaccept optional parameters instead of requiringlandId - Add
getPriceUpdatesquery to fetch price update events - Update all event queries to support flexible filtering with optional
where,orderBy, andorderDirectionparameters
- Make
@0xslots/sdk@0.2.0
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
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