Last active
August 6, 2021 11:26
-
-
Save percybolmer/76e0e73b58d8757238c1c9f19e286b96 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() { | |
return "0xaD183414719d49Fc3F8Fb0490662C4d484972d86"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment