Skip to content

Commit c8562c4

Browse files
remove ratio
1 parent 98c6387 commit c8562c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adapters/peggedAssets/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import sperax from "./sperax-usd";
3333
import usdp from "./usdp";
3434
import usdb from "./usd-balance";
3535
import mimatic from "./mimatic";
36-
import ratio from "./ratio-stable-coin";
36+
//import ratio from "./ratio-stable-coin";
3737
import usdj from "./just-stablecoin";
3838
import stbl from "./stbl";
3939
import volt from "./volt-protocol";
@@ -198,7 +198,7 @@ export default {
198198
usdp,
199199
"usd-balance": usdb,
200200
mimatic,
201-
"ratio-stable-coin": ratio,
201+
//"ratio-stable-coin": ratio,
202202
"just-stablecoin": usdj,
203203
algostable: stbl,
204204
"volt-protocol": volt,

0 commit comments

Comments
 (0)