96f9e0b028
* 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>
7 lines
86 B
JSON
7 lines
86 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"no-trailing-spaces": 1
|
|
}
|
|
}
|