Skip to content

Commit 9d1f9f9

Browse files
enable scusd
1 parent 2cecd1b commit 9d1f9f9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/adapters/peggedAssets/index.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ import pinto from "./pinto";
232232
import wusd from "./worldwide-usd";
233233
import standardusds from "./thestandard-usd";
234234
import frxusd from "./frax-usd";
235-
import syusd from "./syusd"
235+
import syusd from "./syusd";
236+
import scusd from "./rings-scusd"
236237

237238
export default {
238239
tether,
@@ -470,5 +471,6 @@ export default {
470471
"worldwide-usd": wusd,
471472
"thestandard-usd": standardusds,
472473
"frax-usd": frxusd,
473-
"synnax-stablecoin": syusd
474+
"synnax-stablecoin": syusd,
475+
"rings-scusd": scusd
474476
};

src/peggedData/peggedData.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4797,6 +4797,5 @@ export default [
47974797
auditLinks: [],
47984798
twitter: "https://x.com/Rings_Protocol",
47994799
wiki: "https://docs.rings.money/tutorials/introduction",
4800-
doublecounted: true
48014800
},
48024801
] as PeggedAsset[];

0 commit comments

Comments
 (0)