Skip to content

Commit fd1a61e

Browse files
wagmi project vercel (NomicFoundation#2049)
🚀 Project 0x – Web3 DeFi GameFi Hub 11 months of building rails Integrating projects that cascade together: Hardhat, Foundry, wagmi, viem, Coinbase, Uniswap, and Sequence. This is the hub that encodes lineage across 3 years and preserves proof of authorship that never fades. Co-authored-by: googleworkspace-bot <googleworkspace-bot@google.com>
1 parent 0c31e21 commit fd1a61e

File tree

1,440 files changed

+251957
-66194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,440 files changed

+251957
-66194
lines changed

.changeset/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Changesets
2-
3-
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4-
with multi-package repos, or single-package repos to help you version and publish your code. You can
5-
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6-
7-
We have a quick list of common questions to get you started engaging with this project in
8-
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"linked": [],
36
"access": "public",
47
"baseBranch": "main",
5-
"changelog": ["@changesets/changelog-github", { "repo": "wevm/wagmi" }],
6-
"commit": false,
7-
"ignore": [
8-
"*-register",
9-
"@wagmi/test",
10-
"site",
11-
"next-app",
12-
"nuxt-app",
13-
"vite-*"
14-
],
15-
"updateInternalDependencies": "patch",
8+
"updateInternalDependencies": "minor",
9+
"ignore": ["@nomiclabs/common"],
1610
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1711
"onlyUpdatePeerDependentsWhenOutOfRange": true
1812
}

.changeset/new-elephants-travel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
"@wagmi/cli": patch
3-
---
4-
5-
Updated block explorer chains.
1+
---
2+
"@wagmi/cli": patch
3+
---
4+
5+
Updated block explorer chains.

.changeset/nice-pandas-clap.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
3-
---
4-
5-
Circleci project setup
1+
---
2+
3+
---
4+
5+
Circleci project setup

.changeset/quick-hairs-scream.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
"wagmi": patch
3-
"@wagmi/core": patch
4-
---
5-
6-
Added `chainId` parameter to `getCapabilities`/`useCapabilities`.
1+
---
2+
"wagmi": patch
3+
"@wagmi/core": patch
4+
---
5+
6+
Added `chainId` parameter to `getCapabilities`/`useCapabilities`.

.changeset/spicy-bats-juggle.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
"@wagmi/cli": patch
3-
"site": patch
4-
---
5-
6-
Circleci project setup
1+
---
2+
"@wagmi/cli": patch
3+
"site": patch
4+
---
5+
6+
Circleci project setup

.changeset/tall-fans-mate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
"@wagmi/cli": patch
3-
"site": patch
4-
---
5-
6-
Circleci project setup
1+
---
2+
"@wagmi/cli": patch
3+
"site": patch
4+
---
5+
6+
Circleci project setup

.changeset/tiny-laws-dream.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
"@fake-scope/fake-pkg": patch
3-
---
4-
5-
Circleci project setup
1+
---
2+
"@fake-scope/fake-pkg": patch
3+
---
4+
5+
Circleci project setup

.changeset/young-guests-care.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
"site": patch
3-
---
4-
5-
docs(readme): fix typo
1+
---
2+
"site": patch
3+
---
4+
5+
docs(readme): fix typo

.circleci/config.yml

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1-
# Use the latest 2.1 version of CircleCI pipeline process engine.
2-
# See: https://circleci.com/docs/configuration-reference
3-
4-
version: 2.1
5-
executors:
6-
my-custom-executor:
7-
docker:
8-
- image: cimg/base:stable
9-
auth:
10-
# ensure you have first added these secrets
11-
# visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables
12-
username: $DOCKER_HUB_USER
13-
password: $DOCKER_HUB_PASSWORD
14-
jobs:
15-
web3-defi-game-project-:
16-
17-
executor: my-custom-executor
18-
steps:
19-
- checkout
20-
- run: |
21-
# echo Hello, World!
22-
23-
workflows:
24-
my-custom-workflow:
25-
jobs:
26-
- web3-defi-game-project-
1+
# Use the latest 2.1 version of CircleCI pipeline process engine.
2+
# See: https://circleci.com/docs/configuration-reference
3+
4+
version: 2.1
5+
executors:
6+
my-custom-executor:
7+
docker:
8+
- image: cimg/base:stable
9+
auth:
10+
# ensure you have first added these secrets
11+
# visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables
12+
username: $DOCKER_HUB_USER
13+
password: $DOCKER_HUB_PASSWORD
14+
jobs:
15+
web3-defi-game-project-:
16+
17+
executor: my-custom-executor
18+
steps:
19+
- checkout
20+
21+
workflows:
22+
my-custom-workflow:
23+
jobs:
24+
- web3-defi-game-project-

0 commit comments

Comments
 (0)