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,