Skip to content

feat(query): added buildTypedData query

9557ca8
Select commit
Loading
Failed to load commit list.
Open

Paymaster #66

feat(query): added buildTypedData query
9557ca8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 24, 2025 in 3s

8 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 4 in app/next/pages/paymaster.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import withRetry.

Check notice on line 1 in app/starkweb-client/src/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import parseEther.

Check notice on line 2 in app/starkweb-client/src/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import mainnet.

Check notice on line 10 in app/starkweb-client/src/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable status.

Check notice on line 20 in app/starkweb-client/src/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable gasTokenPrices.

Check notice on line 24 in app/starkweb-client/src/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable accountRewards.

Check failure on line 73 in packages/starkweb/src/react/hooks/usePaymaster.ts

See this annotation in the file changed.

Code scanning / CodeQL

Invocation of non-function Error

Callee is not a function: it has type undefined.

Check failure on line 111 in packages/starkweb/src/react/hooks/usePaymaster.ts

See this annotation in the file changed.

Code scanning / CodeQL

Invocation of non-function Error

Callee is not a function: it has type undefined.