Skip to content

Commit

Permalink
add new coin
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jul 18, 2024
1 parent d716944 commit 8bedfea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ import ausd from "./stable-jack-ausd";
import creal from "./celo-real-creal";
import hexdc from "./hex-dollar-coin";
import usdz from "./anzen-usdz";
import chadusd from "./chad-usd";

export default {
tether,
Expand Down Expand Up @@ -403,5 +404,6 @@ export default {
"hedera-swiss-franc": hchf,
"celo-real-creal": creal,
"hex-dollar-coin": hexdc,
"anzen-usdz": usdz
"anzen-usdz": usdz,
"chad-usd": chadusd
};

0 comments on commit 8bedfea

Please sign in to comment.