Random salt generation in utils.ts
lead to failing deployments
#1
Labels
bug
Something isn't working
utils.ts
lead to failing deployments
#1
The keccak256 requires bytes as input instead of plain strings. Use
utils.toUtf8Bytes
to solve that issue.The text was updated successfully, but these errors were encountered: