Skip to content
Closed

Main #499

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
34c8d15
Merge branch '0xsequence:master' into Initial-project-structure-wagmi
Dargon789 Jan 7, 2026
fa0f30f
Merge branch '0xsequence:master' into wagmi-project
Dargon789 Jan 9, 2026
81c62ba
Update indexer client (#207)
Dargon789 Jan 17, 2026
9471600
Merge branch 'master' into wagmi-0xsequence
Dargon789 Jan 19, 2026
1a006da
Merge branch 'wagmi-project' of https://github.com/Dargon789/sequence…
googleworkspace-bot Mar 4, 2026
b26154f
wagmi templates
googleworkspace-bot Mar 4, 2026
5d83fa1
Update web-sdk.yml (#377)
Dargon789 Mar 17, 2026
5db641b
Potential fix for code scanning alert no. 133: Workflow does not cont…
Dargon789 Mar 17, 2026
5280a5f
Potential fix for code scanning alert no. 134: Workflow does not cont…
Dargon789 Mar 17, 2026
f8ea78c
Potential fix for code scanning alert no. 135: Workflow does not cont…
Dargon789 Mar 17, 2026
7dce2c3
Potential fix for code scanning alert no. 136: Workflow does not cont…
Dargon789 Mar 17, 2026
03b41ab
Potential fix for code scanning alert no. 138: Workflow does not cont…
Dargon789 Mar 17, 2026
28492c4
Potential fix for code scanning alert no. 153: Workflow does not cont…
Dargon789 Mar 17, 2026
750b3cf
Potential fix for code scanning alert no. 140: Workflow does not cont…
Dargon789 Mar 18, 2026
d826ac5
package
googleworkspace-bot Mar 26, 2026
c4e8d13
Bump Next.js & happy-dom, update lockfile
googleworkspace-bot Apr 10, 2026
58b99e0
Merge branch 'wagmi-project'
googleworkspace-bot Apr 10, 2026
a57bcf3
Potential fix for pull request finding 'CodeQL / Workflow does not co…
Dargon789 Apr 10, 2026
746407c
Merge remote-tracking branch 'upstream/master'
googleworkspace-bot Apr 20, 2026
3a36f05
.idea andriod
googleworkspace-bot Apr 20, 2026
b2c3f1c
Delete packages/sequence-core-1.0.0 directory (#468)
Dargon789 Apr 20, 2026
0b7d5e5
Update FUNDING.json (#469)
Dargon789 Apr 20, 2026
cc7ea62
Merge branch 'master'
googleworkspace-bot Apr 21, 2026
4b09249
Merge branch 'main' of https://github.com/Dargon789/sequence.js
googleworkspace-bot Apr 21, 2026
e7fd767
Delete packages/wallet-contracts directory
Dargon789 Apr 21, 2026
c82a0c6
Delete lib/signals-implicit-mode directory (#487)
Dargon789 Apr 27, 2026
471023b
Delete lib/signals-implicit-mode directory
Dargon789 Apr 27, 2026
de7f869
Update extras/web/package.json
Dargon789 Apr 28, 2026
4318348
Update .github/README.md
Dargon789 Apr 28, 2026
9a47c6b
Update .github/README.md
Dargon789 Apr 28, 2026
bd2d862
Update issue templates (#500)
Dargon789 May 2, 2026
5fd9c50
Update .github/ISSUE_TEMPLATE/bug_report.md
Dargon789 May 2, 2026
90e1bd3
Update .github/ISSUE_TEMPLATE/bug_report.md
Dargon789 May 2, 2026
b5bb434
Update .github/ISSUE_TEMPLATE/feature_request.md
Dargon789 May 2, 2026
284174c
Update .github/ISSUE_TEMPLATE/custom.md
Dargon789 May 2, 2026
7b81c80
Merge branch 'v3-@0xsequence' into dargon789-master
googleworkspace-bot May 2, 2026
4aa057d
Master (#509)
Dargon789 May 2, 2026
ee9479e
Merge branch 'dargon789-master'
googleworkspace-bot May 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 15 additions & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": ["@changesets/changelog-github", { "repo": "wevm/wagmi" }],
"commit": false,
"ignore": [
"*-register",
"@wagmi/test",
"site",
"next-app",
"nuxt-app",
"vite-*"
],
"updateInternalDependencies": "patch",
"ignore": []
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
5 changes: 5 additions & 0 deletions .changeset/new-elephants-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/cli": patch
---

Updated block explorer chains.
5 changes: 5 additions & 0 deletions .changeset/nice-pandas-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

Comment thread
Dargon789 marked this conversation as resolved.
---

Circleci project setup
6 changes: 6 additions & 0 deletions .changeset/quick-hairs-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"wagmi": patch
"@wagmi/core": patch
---

Added `chainId` parameter to `getCapabilities`/`useCapabilities`.
6 changes: 6 additions & 0 deletions .changeset/spicy-bats-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wagmi/cli": patch
"site": patch
---

Circleci project setup
6 changes: 6 additions & 0 deletions .changeset/tall-fans-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wagmi/cli": patch
"site": patch
---

Circleci project setup
5 changes: 5 additions & 0 deletions .changeset/tiny-laws-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fake-scope/fake-pkg": patch
Comment thread
Dargon789 marked this conversation as resolved.
---

Circleci project setup
5 changes: 5 additions & 0 deletions .changeset/young-guests-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"site": patch
---

docs(readme): fix typo
26 changes: 26 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/configuration-reference

version: 2.1
executors:
my-custom-executor:
docker:
- image: cimg/base:stable
auth:
# ensure you have first added these secrets
# visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables
Comment thread
Dargon789 marked this conversation as resolved.
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
jobs:
web3-defi-game-project-:
Comment thread
Dargon789 marked this conversation as resolved.

executor: my-custom-executor
steps:
- checkout
- run: |
# echo Hello, World!

workflows:
my-custom-workflow:
jobs:
- web3-defi-game-project-
4 changes: 2 additions & 2 deletions .codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clear:vite:cache": "rimraf node_modules/.vite/"
},
"dependencies": {
"0sequence": "2.2.3",
"0xsequence": "2.2.13",
"@0xsequence/abi": "2.2.13",
"@0xsequence/design-system": "^1.8.1",
"@0xsequence/ethauth": "^1.0.0",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@vanilla-extract/vite-plugin": "^4.0.6",
"@vitejs/plugin-react": "^4.2.1",
"Vite": "^5.2.6",
"vite": "^5.2.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
Expand Down
6 changes: 5 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* @0xsequence/disable-codeowners-notifications @0xsequence/core
@tmm @jxom

/packages/connectors/src/metaMask @ecp4224 @omridan159 @abretonc7s @elefantel @BjornGunnarsson @EdouardBougon
/packages/connectors/src/safe @DaniSomoza @dasanra @mikhailxyz @yagopv
/packages/connectors/src/walletConnect @ganchoradkov @glitch-txs @ignaciosantise @tomiir
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[View Contributing Guide on wagmi.sh](https://wagmi.sh/dev/contributing)
51 changes: 51 additions & 0 deletions .github/DISCUSSION_TEMPLATE/connector-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
title: '[Connector Request] '
body:
- type: markdown
attributes:
value: |
Thanks for your interest in contributing a new Connector to the Wagmi! If you haven't already, please read the [Contributing Guidelines](https://wagmi.sh/dev/contributing). Once you submit the form, the Wagmi team will follow up in the discussion thread to discuss next steps.

Please note that in order for connector requests to be accepted, the team creating the Connector must [sponsor Wagmi](https://github.com/sponsors/wevm). It takes time and effort to maintain third-party connectors. Wagmi is an OSS project that depends on sponsors and grants to continue our work. Please get in touch via [dev@wevm.dev](mailto:dev@wevm.dev) if you have questions about sponsoring.

- type: textarea
attributes:
label: What **novel use-case** does the Connector provide?
description: |
A novel use-case is likely one that is not already covered by or not easily extended from another Connector (such as the `injected` or `walletConnect`).

Examples of **novel** use-cases could be a connector that integrates with:

- the injected `window.ethereum` provider (a la `injected`)
- a series of wallets via QR Codes or Mobile Deep Links (a la `walletConnect`)
- a wallet with it's own SDK (a la `coinbaseWallet`)
- hardware wallet(s) via Web USB/Bluetooth
- an Externally Owned Account via a private key or some other method

Examples of **nonnovel** use-cases would be a connector that:

- extends another connector (e.g. `walletConnect`) with no significant differences in functionality other than branding, etc.
placeholder: Info on what makes this connector different.
validations:
required: true

- type: textarea
attributes:
label: Are the Connector's integrations production-ready and generally available?
description: Connectors are intended to be used by consumers in production as part of Wagmi. As such, the Connector and all dependencies must be production-ready and generally available. This means your connector should not rely on non-production software or be restricted to a limited group of users. For example, if your connector requires a wallet that has a closed beta, it is not ready for inclusion in Wagmi.
placeholder: Info about the Connector and any dependencies (e.g. browser extension, wallet app, npm package).
validations:
required: true

- type: checkboxes
attributes:
label: Are you committed to actively maintaining the Connector?
description: It is critical connectors are updated in a timely manner and actively maintained so that users of Wagmi can rely on them in production settings. The Wagmi core team will provide as much assistance as possible to keep connectors up-to-date with breaking changes from Wagmi, but it is your responsibility to ensure that any dependencies and issues/discussions related to the Connector are handled in a timely manner. If this is not done, the Connector could be removed from the future versions.
options:
- label: Yes, my team is or I am committed to actively maintaining the Connector.
required: true

- type: textarea
attributes:
label: Additional comments
description: Feel free to jot down any additional info you think might be helpful.
placeholder: Additional comments, questions, feedback.
20 changes: 8 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -23,18 +23,14 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
**Environment (please complete the following information):**
- Library Version: [e.g. 3.0.0]
- Runtime: [e.g. Node v18, Chrome 110]
- OS: [e.g. macOS 13.2]
- Bundler/Framework: [e.g. Vite, Next.js]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Minimal Reproducible Example**
Please provide a link to a repository or a code snippet that reproduces the issue.

**Additional context**
Add any other context about the problem here.
88 changes: 88 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
name: Bug Report
description: Report bugs or issues.
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you.

If you are a [Wagmi Sponsor](https://github.com/sponsors/wevm?metadata_campaign=gh_issue), your issues are prioritized.

- type: checkboxes
attributes:
label: Check existing issues
description: By submitting this issue, you checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for this bug.
options:
- label: I checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for the bug I encountered.
required: true

- type: textarea
attributes:
label: Describe the bug
description: Clear and concise description of the bug. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: I am doing… What I expect is… What is actually happening…
validations:
required: true

- type: input
id: reproduction
attributes:
label: Link to Minimal Reproducible Example
description: "Please provide a link that can reproduce the problem: [new.wagmi.sh](https://new.wagmi.sh) for runtime issues or [TypeScript Playground](https://www.typescriptlang.org/play) for type issues. For most issues, you will likely get asked to provide a minimal reproducible example so why not add one now :) If a report is vague (e.g. just snippets, generic error message, screenshot, etc.) and has no reproduction, it will receive a \"Needs Reproduction\" label and be auto-closed."
placeholder: https://new.wagmi.sh
validations:
required: false

- type: textarea
attributes:
label: Steps To Reproduce
description: Steps or code snippets to reproduce the behavior.
validations:
required: false

- type: dropdown
attributes:
label: What Wagmi package(s) are you using?
multiple: true
options:
- 'wagmi'
- '@wagmi/cli'
- '@wagmi/connectors'
- '@wagmi/core'
- '@wagmi/vue'
- 'create-wagmi'
validations:
required: true

- type: input
attributes:
label: Wagmi Package(s) Version(s)
description: What version of the Wagmi packages you selected above are you using? If using multiple, separate with comma (e.g. `wagmi@x.y.z, @wagmi/cli@x.y.z`).
placeholder: x.y.z (do not write `latest`)
validations:
required: true

- type: input
attributes:
label: Viem Version
description: What version of [Viem](https://viem.sh) are you using?
placeholder: x.y.z (do not write `latest`)
validations:
required: true

- type: input
attributes:
label: TypeScript Version
description: What version of TypeScript are you using? Wagmi requires `typescript@>=5`.
placeholder: x.y.z (do not write `latest`)
validations:
required: false

- type: textarea
attributes:
label: Anything else?
description: Anything that will give us more context about the issue you are encountering. Framework version (e.g. React, Vue), app framework (e.g. Next.js, Nuxt), bundler, etc.
validations:
required: false


14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Get Help
url: https://github.com/wevm/wagmi/discussions/new?category=q-a
about: Ask a question and discuss with other community members.

- name: Feature Request
url: https://github.com/wevm/wagmi/discussions/new?category=ideas
about: Request features or brainstorm ideas for new functionality.

- name: Connector Request
url: https://github.com/wevm/wagmi/discussions/new?category=connector-request
about: Kick off a request for a new connector

8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
name: General issue
about: Open an issue for topics not covered by other templates
title: ''
labels: ''
assignees: ''

---

**Description**
A clear and concise description of the issue or suggestion.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Documentation Issue
description: Tell us about missing or incorrect documentation.
labels: ['Area: Docs']
body:
- type: markdown
attributes:
value: |
Thank you for submitting a documentation request. It helps make Wagmi better.

If it's a small change, like misspelling or example that needs updating, feel free to submit a PR instead of creating this issue.

- type: dropdown
attributes:
label: What is the type of issue?
multiple: true
options:
- Documentation is missing
- Documentation is incorrect
- Documentation is confusing
- Example code is not working
- Something else

- type: textarea
attributes:
label: What is the issue?
validations:
required: true

- type: textarea
attributes:
label: Where did you find it?
description: Please provide the URL(s) where you found this issue.
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
Loading
Loading