diff --git a/orchestrator/oracle/oracle.go b/orchestrator/oracle/oracle.go index 4c9c2827..5e1b3a64 100644 --- a/orchestrator/oracle/oracle.go +++ b/orchestrator/oracle/oracle.go @@ -297,7 +297,7 @@ func (o *Oracle) tick() error { // GetStablecoinsCurrencyPair return the currency pair of that symbol quoted by some // stablecoins. func GetStablecoinsCurrencyPair(baseSymbol string) []umeedpftypes.CurrencyPair { - quotes := []string{"USD", "USDT", "UST"} + quotes := []string{"USD", "USDT", "DAI"} currencyPairs := make([]umeedpftypes.CurrencyPair, len(quotes)) for i, quote := range quotes {