Skip to content

Commit

Permalink
chore: color
Browse files Browse the repository at this point in the history
  • Loading branch information
nick134-bit committed Jul 30, 2024
1 parent a4313f0 commit da91fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/getColorByChainName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ export const getColorByChainName = (chainName: string) : string => {
return '#00FF00'
case WalletChainName.osmosis:
return '#800080'
// TODO: ARCHWAY
case WalletChainName.archway:
return '#000000'
return '#ff8a22'

default:
return null
Expand Down

0 comments on commit da91fbf

Please sign in to comment.