Skip to content

Instantly share code, notes, and snippets.

@Beatz748
Last active May 16, 2022 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Beatz748/844c94609b26f22558faa43fe5d894ec to your computer and use it in GitHub Desktop.
Save Beatz748/844c94609b26f22558faa43fe5d894ec to your computer and use it in GitHub Desktop.
set contract address in env
#!/bin/bash
if [ $# != 1 ]; then
echo "PUT CONTRACT ADDRESS"
else
echo "set $1"
export contract=$1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment