Commit 5298c572 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: remove compiler warnings in deploy script

The only devnet modifier causes branching logic in a way
where sometimes nothing is returned, triggering a compiler
warning. This compiler warning can be removed by using
named return args. Refactor the deploy script to use
named return args to remove the compiler warnings.
parent ba493e94
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