Skip to content

Commit 2a5c811

Browse files
committed
sys-lend: temporarily remove mfi from list of default pools
1 parent 7fc7072 commit 2a5c811

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/bin/sys-lend.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ fn supported_pools_for_token(token: Token) -> Vec<String> {
175175
.collect();
176176
supported_tokens.sort();
177177
supported_tokens
178+
.into_iter()
179+
.filter(|pool| pool != "mfi")
180+
.collect()
178181
}
179182

180183
#[derive(Clone)]

0 commit comments

Comments
 (0)