Skip to content

Commit

Permalink
feat: add avalon usda to peggedAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmin-avalon committed Nov 29, 2024
1 parent ea64e5b commit bf7dda2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ import solayerusd from "./solayer-usd";
import rusd1 from "./reservoir-stablecoin";
import satusd from "./satoshi-stablecoin"
import usdf from "./astherus-usdf"
import avalon_usda from "./usda"

export default {
tether,
Expand Down Expand Up @@ -437,5 +438,6 @@ export default {
"solayer-usd": solayerusd,
"reservoir-stablecoin": rusd1,
"satoshi-stablecoin": satusd,
"astherus-usdf": usdf
"astherus-usdf": usdf,
"usda": avalon_usda
};
2 changes: 1 addition & 1 deletion src/adapters/peggedAssets/usda/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { addChainExports,solanaMintedOrBridged } from "../helper/getSupply";
import { addChainExports } from "../helper/getSupply";
import { PeggedIssuanceAdapter } from "../peggedAsset.type";

// Avalon - USDa, use LayerZero OFT (Mint-Burn) Modal to bridge
Expand Down

0 comments on commit bf7dda2

Please sign in to comment.