From 390d65107ba2ffee4cecc8486b11011d89235c88 Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Tue, 19 Nov 2024 17:27:07 +0000 Subject: [PATCH] add satusd --- src/adapters/peggedAssets/index.ts | 6 ++++-- src/peggedData/peggedData.ts | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/adapters/peggedAssets/index.ts b/src/adapters/peggedAssets/index.ts index 5ebebfb3..b91104af 100644 --- a/src/adapters/peggedAssets/index.ts +++ b/src/adapters/peggedAssets/index.ts @@ -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, @@ -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 }; diff --git a/src/peggedData/peggedData.ts b/src/peggedData/peggedData.ts index c84f5551..3c6bad77 100644 --- a/src/peggedData/peggedData.ts +++ b/src/peggedData/peggedData.ts @@ -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[];