Commit 2df86f34 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: lint

parent 4c9b3313
...@@ -265,10 +265,8 @@ abstract contract Deployer is Script { ...@@ -265,10 +265,8 @@ abstract contract Deployer is Script {
'"', '"',
vm.toString(_addr), vm.toString(_addr),
'"', '"',
") | select(.transactionType == ", ') | select(.transactionType == "CREATE"',
'"CREATE"', ' or .transactionType == "CREATE2"',
" or .transactionType == "
'"CREATE2"',
")' < ", ")' < ",
deployPath deployPath
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment