Skip to content

πŸ”§ refactor(next): apply Next.js 15 codemods (image/font/metadata)

d08b4c0
Select commit
Loading
Failed to load commit list.
Open

fix/re render problems #174

πŸ”§ refactor(next): apply Next.js 15 codemods (image/font/metadata)
d08b4c0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 28, 2025 in 2s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 64 in src/providers/configs/wagmi.config.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
sepolia.base.org
' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check failure on line 113 in src/providers/providers.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
sepolia.base.org
' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check failure on line 114 in src/providers/providers.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
mainnet.base.org
' can be anywhere in the URL, and arbitrary hosts may come before or after it.