-
Notifications
You must be signed in to change notification settings - Fork 2
Wagmi project #628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wagmi project #628
Changes from all commits
34c8d15
fa0f30f
81c62ba
9471600
1a006da
b26154f
5d83fa1
5db641b
5280a5f
f8ea78c
7dce2c3
03b41ab
28492c4
750b3cf
b6c9191
d1f4742
d053ad2
8758090
0d9b41b
bd18417
db8a20f
5f2486d
64b681f
8fd45d9
c18103c
cf056ce
5b1d6f2
7e80131
90671b1
e86f8bb
f333312
27946f6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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", | ||
| "changelog": [ | ||
| "@changesets/cli/changelog", | ||
| { "repo": "0xsequence/sequence.js" } | ||
| ], | ||
| "commit": false, | ||
| "fixed": [], | ||
| "linked": [], | ||
| "access": "restricted", | ||
| "baseBranch": "master", | ||
| "updateInternalDependencies": "patch", | ||
| "ignore": [] | ||
| "linked": [ | ||
| [ | ||
| "@0xsequence/*" | ||
|
Dargon789 marked this conversation as resolved.
|
||
| ] | ||
| ], | ||
| "access": "public", | ||
| "baseBranch": "main", | ||
| "ignore": [], | ||
| "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { | ||
| "updateInternalDependents": "always" | ||
| } | ||
| } | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| version: 2.1 | ||
|
|
||
| jobs: | ||
| test: | ||
| docker: | ||
| - image: ghcr.io/foundry-rs/foundry:latest | ||
| steps: | ||
| - checkout | ||
| - run: | ||
| name: Install submodules | ||
| command: git submodule update --init --recursive | ||
| - run: | ||
| name: Build | ||
| command: forge build | ||
| - run: | ||
| name: Test | ||
| command: forge test -vvv | ||
|
|
||
| workflows: | ||
| main: | ||
| jobs: | ||
| - test |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| .eslintrc.js | ||
| packages/**/dist |
| 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 |
Uh oh!
There was an error while loading. Please reload this page.