Skip to content

Commit

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

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

0 comments on commit e49d2df

Please sign in to comment.