Skip to content

Commit

Permalink
fix: feed
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-98 committed Mar 11, 2024
1 parent 8b20c00 commit 9a6d826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/aggregated_block_feed/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ func (mdl *AQFWrapper) processRoundData(blockNum int64, adapter *query_price_fee
} else if adapter.GetVersion().MoreThanEq(core.NewVersion(300)) {
if core.GetChainId(mdl.Client) == 7878 {
return nil
} else if adapter.GetAddress() == "0x814E6564e8cda436c1ab25041C10bfdb21dEC519" { // arbitrum redstone composite feed
return nil
} else {
log.Fatalf("Can't get latestRounData in AQFWrapper for %s(%s) at %d",
adapter.GetDetailsByKey("pfType"), adapter.GetAddress(), blockNum)
Expand Down

0 comments on commit 9a6d826

Please sign in to comment.