Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ocp/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const (
CoreMintPublicKeyString = usdf.Mint
CoreMintQuarksPerUnit = uint64(usdf.QuarksPerUsdf)
CoreMintDecimals = usdf.Decimals
CoreMintName = "USDF"
CoreMintName = "USD on Flipcash"
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 = "A currency friends use to settle up after a night out. Simple, fast, and made for shared moments."

SubsidizerPublicKey = "cash11ndAmdKFEnG2wrQQ5Zqvr1kN9htxxLyoPLYFUV"

Expand Down
1 change: 1 addition & 0 deletions ocp/rpc/currency/availability.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (

var reservedCurrencyNames = []string{
common.CoreMintName,
common.CoreMintSymbol,
}

func (s *currencyServer) CheckAvailability(ctx context.Context, req *currencypb.CheckAvailabilityRequest) (*currencypb.CheckAvailabilityResponse, error) {
Expand Down
Loading