File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,5 @@ export CALLER=$CALLER
3636export INIT_CODE_HASH=$INIT_CODE_HASH
3737
3838echo " Running create2 crunch..."
39- cargo run --release $FACTORY $CALLER $INIT_CODE_HASH
39+ # Parameters: factory caller init_code_hash gpu_device(255=CPU) leading_zeros total_zeros(255=disabled)
40+ cargo run --release $FACTORY $CALLER $INIT_CODE_HASH 0 4 255
Original file line number Diff line number Diff line change 22pragma solidity = 0.8.26 ;
33
44library Params {
5- bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012fa3e11e4cea5ddb5bdb0000c4 ;
5+ bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012f6c000ba437ceeb0382c203ae ;
66 uint constant BATCH_LIMIT = 500 ;
77
88 /*//////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments