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