Skip to content

Commit

Permalink
add Astherus
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Nov 20, 2024
1 parent 496e614 commit d57e8ab
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/adapters/peggedAssets/astherus-usdf/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const chainContracts = {
bsc: {
issued: ["0x5A110fC00474038f6c02E89C707D638602EA44B5"],
},
};

import { addChainExports } from "../helper/getSupply";
const adapter = addChainExports(chainContracts);
export default adapter;
4 changes: 3 additions & 1 deletion src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ import moneta from "./moneta";
import solayerusd from "./solayer-usd";
import rusd1 from "./reservoir-stablecoin";
import satusd from "./satoshi-stablecoin"
import usdf from "./astherus-usdf"

export default {
tether,
Expand Down Expand Up @@ -435,5 +436,6 @@ export default {
"moneta": moneta,
"solayer-usd": solayerusd,
"reservoir-stablecoin": rusd1,
"satoshi-stablecoin": satusd
"satoshi-stablecoin": satusd,
"astherus-usdf": usdf
};
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4392,5 +4392,25 @@ export default [
priceSource: "defillama",
twitter: "https://x.com/Satoshi_BTCFi",
wiki: "https://docs.satoshiprotocol.org/"
},
{
id: "219",
name: "Astherus",
address: "bsc:0x5A110fC00474038f6c02E89C707D638602EA44B5",
symbol: "USDF",
url: "https://astherus.com/en/usdf",
description:
`USDF is a token minted by depositing USDT on AstherusEarn. USDT and USDF are fully convertible at a 1:1 ratio. `,
mintRedeemDescription:
"Redemptionare temporarily unavailable during the ‘fundraising’ period. After the ‘fundraising’ period, users could redeem the USDF by clicking the button of “Redeem”. Then USDT tokens are claimable after three days after submitting the request for redemption.",
onCoinGecko: "false",
gecko_id: "astherus-usdf",
cmcId: null,
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
auditLinks: null,
priceSource: "defillama",
twitter: "https://x.com/AstherusHub",
wiki: "https://docs.astherus.com/"
}
] as PeggedAsset[];

0 comments on commit d57e8ab

Please sign in to comment.