Created
February 1, 2022 04:44
-
-
Save Breta01/95d9630c2a5425a0d809bb33b0620cd3 to your computer and use it in GitHub Desktop.
Example of .env file for deployment to polygon
This file contains 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
### Private key of account deploying the smart contracts | |
export PRIVATE_KEY='0xasdfasdfasdfasdfasdfasdfasdfas' | |
### Infura project ID for communicating with network | |
export WEB3_INFURA_PROJECT_ID='aaa5aa5a5a5a55555aaa555a5a5555a' | |
### Polygonscan API token for verifying contracts | |
export POLYGONSCAN_TOKEN='asdfadfasdfsf' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment