This addresses [ENG-2985](https://linear.app/comm/issue/ENG-2985/add-support-for-coinbase-wallet).
The patchfile change is necessary to get Rainbowkit to pass [this config](https://github.com/wevm/wagmi/blame/2d5041668d6b5e28bec21de349275ca584597082/docs/shared/connectors/coinbaseWallet.md#L111) to Wagmi.
I described it when searching the GitHub issues for `coinbase-wallet-sdk`: [here](https://github.com/coinbase/coinbase-wallet-sdk/issues/945#issuecomment-1687066462) and [here](https://github.com/coinbase/coinbase-wallet-sdk/issues/854#issuecomment-1687064834). I also found a Farcaster discussion about it [here](https://searchcaster.xyz/search?merkleRoot=0xfa7da182c0998d9e68d99f5535416a0816872976).
Depends on D11491