Skip to content

Commit

Permalink
Testing on origin2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypalacios committed Aug 22, 2023
1 parent e49d2df commit ee1c06d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ export const CHAIN_CONTRACTS_ADDRESS: Record<ALL_CHAINS, string> = {

export function isValidChain(key: string): key is ALL_CHAINS {
return CHAINS.includes(key)
}
}

// Trigger

0 comments on commit ee1c06d

Please sign in to comment.