Revert "Sequence"#622
Conversation
This reverts commit e08b3a8.
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
| protected path = '/rpc/UserData/' | ||
|
|
||
| constructor(hostname: string, fetch: Fetch) { | ||
| this.hostname = hostname.replace(/\/*$/, '') |
|
|
||
| export type ExplicitSessionParams = { | ||
| chainId: number | ||
| expiresIn: SessionDuration | ||
| permissions: Permission.Permission[] | ||
| nativeTokenSpending?: NativeTokenSpending | ||
| } |
There was a problem hiding this comment.
Code Review
This pull request performs a major cleanup by deleting several demo dapps, solidity contracts, workflows, and configuration files. It also updates the CI dependency installation action by upgrading Node setup, PNPM to v10, and caching actions, while configuring ESLint and Next.js settings in the extras/docs and extras/web packages. The reviewer's feedback highlights potential issues with the changeset configuration using directory names instead of package names, potential lockfile incompatibilities with the PNPM v10 upgrade, and a possible runtime TypeError from spreading nextJsConfig in the ESLint configurations if it is not an array.
… through a stack trace' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Reverts #616