diff --git a/constants/index.ts b/constants/index.ts index 7638e20..0d77b1c 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -8,5 +8,4 @@ export const CHAIN_CONTRACTS_ADDRESS: Record = { export function isValidChain(key: string): key is ALL_CHAINS { return CHAINS.includes(key) -} -// T3 \ No newline at end of file +} \ No newline at end of file