- Add LegacyRewardsManager interface
- Ensure ServiceRegistry loads the correct interface
- Add ServiceRegistered to LegacyServiceRegistry interface
- Updated indexer struct and function signature
- fix: add missing nextAccountSeqID and multicall to IL2GNSToolshed interface
- Fix export conditions order to resolve Next.js import errors
- Add vesting interfaces for Horizon protocol
- Add IGraphTokenLockWallet base interface for core vesting functionality
- Add IGraphTokenLockWalletToolshed interface with Horizon protocol interactions
- Include functions for stake management, provision management, delegation, and configuration
- Support both current and legacy withdrawDelegated signatures for backward compatibility
- Add ethers v5 type generation to interfaces package
- Add wagmi type generation for interfaces package
- fbe38f9: Add ICuration to L2Curation interface
- Add missing events to SubgraphService and RewardsManager interfaces
- Ensure latest build is published to npm
- Add missing interfaces to SubgraphService and ServiceRegistry contracts
- Ensure dist files are published to NPM
- Make interfaces package public
- Extracted contract interfaces into its own package