735546619e
Signed-off-by: T-Hax <>
10 lines
152 B
Bash
Executable File
10 lines
152 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
if [ "$SOLC_NIGHTLY" = true ]; then
|
|
docker pull ethereum/solc:nightly
|
|
fi
|
|
|
|
export OPENZEPPELIN_NON_INTERACTIVE=true
|
|
|
|
npx oz compile
|