From bc7f1561c0dbc4f744dc711305db11c1541bc2b2 Mon Sep 17 00:00:00 2001 From: jeffyanta Date: Mon, 6 Jul 2026 16:02:56 -0400 Subject: [PATCH] Update core mint name to USDF --- ocp/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp/config/config.go b/ocp/config/config.go index 429f4d0..d05741d 100644 --- a/ocp/config/config.go +++ b/ocp/config/config.go @@ -14,7 +14,7 @@ const ( CoreMintPublicKeyString = usdf.Mint CoreMintQuarksPerUnit = uint64(usdf.QuarksPerUsdf) CoreMintDecimals = usdf.Decimals - CoreMintName = "USD on Flipcash" + CoreMintName = "USDF" CoreMintSymbol = "USDF" CoreMintDescription = "USDF is a fully backed digital dollar created in partnership with Coinbase. USDF can be used to buy currencies on Flipcash, or can be withdrawn to any other crypto wallet that supports the Solana blockchain. USDF can also be sold, allowing you to move your funds into a traditional bank account."