From c3f6e00a52c5926e20239b9cf9b910fec325b801 Mon Sep 17 00:00:00 2001 From: shafu Date: Sat, 28 Jun 2025 11:30:47 -0400 Subject: [PATCH] new salt value --- create2crunch/run.sh | 3 ++- libraries/Params.sol | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/create2crunch/run.sh b/create2crunch/run.sh index 57754eeb..4eea90af 100644 --- a/create2crunch/run.sh +++ b/create2crunch/run.sh @@ -36,4 +36,5 @@ export CALLER=$CALLER export INIT_CODE_HASH=$INIT_CODE_HASH echo "Running create2 crunch..." -cargo run --release $FACTORY $CALLER $INIT_CODE_HASH \ No newline at end of file +# Parameters: factory caller init_code_hash gpu_device(255=CPU) leading_zeros total_zeros(255=disabled) +cargo run --release $FACTORY $CALLER $INIT_CODE_HASH 0 4 255 \ No newline at end of file diff --git a/libraries/Params.sol b/libraries/Params.sol index 80e69f55..1e2ece54 100644 --- a/libraries/Params.sol +++ b/libraries/Params.sol @@ -2,7 +2,7 @@ pragma solidity =0.8.26; library Params { - bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012fa3e11e4cea5ddb5bdb0000c4; + bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012f6c000ba437ceeb0382c203ae; uint constant BATCH_LIMIT = 500; /*//////////////////////////////////////////////////////////////