You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
Thanks for your interest in contributing to ABIType! Please take a moment to review this document **before submitting a pull request.**
4
4
5
-
If you want to contribute, but aren't sure where to start, you can create a [new discussion](https://github.com/wagmi-dev/abitype/discussions).
5
+
If you want to contribute, but aren't sure where to start, you can create a [new discussion](https://github.com/wevm/abitype/discussions).
6
6
7
7
> **Note****Please ask first before starting work on any significant new features.**
8
8
>
9
-
> It's never a fun experience to have your pull request declined after investing time and effort into a new feature. To avoid this from happening, we request that contributors create a [feature request](https://github.com/wagmi-dev/abitype/discussions/new?category=ideas) to first discuss any API changes or significant new ideas.
9
+
> It's never a fun experience to have your pull request declined after investing time and effort into a new feature. To avoid this from happening, we request that contributors create a [feature request](https://github.com/wevm/abitype/discussions/new?category=ideas) to first discuss any API changes or significant new ideas.
10
10
11
11
<br>
12
12
@@ -39,13 +39,13 @@ This guide covers more advanced topics. Pick the topics based on your needs.
39
39
To start contributing to the project, clone it to your local machine using git:
@@ -160,7 +160,7 @@ The first time a PR with a changeset is merged after a release, a new PR will au
160
160
161
161
### Creating a snapshot release
162
162
163
-
If a PR has changesets, you can create a [snapshot release](https://github.com/changesets/changesets/blob/main/docs/snapshot-releases.md) by [manually dispatching](https://github.com/wagmi-dev/abitype/actions/workflows/snapshot.yml) the Snapshot workflow. This publishes a tagged version to npm with the PR branch name and timestamp.
163
+
If a PR has changesets, you can create a [snapshot release](https://github.com/changesets/changesets/blob/main/docs/snapshot-releases.md) by [manually dispatching](https://github.com/wevm/abitype/actions/workflows/snapshot.yml) the Snapshot workflow. This publishes a tagged version to npm with the PR branch name and timestamp.
164
164
165
165
<divalign="right">
166
166
<ahref="#advanced-guide">↑ back to top</a></b>
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ description: Report bugs or issues.
3
3
body:
4
4
- type: markdown
5
5
attributes:
6
-
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 [Sponsor](https://github.com/sponsors/wagmi-dev?metadata_campaign=gh_issue), your issues are prioritized.
6
+
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 [Sponsor](https://github.com/sponsors/wevm?metadata_campaign=gh_issue), your issues are prioritized.
7
7
8
8
- type: textarea
9
9
attributes:
@@ -58,7 +58,7 @@ body:
58
58
label: Validations
59
59
description: Before submitting this issue, please make sure you do the following.
60
60
options:
61
-
- label: Checked there isn't [already an issue](https://github.com/wagmi-dev/abitype/issues) that exists for the bug you encountered.
61
+
- label: Checked there isn't [already an issue](https://github.com/wevm/abitype/issues) that exists for the bug you encountered.
62
62
required: true
63
-
- label: Followed the [Code of Conduct](https://github.com/wagmi-dev/.github/blob/main/CODE_OF_CONDUCT.md).
63
+
- label: Followed the [Code of Conduct](https://github.com/wevm/.github/blob/main/CODE_OF_CONDUCT.md).
Copy file name to clipboardexpand all lines: .github/workflows/lock-issue.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ jobs:
17
17
issue-comment: |
18
18
This issue has been locked since it has been closed for more than 14 days.
19
19
20
-
If you found a concrete bug or regression related to it, please open a new [bug report](https://github.com/wagmi-dev/abitype/issues/new/choose) with a reproduction against the latest ABIType version. If you have any other comments you can create a new [discussion](https://github.com/wagmi-dev/abitype/discussions).
20
+
If you found a concrete bug or regression related to it, please open a new [bug report](https://github.com/wevm/abitype/issues/new/choose) with a reproduction against the latest ABIType version. If you have any other comments you can create a new [discussion](https://github.com/wevm/abitype/discussions).
Copy file name to clipboardexpand all lines: docs/guide/walkthrough.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -420,7 +420,7 @@ There are a few other ways to improve the typing that are out of scope for this
420
420
-`args`canbeanemptyarrayifthefunction doesn't take any arguments, but you could conditionally add `args` to `config` if it's not empty.
421
421
- `readContract`'s return type is an array, but you could unwrap it if the function only has one output or transform it to another type depending on your implementation.
422
422
423
-
Theprecedingpointsareallimplementedinthroughoutthe [examples](https://github.com/wagmi-dev/abitype/tree/main/examples) in this directory so check them out if you're interested.
423
+
Theprecedingpointsareallimplementedinthroughoutthe [examples](https://github.com/wevm/abitype/tree/main/examples) in this directory so check them out if you're interested.
424
424
425
425
[^1]: Weusethe`declare`keywordsowedon't need to worry about the implementation. In this case, the implementation would look something like encoding arguments and sending with the [`eth_call`](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call) RPC method.
426
426
[^2]: Ifthiswasarealfunction that read via RPC, we'd likely want to make it `async` and return a `Promise`, but we'll leave that out for simplicity.
<img img-dark src="https://img.shields.io/endpoint?colorA=2e2e33&colorB=2e2e33&style=flat&url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=wagmi-dev%2Fabitype%26since=daily" alt="Best of JS">
42
-
<img img-light src="https://img.shields.io/endpoint?colorA=fafafa&colorB=fafafa&style=flat&url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=wagmi-dev%2Fabitype%26since=daily" alt="Best of JS">
41
+
<img img-dark src="https://img.shields.io/endpoint?colorA=2e2e33&colorB=2e2e33&style=flat&url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=wevm%2Fabitype%26since=daily" alt="Best of JS">
42
+
<img img-light src="https://img.shields.io/endpoint?colorA=fafafa&colorB=fafafa&style=flat&url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=wevm%2Fabitype%26since=daily" alt="Best of JS">
43
43
</picture>
44
44
</a>
45
45
</div>
@@ -89,8 +89,8 @@ yarn add abitype
89
89
90
90
## Sponsor
91
91
92
-
If you find ABIType useful, please consider supporting development on [GitHub Sponsors](https://github.com/sponsors/wagmi-dev?metadata_campaign=abitype_docs) or sending crypto to `wagmi-dev.eth`. Thank you 🙏
92
+
If you find ABIType useful, please consider supporting development on [GitHub Sponsors](https://github.com/sponsors/wevm?metadata_campaign=abitype_docs) or sending crypto to `wevm.eth`. Thank you 🙏
93
93
94
94
## Community
95
95
96
-
If you have questions or need help, reach out to the community at the [ABIType GitHub Discussions](https://github.com/wagmi-dev/abitype/discussions).
96
+
If you have questions or need help, reach out to the community at the [ABIType GitHub Discussions](https://github.com/wevm/abitype/discussions).
0 commit comments