chore(scripts): use wagmi binary and stop clobbering submodule .env

This commit is contained in:
2026-05-04 22:13:22 -03:00
committed by hueso
parent 2e2d2ff6d7
commit 10569db3b1

View File

@@ -13,9 +13,9 @@
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{ts,vue,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
"contracts:setup": "pushd p2pix-smart-contracts && bun install && ([ -f .env ] || echo 'ALCHEMY_API_KEY=placeholder' > .env) && popd",
"contracts:setup": "pushd p2pix-smart-contracts && bun install && cp -n .env.example .env || true && popd",
"prewagmi:gen": "bun run contracts:setup",
"wagmi:gen": "bun ./node_modules/@wagmi/cli/dist/esm/cli.js generate"
"wagmi:gen": "wagmi generate"
},
"dependencies": {
"@floating-ui/vue": "^1.1.11",