Skip to content

Commit c5a2b81

Browse files
authored
fix: pnpm changeset and wagmi-dev -> wevm (#216)
* fix: pnpm changeset and wagmi-dev -> wevm * chore: more wagmi-dev -> wevm
1 parent 093b3d2 commit c5a2b81

File tree

14 files changed

+123
-124
lines changed

14 files changed

+123
-124
lines changed

.changeset/config.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"access": "public",
44
"baseBranch": "main",
5-
"changelog": [
6-
"@changesets/changelog-github",
7-
{ "repo": "wagmi-dev/abitype" }
8-
],
5+
"changelog": ["@changesets/changelog-github", { "repo": "wevm/abitype" }],
96
"commit": false,
107
"ignore": ["default-register", "functions", "performance"],
118
"updateInternalDependencies": "patch",

.github/CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Thanks for your interest in contributing to ABIType! Please take a moment to review this document **before submitting a pull request.**
44

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).
66

77
> **Note** **Please ask first before starting work on any significant new features.**
88
>
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.
1010
1111
<br>
1212

@@ -39,13 +39,13 @@ This guide covers more advanced topics. Pick the topics based on your needs.
3939
To start contributing to the project, clone it to your local machine using git:
4040

4141
```bash
42-
git clone https://github.com/wagmi-dev/abitype.git
42+
git clone https://github.com/wevm/abitype.git
4343
```
4444

4545
Or the [GitHub CLI](https://cli.github.com):
4646

4747
```bash
48-
gh repo clone wagmi-dev/abitype
48+
gh repo clone wevm/abitype
4949
```
5050

5151
<div align="right">
@@ -160,7 +160,7 @@ The first time a PR with a changeset is merged after a release, a new PR will au
160160

161161
### Creating a snapshot release
162162

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.
164164

165165
<div align="right">
166166
<a href="#advanced-guide">&uarr; back to top</a></b>

.github/ISSUE_TEMPLATE/bug_report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Report bugs or issues.
33
body:
44
- type: markdown
55
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.
77

88
- type: textarea
99
attributes:
@@ -58,7 +58,7 @@ body:
5858
label: Validations
5959
description: Before submitting this issue, please make sure you do the following.
6060
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.
6262
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).
6464
required: true

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question
4-
url: https://github.com/wagmi-dev/abitype/discussions/new?category=q-a
4+
url: https://github.com/wevm/abitype/discussions/new?category=q-a
55
about: Ask questions and discuss with other community members.
66
- name: Feature Request
7-
url: https://github.com/wagmi-dev/abitype/discussions/new?category=ideas
7+
url: https://github.com/wevm/abitype/discussions/new?category=ideas
88
about: Requests features or brainstorm ideas for new functionality.

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ What changes are made in this PR? Is it a feature or a bug fix?
66

77
Before submitting this issue, please make sure you do the following.
88

