Skip to content

Commit

Permalink
list with supported eth pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed May 23, 2024
1 parent 1bcdbc3 commit 3e2df92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/website/src/utils/coinbase/ethPairs.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import comparing from './comparing'

export function pairs(cryptoSymbol: string) {
const supportedCoins = [
'bitcoin',
'CARDANO',
'solana',
'chainlink',
'decentraland',
]

return comparing(supportedCoins, cryptoSymbol)
}

0 comments on commit 3e2df92

Please sign in to comment.