Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: accept before send hook #446

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
3 changes: 2 additions & 1 deletion .github/workflows/pr-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release to @pr-<number> tag on npm
on:
pull_request:
workflow_dispatch:
types: [opened, synchronize, edited, closed, reopened]

jobs:
release-pr:
Expand All @@ -27,6 +27,7 @@ jobs:

- name: Build
run: pnpm build
env:
NEXT_PUBLIC_PROVIDER_URL: "http://localhost:4000/v1/graphql"
NEXT_PUBLIC_WC_PROJECT_ID: e01471314fc69cc4efba6dce12dfd710
NEXT_PUBLIC_CHAIN_ID_NAME: testnet
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/react-query": "5.35.1",
"@wagmi/connectors": "5.1.7",
"@wagmi/core": "2.13.4",
"fuels": "0.96.1",
"fuels": "0.0.0-pr-3487-20241220190150",
"clsx": "2.1.1",
"connectkit": "1.8.2",
"next": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@synthetixio/synpress-cache": "0.0.4",
"dotenv": "16.4.5",
"@phantom/synpress": "4.0.0-alpha.53",
"fuels": "0.96.1"
"fuels": "0.0.0-pr-3487-20241220190150"
}
}
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@wagmi/connectors": "5.1.7",
"@wagmi/core": "2.13.4",
"clsx": "2.1.1",
"fuels": "0.96.1",
"fuels": "0.0.0-pr-3487-20241220190150",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@fuels/react": "workspace:*",
"@tanstack/react-query": "5.35.1",
"connectkit": "1.8.2",
"fuels": "0.96.1",
"fuels": "0.0.0-pr-3487-20241220190150",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
Loading
Loading