File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ echo "=== Generating genesis with ev-deployer ==="
7777echo " Genesis written to $GENESIS "
7878
7979# Quick sanity: address should be in the alloc
80- grep -q " 000000000000000000000000000000000000Ad00" " $GENESIS " \
80+ grep -qi " 000000000000000000000000000000000000Ad00" " $GENESIS " \
8181 || fail " AdminProxy address not found in genesis"
82- grep -q " 000000000000000000000000000000000000FE00" " $GENESIS " \
82+ grep -qi " 000000000000000000000000000000000000FE00" " $GENESIS " \
8383 || fail " FeeVault address not found in genesis"
84- grep -q " 0000000000000000000000000000000000001100" " $GENESIS " \
84+ grep -qi " 0000000000000000000000000000000000001100" " $GENESIS " \
8585 || fail " MerkleTreeHook address not found in genesis"
8686
8787pass " genesis contains all three contract addresses"
You can’t perform that action at this time.
0 commit comments