From 37c8ee468763108b1799d3d15d209cec621ed553 Mon Sep 17 00:00:00 2001 From: jeffyanta Date: Mon, 10 Aug 2026 14:53:23 -0400 Subject: [PATCH] Update USDF name and description to Dollars version --- ocp/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocp/config/config.go b/ocp/config/config.go index d05741d..4ea8984 100644 --- a/ocp/config/config.go +++ b/ocp/config/config.go @@ -14,9 +14,9 @@ const ( CoreMintPublicKeyString = usdf.Mint CoreMintQuarksPerUnit = uint64(usdf.QuarksPerUsdf) CoreMintDecimals = usdf.Decimals - CoreMintName = "USDF" + CoreMintName = "Dollars" 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." + CoreMintDescription = "Dollars are a 1:1 USD stablecoin managed by Coinbase." SubsidizerPublicKey = "cash11ndAmdKFEnG2wrQQ5Zqvr1kN9htxxLyoPLYFUV"