This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
wallet-connect-web-examples
Watch
3
Star
0
Fork
0
You've already forked wallet-connect-web-examples
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3c8ebfe96a
wallet-connect-web-examples
/
dapps
/
react-dapp-v2
/
.eslintrc.json
7 lines
86 B
JSON
Raw
Normal View
History
Unescape
Escape
Feat/make dapp nextjs (#41)
2022-08-08 09:32:24 +00:00
{
fix(relayer): restarts the relayer transport when region is changed (#150) * fix(relayer): restarts the relayer transport when region is changed * fix(relayer): changed ClientContext to restartTransport when the region is changed Added no-trailing-whitespace to eslint as a warning to make diff cleaner * refactor: removes trailing `/` from relay endpoints * refactor: removes trailing `/` from relay endpoints in example dapp * fix: tests endpoint switch with `core` canary * chore: updates core canary * chore: bumps core canary * chore: bumps canary * chore: updates @walletconnect to latest --------- Co-authored-by: Ben Kremer <ben@walletconnect.com> Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
2023-04-13 16:41:54 +00:00
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"no-trailing-spaces"
:
1
}
Feat/make dapp nextjs (#41)
2022-08-08 09:32:24 +00:00
}
Reference in New Issue
Copy Permalink