Skip to content

Commit f5fe5f3

Browse files
Merge branch 'main' into dargon789-master
2 parents 5d3a0df + a35502c commit f5fe5f3

1,444 files changed

Lines changed: 151123 additions & 13783 deletions

File tree

Some content is hidden

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

.changeset/config.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
3-
"changelog": "@changesets/cli/changelog",
4-
"commit": false,
5-
"fixed": [],
6-
"linked": [],
7-
"access": "restricted",
3+
"access": "public",
84
"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+
],
915
"updateInternalDependencies": "patch",
10-
"ignore": []
16+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
17+
"onlyUpdatePeerDependentsWhenOutOfRange": true
18+
}
1119
}

.changeset/new-elephants-travel.md

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

.changeset/nice-pandas-clap.md

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

.changeset/quick-hairs-scream.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@wagmi/cli": patch
3+
"site": patch
4+
---
5+
6+
Circleci project setup

.changeset/tall-fans-mate.md

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

.changeset/tiny-laws-dream.md

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

.changeset/young-guests-care.md

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

.circleci/config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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-

.github/CODEOWNERS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
* @0xsequence/disable-codeowners-notifications @0xsequence/core
1+
@tmm @jxom
2+
3+
/packages/connectors/src/metaMask @ecp4224 @omridan159 @abretonc7s @elefantel @BjornGunnarsson @EdouardBougon
4+
/packages/connectors/src/safe @DaniSomoza @dasanra @mikhailxyz @yagopv
5+
/packages/connectors/src/walletConnect @ganchoradkov @glitch-txs @ignaciosantise @tomiir

0 commit comments

Comments
 (0)