Skip to content

Commit ae63ee8

Browse files
add new listing
1 parent 0966bc6 commit ae63ee8

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

src/peggedData/peggedData.ts

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6464,7 +6464,7 @@ export default [
64646464
{
64656465
id: "316",
64666466
name: "CASH",
6467-
address: "CASHx9KJUStyftLFWGvEVf59SGeG9sh5FfcnZMVPCASH",
6467+
address: "solana:CASHx9KJUStyftLFWGvEVf59SGeG9sh5FfcnZMVPCASH",
64686468
symbol: "CASH",
64696469
url: "https://www.usecash.xyz/",
64706470
description: "CASH is a stablecoin issued by Bridge Building Inc. (BBI), fully backed 1:1 by U.S. dollars",
@@ -6474,10 +6474,29 @@ export default [
64746474
cmcId: "38760",
64756475
pegType: "peggedUSD",
64766476
pegMechanism: "fiat-backed",
6477-
priceSource: "defillama",
6477+
priceSource: "coingecko",
64786478
auditLinks: ["https://uspd.io/docs/uspd/audit"],
64796479
twitter: "https://x.com/usecash",
64806480
wiki: null,
64816481
module: "cash",
64826482
},
6483+
{
6484+
id: "317",
6485+
name: "Tokenised GBP",
6486+
address: "0x27f6c8289550fCE67f6B50BeD1F519966aFE5287",
6487+
symbol: "tGBP",
6488+
url: "https://www.tokenisedgbp.com/",
6489+
description: "Tokenised GBP (tGBP) is the only British Pound backed stablecoin issued by a UK FCA-registered firm. tGBP is fully backed with cash and short-term UK gilts and pegged 1:1 with the British Pound",
6490+
mintRedeemDescription: "To mint Tokenised GBP (tGBP), eligible businesses need to create a tGBP Mint account and complete the required KYB and AML checks. Once the account is approved, businesses can mint and redeem tGBP with GBP from their UK bank account. Retail users can access mint and redemption services through a variety of exchange and payment partners",
6491+
onCoinGecko: "false",
6492+
gecko_id: null,
6493+
cmcId: null,
6494+
pegType: "peggedGBP",
6495+
pegMechanism: "fiat-backed",
6496+
priceSource: "coingecko",
6497+
auditLinks: ["https://www.openzeppelin.com/news/tgbp-audit"],
6498+
twitter: "https://x.com/tokenGBP",
6499+
wiki: null,
6500+
module: "tgbp",
6501+
},
64836502
] as PeggedAsset[];

0 commit comments

Comments
 (0)