From 8aee6ea20b6feef38b7a7153be4e2e83f000c333 Mon Sep 17 00:00:00 2001 From: Define101 Date: Fri, 26 Apr 2024 10:45:17 +0100 Subject: [PATCH] Listing ISC --- .../international-stable-currency/index.ts | 2 +- src/peggedData/peggedData.ts | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/adapters/peggedAssets/international-stable-currency/index.ts b/src/adapters/peggedAssets/international-stable-currency/index.ts index 4bfa44a..329b6f4 100644 --- a/src/adapters/peggedAssets/international-stable-currency/index.ts +++ b/src/adapters/peggedAssets/international-stable-currency/index.ts @@ -10,7 +10,7 @@ const chainContracts = { const adapter: PeggedIssuanceAdapter = { solana: { - minted: solanaMintedOrBridged(chainContracts.solana.issued), + minted: solanaMintedOrBridged(chainContracts.solana.issued, "peggedVAR"), unreleased: async () => ({}), }, }; diff --git a/src/peggedData/peggedData.ts b/src/peggedData/peggedData.ts index 0989268..0f5f912 100644 --- a/src/peggedData/peggedData.ts +++ b/src/peggedData/peggedData.ts @@ -3731,4 +3731,24 @@ export default [ twitter: "https://twitter.com/gyrostable", wiki: "https://docs.gyro.finance/", }, + { + id: "186", + name: "International Stable Currency", + address: "solana:J9BcrQfX4p9D1bvLzRNCbMDv8f44a9LFdeqNE4Yk2WMD", + symbol: "ISC", + url: "https://www.isc.money", + description: + " International Stable Currency (ISC) is yield-bearing stablecoin pegged to a basket of real world assets.", + mintRedeemDescription: + " ISC Issuer is tasked with two principal functions that are integral to the operation of the ISC ecosystem. Firstly, it is responsible for the minting and burning of ISC. Secondly, it manages the loans of ISC between itself and the ISC", + onCoinGecko: "true", + gecko_id: "international-stable-currency", + cmcId: null, + pegType: "peggedVAR", + pegMechanism: "fiat-backed", // composition is bonds, t-bilts, cash + priceSource: "coingecko", + auditLinks: null, + twitter: "https://twitter.com/ISC_money", + wiki: "https://wp.isc.money", + }, ] as PeggedAsset[];