Skip to content

Commit

Permalink
add satusd
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Nov 19, 2024
1 parent 876de4f commit 390d651
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/adapters/peggedAssets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ import mod from "./move-dollar";
import usdx0 from "./usdx-money-usdx";
import moneta from "./moneta";
import solayerusd from "./solayer-usd";
import rusd1 from "./reservoir-stablecoin"
import rusd1 from "./reservoir-stablecoin";
import satusd from "./satoshi-stablecoin"

export default {
tether,
Expand Down Expand Up @@ -433,5 +434,6 @@ export default {
"m-by-m^0": m,
"moneta": moneta,
"solayer-usd": solayerusd,
"reservoir-stablecoin": rusd1
"reservoir-stablecoin": rusd1,
"satoshi-stablecoin": satusd
};
20 changes: 20 additions & 0 deletions src/peggedData/peggedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4372,5 +4372,25 @@ export default [
priceSource: "defillama",
twitter: "https://x.com/__reservoir",
wiki: "https://docs.reservoir.xyz/products/stablecoin-rusd"
},
{
id: "218",
name: "Satoshi Stablecoin",
address: "bevm:0xf2692468666e459d87052f68ae474e36c1a34fbb",
symbol: "satUSD",
url: "https://www.satoshiprotocol.org/",
description:
`Satoshi Protocol is a universal stablecoin protocol backed by Bitcoin, using BTC as collateral to mint the native stablecoin satUSD across Bitcoin Mainnet, Layer 2s, and the EVM ecosystem`,
mintRedeemDescription:
"The Satoshi Protocol allows users to access liquidity by depositing collateral, enabling them to borrow up to 90.91% of the collateral's value in satUSD",
onCoinGecko: "true",
gecko_id: "satoshi-stablecoin",
cmcId: null,
pegType: "peggedUSD",
pegMechanism: "crypto-backed",
auditLinks: null,
priceSource: "defillama",
twitter: "https://x.com/SatoshiBEVM",
wiki: "https://docs.satoshiprotocol.org/"
}
] as PeggedAsset[];

0 comments on commit 390d651

Please sign in to comment.