Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active August 2, 2021 13:02
Show Gist options
  • Save percybolmer/c892d43676ae5679089aa49e1e344895 to your computer and use it in GitHub Desktop.
Save percybolmer/c892d43676ae5679089aa49e1e344895 to your computer and use it in GitHub Desktop.
// getContractAddress returns the address of the contract
// hardcoded :)
function getContractAddress() {
// replace this to match your contract address
return "0x083863013a6b34a4a265eb6ff696daf35071c48e";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment