-
Notifications
You must be signed in to change notification settings - Fork 47
add wallet connect #804
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
Merged
Merged
add wallet connect #804
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
94b33e9
add connectkit
jkbktl 1f77f16
shared providers
jkbktl c4fa2a0
move turbopack from experimental
jkbktl 9b1f197
Update ignoreCommand in vercel.json
felicio 9a438fc
add button to portfolio, add wallet connect
jkbktl ad4c84e
f builds
jkbktl 5d9b97b
f
jkbktl f09ab88
f shared
jkbktl f1a7cb9
clean up
jkbktl 4d06181
u
jkbktl 2149f8d
Add wallet connect feature
jkbktl ddd77f7
u
jkbktl dfbe03c
u
jkbktl 4ae0414
update patches
jkbktl b8dd5c0
update turbo.json
jkbktl f2e7acf
fix barrel file
jkbktl 97b3a75
fix build
jkbktl 7880ee8
fix
jkbktl fca6afc
f
felicio 1b860d2
f
felicio 1051218
fix responsive top bar and buttons
jkbktl 9d8c4ac
fix wallet connect on mobile
jkbktl b56d206
make env variable required
jkbktl 9425b46
add missing env file
jkbktl e0ebe7d
fix value in env file
jkbktl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
felicio marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "@status-im/status-network": patch | ||
| "hub": patch | ||
| --- | ||
|
|
||
| add wallet connect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # note: next lint doesn't use .env.development | ||
| # note: use .env.local instead for now | ||
| # | ||
| # – https://github.com/vercel/next.js/discussions/32354 | ||
|
|
||
| # .env, .env.development, and .env.production files should be included in your repository as they define defaults. | ||
| # .env*.local should be added to .gitignore, as those files are intended to be ignored. | ||
| # .env.local is where secrets can be stored. | ||
| # | ||
| # – https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables#default-environment-variables | ||
|
|
||
| # The vercel env pull sub-command will export development environment variables to a local .env file or a different file of your choice. | ||
| # | ||
| # `vercel env pull .env[.development].local` | ||
| # | ||
| # – https://vercel.com/docs/cli/env#exporting-development-environment-variables | ||
|
|
||
|
|
||
| NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID="123" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,7 @@ yarn-error.log* | |
|
|
||
| # env files (can opt-in for committing if needed) | ||
| .env* | ||
| !.env | ||
|
|
||
| # vercel | ||
| .vercel | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,6 @@ const config = { | |
| plugins: { | ||
| tailwindcss: {}, | ||
| }, | ||
| }; | ||
| } | ||
|
|
||
| export default config; | ||
| export default config | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.