Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion create2crunch/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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
2 changes: 1 addition & 1 deletion libraries/Params.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity =0.8.26;

library Params {
bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012fa3e11e4cea5ddb5bdb0000c4;
bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012f6c000ba437ceeb0382c203ae;
uint constant BATCH_LIMIT = 500;

/*//////////////////////////////////////////////////////////////
Expand Down