Last active
August 2, 2021 13:02
-
-
Save percybolmer/c892d43676ae5679089aa49e1e344895 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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