Skip to content

Commit

Permalink
fix: remove 0x from nonced verification data type hash
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRampoldi committed Sep 9, 2024
1 parent ae1f63e commit 1bf323d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955"
},
"eip712": {
"noncedVerificationDataTypeHash": "0x2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624"
"noncedVerificationDataTypeHash": "2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"owner": "<owner_address>"
},
"eip712": {
"noncedVerificationDataTypeHash": "0x2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624"
"noncedVerificationDataTypeHash": "2194895b48bd1793cdc112d96441a9e5291ef6151d5aa0e8e2386c81bdc61624"
}
}
}

0 comments on commit 1bf323d

Please sign in to comment.