Skip to content

Commit

Permalink
feat: export stakingAbi and stakingConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Nov 11, 2024
1 parent 746cdf8 commit 8c7d3ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { useStaking } from './hooks/useStaking';
export { StakingProvider } from './provider';
export { type StakingContextType } from './context';
export { stakingAbi } from './abis/staking';
export { config as stakingConfig } from './config';

0 comments on commit 8c7d3ea

Please sign in to comment.