Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy committed Dec 14, 2023
1 parent 85210d6 commit b324eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/lp_price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::str::Utf8Error;
const PRICE_ENDPOINTS: [&str; 3] = [
"https://prices.komodian.info/api/v2/tickers",
"https://prices.cipig.net:1717/api/v2/tickers",
"https://defi-stats.komodo.earth/api/v3/prices/tickers_v2"
"https://defi-stats.komodo.earth/api/v3/prices/tickers_v2",
];

#[derive(Debug)]
Expand Down

0 comments on commit b324eca

Please sign in to comment.