Skip to content

Commit

Permalink
Add 0xen collection (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrel-b authored May 3, 2024
1 parent 8c2e091 commit 9183981
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tokenprocessing/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,9 @@ func isHighlight(td db.TokenDefinition) bool {
if td.ContractAddress == "0x78b92e9afd56b033ead2103f07aced5fac8c0854" && td.Chain == persist.ChainBase {
return true
}
// 0xen After Arcs collection
if td.ContractAddress == "0xfbf5a872f0d1cb8763e38b5250bbc0dd8443dfbb" && td.Chain == persist.ChainBase {
return true
}
return false
}

0 comments on commit 9183981

Please sign in to comment.