Skip to content

Commit 0292e73

Browse files
committed
feat: handle oracle 0x0dA584C257A2c56227f8B95F1c8EC578F372e157
1 parent 038cca5 commit 0292e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/price_oracle/on_log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func (mdl *PriceOracle) checkPriceFeedContract(discoveredAt int64, oracle string
9898
"PRICEFEED_crvUSDTWBTCWETH",
9999
"PRICEFEED_LDOETH",
100100
"PRICEFEED_crvUSDETHCRV",
101+
"crvPlain3andSUSD price feed",
101102
}, description) {
102103
// https://github.com/Gearbox-protocol/integrations-v2/tree/main/contracts/oracles/curve
103104
return ds.CurvePF, false, nil

0 commit comments

Comments
 (0)