From ee1c06d197f3d16cc89c9ca7e639bec20db4a579 Mon Sep 17 00:00:00 2001 From: Henry Palacios Date: Mon, 21 Aug 2023 23:53:42 -0300 Subject: [PATCH] Testing on origin2 --- constants/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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