Skip to content

Commit

Permalink
chore: update v4 upgrade handler to keep all TIA-related pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 17, 2024
1 parent afecb54 commit dd79226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v4/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func CreateUpgradeHandler(
}

for ticker, market := range markets {
if strings.EqualFold(ticker, "TIA/USD") {
if strings.Contains(ticker, "TIA") {
continue
}

Expand Down

0 comments on commit dd79226

Please sign in to comment.