From 0da0a65379804a395347a65892f1a32a66ba202c Mon Sep 17 00:00:00 2001 From: Kennedy Baird Date: Sat, 11 Nov 2023 11:24:02 +1300 Subject: [PATCH] chore: suggest adding note about safe 1.3.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bbf784..903531c 100644 --- a/README.md +++ b/README.md @@ -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: