Replies: 1 comment 3 replies
-
@agsola Coinbase smart wallet is only supported on localhost with testnet chains like sepolia. On production you'd have to connect with your coinbase wallet app or coinbase wallet extension. Here is a small example with wallet button. We're also working with supporting siwe for smart wallets here. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to integrate Coinbase Smartwallet with the latest 2.1.x release using dev.
I can create the smart wallet, and then, when trying to Sign in with Ethereum most of the time I'm getting this:
It seems the network id is always 1 (which could make sense as there is no account connected). However, it leaves us little option to test it.
Are there any instructions to test it?
And, no idea who I got it to work one time, but the Sign in with Ethereum failed despite having support for ERC-4361.
Beta Was this translation helpful? Give feedback.
All reactions