Skip to content

Commit

Permalink
fix: fix tsc errors and update pre-commit hook to run tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Dec 20, 2024
1 parent 77854f2 commit 9a37ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
npx lint-staged
yarn lint-staged
yarn tsc --noEmit
2 changes: 1 addition & 1 deletion lib/hooks/ethereum/useMarketplaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const useMarketplaces = () => {
ChainId.BNBSmartChainMainnet,
ChainId.BNBSmartChainTestnet,
ChainId.KaiaMainnet,
ChainId.KaiaTestnetKairos,
ChainId.KaiaKairosTestnet,
ChainId.Moonbeam,
ChainId.Moonriver,
ChainId.Canto,
Expand Down

0 comments on commit 9a37ded

Please sign in to comment.