9-
- [ ] Read the [contributing guide](https://github.com/wagmi-dev/abitype/blob/main/.github/CONTRIBUTING.md)
9+
- [ ] Read the [contributing guide](https://github.com/wevm/abitype/blob/main/.github/CONTRIBUTING.md)
1010
- [ ] Added documentation related to the changes made.
1111
- [ ] Added or updated tests (and snapshots) related to the changes made.

.github/workflows/lock-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issue-comment: |
1818
This issue has been locked since it has been closed for more than 14 days.
1919
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).
2121
issue-lock-reason: ''
2222
issue-inactive-days: '14'
2323
process-only: 'issues'

docs/.vitepress/config.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default withTwoslash(
6464
indexName: 'abitype',
6565
},
6666
editLink: {
67-
pattern: 'https://github.com/wagmi-dev/abitype/edit/main/docs/:path',
67+
pattern: 'https://github.com/wevm/abitype/edit/main/docs/:path',
6868
text: 'Suggest changes to this page',
6969
},
7070
footer: {
@@ -84,11 +84,11 @@ export default withTwoslash(
8484
items: [
8585
{
8686
text: 'Release Notes ',
87-
link: 'https://github.com/wagmi-dev/abitype/releases',
87+
link: 'https://github.com/wevm/abitype/releases',
8888
},
8989
{
9090
text: 'Contributing ',
91-
link: 'https://github.com/wagmi-dev/abitype/blob/main/.github/CONTRIBUTING.md',
91+
link: 'https://github.com/wevm/abitype/blob/main/.github/CONTRIBUTING.md',
9292
},
9393
],
9494
},
@@ -98,7 +98,7 @@ export default withTwoslash(
9898
siteTitle: false,
9999
socialLinks: [
100100
{ icon: 'twitter', link: 'https://twitter.com/wevm_dev' },
101-
{ icon: 'github', link: 'https://github.com/wagmi-dev/abitype' },
101+
{ icon: 'github', link: 'https://github.com/wevm/abitype' },
102102
],
103103
},
104104
title: 'ABIType: Strict TypeScript types for Ethereum ABIs',

docs/guide/walkthrough.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ There are a few other ways to improve the typing that are out of scope for this
420420
- `args` can be an empty array if the function doesn't take any arguments, but you could conditionally add `args` to `config` if it's not empty.
421421
- `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.
422422

423-
The preceding points are all implemented in throughout the [examples](https://github.com/wagmi-dev/abitype/tree/main/examples) in this directory so check them out if you're interested.
423+
The preceding points are all implemented in throughout the [examples](https://github.com/wevm/abitype/tree/main/examples) in this directory so check them out if you're interested.
424424

425425
[^1]: We use the `declare` keyword so we don'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.
426426
[^2]: If this was a real function that read via RPC, we'd likely want to make it `async` and return a `Promise`, but we'll leave that out for simplicity.

docs/index.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ titleTemplate: false
99
---
1010

1111
<p align="center" style="min-height:45px;width:100%;">
12-
<img img-dark alt="ABIType" src="https://raw.githubusercontent.com/wagmi-dev/abitype/main/.github/logo-dark.svg" height="45" style="width:auto;">
13-
<img img-light alt="ABIType" src="https://raw.githubusercontent.com/wagmi-dev/abitype/main/.github/logo-light.svg" height="45" style="width:auto;">
12+
<img img-dark alt="ABIType" src="https://raw.githubusercontent.com/wevm/abitype/main/.github/logo-dark.svg" height="45" style="width:auto;">
13+
<img img-light alt="ABIType" src="https://raw.githubusercontent.com/wevm/abitype/main/.github/logo-light.svg" height="45" style="width:auto;">
1414
</p>
1515

1616
<div style="margin-top:1rem;display:flex;gap:0.5rem;min-height:48px;max-width:350px;flex-wrap:wrap;margin-right:auto;margin-left:auto;justify-content:center;margin-bottom:3rem;">
@@ -24,22 +24,22 @@ titleTemplate: false
2424
<img img-light src="https://img.shields.io/npm/dm/abitype?colorA=fafafa&colorB=fafafa&style=flat" alt="Downloads per month">
2525
</picture>
2626
</a>
27-
<a href="https://github.com/wagmi-dev/abitype/blob/main/LICENSE">
27+
<a href="https://github.com/wevm/abitype/blob/main/LICENSE">
2828
<picture>
2929
<img img-dark src="https://img.shields.io/npm/l/abitype?colorA=2e2e33&colorB=2e2e33&style=flat" alt="MIT License">
3030
<img img-light src="https://img.shields.io/npm/l/abitype?colorA=fafafa&colorB=fafafa&style=flat" alt="MIT License">
3131
</picture>
3232
</a>
33-
<a href="https://github.com/wagmi-dev/abitype">
33+
<a href="https://github.com/wevm/abitype">
3434
<picture>
35-
<img img-dark src="https://img.shields.io/github/stars/wagmi-dev/abitype?colorA=2e2e33&colorB=2e2e33&style=flat" alt="GitHub Repo stars">
36-
<img img-light src="https://img.shields.io/github/stars/wagmi-dev/abitype?colorA=fafafa&colorB=fafafa&style=flat" alt="GitHub Repo stars">
35+
<img img-dark src="https://img.shields.io/github/stars/wevm/abitype?colorA=2e2e33&colorB=2e2e33&style=flat" alt="GitHub Repo stars">
36+
<img img-light src="https://img.shields.io/github/stars/wevm/abitype?colorA=fafafa&colorB=fafafa&style=flat" alt="GitHub Repo stars">
3737
</picture>
3838
</a>
3939
<a href="https://bestofjs.org/projects/abitype">
4040
<picture>
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=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">
4343
</picture>
4444
</a>
4545
</div>
@@ -89,8 +89,8 @@ yarn add abitype
8989
9090
## Sponsor
9191
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 🙏
9393
9494
## Community
9595
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).

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"scripts": {
55
"bench": "vitest bench -c ./packages/abitype/test/vitest.config.ts",
66
"build": "pnpm run --r --filter \"./packages/**\" build",
7+
"changeset": "changeset",
78
"changeset:publish": "pnpm version:update && pnpm build && bun .scripts/generateProxyPackages.ts && changeset publish",
89
"changeset:version": "changeset version && pnpm version:update",
910
"clean": "pnpm run --r --parallel clean",

0 commit comments

Comments
 (0)