feat: add support for coinbase wallet with auto connect and metamask

This commit is contained in:
veganbeef
2025-05-08 10:47:59 -07:00
parent d8c53ceab7
commit eda896e478
6 changed files with 127 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@neynar/create-farcaster-mini-app",
"version": "1.2.18",
"version": "1.2.19",
"type": "module",
"private": false,
"access": "public",
@@ -31,7 +31,8 @@
"build": "node scripts/build.js",
"start": "next start",
"lint": "next lint",
"deploy:vercel": "node scripts/deploy.js"
"deploy:vercel": "node scripts/deploy.js",
"cleanup": "lsof -ti :3000 | xargs kill -9"
},
"bin": {
"@neynar/create-farcaster-mini-app": "./bin/index.js"