diff --git a/create2crunch/run.sh b/create2crunch/run.sh index 57754ee..4eea90a 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 80e69f5..1e2ece5 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; /*//////////////////////////////////////////////////////////////