Skip to content

Commit

Permalink
fix adapter name to match cg id
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Dec 18, 2024
1 parent 71822cf commit 88b052a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ import satusd from "./satoshi-stablecoin"
import usdf from "./astherus-usdf"
import avalon_usda from "./avalon-usda"
import usdtb from "./usdtb"
import pausd from "./pausd-stablecoin"
import pausd from "./parallel-usd"

export default {
tether,
Expand Down Expand Up @@ -280,7 +280,7 @@ export default {
seur,
ageur: eura,
"par-stablecoin": par,
"pausd-stablecoin": pausd,
"parallel-usd": pausd,
"hedge-usd": ush,
"three-usd": threeusd,
sigmausd,
Expand Down

0 comments on commit 88b052a

Please sign in to comment.