From 9a37ded3ea8e7bb49d19838da346d942b836e2b3 Mon Sep 17 00:00:00 2001 From: Rosco Kalis Date: Fri, 20 Dec 2024 12:53:32 +0100 Subject: [PATCH] fix: fix tsc errors and update pre-commit hook to run tsc --- .husky/pre-commit | 3 ++- lib/hooks/ethereum/useMarketplaces.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc587..72e3e5569 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ -npx lint-staged +yarn lint-staged +yarn tsc --noEmit diff --git a/lib/hooks/ethereum/useMarketplaces.tsx b/lib/hooks/ethereum/useMarketplaces.tsx index 1d8edd060..1622f0023 100644 --- a/lib/hooks/ethereum/useMarketplaces.tsx +++ b/lib/hooks/ethereum/useMarketplaces.tsx @@ -49,7 +49,7 @@ export const useMarketplaces = () => { ChainId.BNBSmartChainMainnet, ChainId.BNBSmartChainTestnet, ChainId.KaiaMainnet, - ChainId.KaiaTestnetKairos, + ChainId.KaiaKairosTestnet, ChainId.Moonbeam, ChainId.Moonriver, ChainId.Canto,