File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,8 @@ import pinto from "./pinto";
232
232
import wusd from "./worldwide-usd" ;
233
233
import standardusds from "./thestandard-usd" ;
234
234
import frxusd from "./frax-usd" ;
235
- import syusd from "./syusd"
235
+ import syusd from "./syusd" ;
236
+ import scusd from "./rings-scusd"
236
237
237
238
export default {
238
239
tether,
@@ -470,5 +471,6 @@ export default {
470
471
"worldwide-usd" : wusd ,
471
472
"thestandard-usd" : standardusds ,
472
473
"frax-usd" : frxusd ,
473
- "synnax-stablecoin" : syusd
474
+ "synnax-stablecoin" : syusd ,
475
+ "rings-scusd" : scusd
474
476
} ;
Original file line number Diff line number Diff line change @@ -4797,6 +4797,5 @@ export default [
4797
4797
auditLinks : [ ] ,
4798
4798
twitter : "https://x.com/Rings_Protocol" ,
4799
4799
wiki : "https://docs.rings.money/tutorials/introduction" ,
4800
- doublecounted : true
4801
4800
} ,
4802
4801
] as PeggedAsset [ ] ;
You can’t perform that action at this time.
0 commit comments