Skip to content

Commit

Permalink
chore: still returns 0xffffffff
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Dec 12, 2024
1 parent 8eabbd0 commit 3879388
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions test/e2e/modules/smartSessionsValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import {
slice,
concat,
zeroAddress,
encodeAbiParameters,
http,
createPublicClient,
} from 'viem'
Expand Down Expand Up @@ -607,15 +608,15 @@ export const testSmartSessionsValidator = async ({
'0x1901',
appDomainSeparator,
keccak256(
encodePacked(
encodeAbiParameters(
[
'bytes32',
'bytes32',
'bytes32',
'bytes32',
'uint256',
'address',
'bytes32',
{ name: 'a', type: 'bytes32' },
{ name: 'b', type: 'bytes32' },
{ name: 'c', type: 'bytes32' },
{ name: 'd', type: 'bytes32' },
{ name: 'e', type: 'uint256' },
{ name: 'f', type: 'address' },
{ name: 'g', type: 'bytes32' },
],
[
typedDataSignTypehash,
Expand Down

0 comments on commit 3879388

Please sign in to comment.