cfluke-cb

Results 2 issues of cfluke-cb

## General Changes - Adds Coinbase pay feature as an onramp item ## Developer Notes the NEXT_PUBLIC_COINBASE_API_KEY we prefer to not be committed, we realize that it is discoverable, but...

I have an http path like this "/v1/{walletName}:generateAddress": The :generateAddress is becoming a string parameter from the generated client. ` const response = await client.walletServiceGenerateAddress(name, ':generateAddress', { network: networkName, });...