Skip to content

Commit

Permalink
mark degen10 as a valid asset
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy committed Feb 28, 2021
1 parent eb20420 commit 9acfcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
// IsValidAsset determines whether or not the given asset is one we are tracking
func IsValidAsset(asset string) bool {
switch strings.ToLower(asset) {
case "ndx", "defi5", "cc10", "orcl5", "eth":
case "ndx", "defi5", "cc10", "orcl5", "eth", "degen10":
return true
default:
return false
Expand Down

0 comments on commit 9acfcd8

Please sign in to comment.