Skip to content

Commit

Permalink
chore: suggest adding note about safe 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedybaird committed Nov 10, 2023
1 parent ecb03fe commit 0da0a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ For Ethereum:
Since this version of the Safe proxy factory uses `CREATE2` op-code, we can change the final address by fiddling with the user-specified `saltNonce` parameter.
It works by randomly trying out different values for the `saltNonce` parameter until it find ones that creates an address matching the desired prefix.

*Commit [`24df00b`](https://github.com/nlordell/deadbeef/tree/24df00bfb1e7fdb594be97c017cd627e643c5318) supports Safe `v1.3.0`.*

## Building

For longer prefixes, this can take a **very** long time, so be sure to build with release:
Expand Down

0 comments on commit 0da0a65

Please sign in to comment.