Skip to content

Instantly share code, notes, and snippets.

@Breta01
Created February 1, 2022 04:44
Show Gist options
  • Save Breta01/95d9630c2a5425a0d809bb33b0620cd3 to your computer and use it in GitHub Desktop.
Save Breta01/95d9630c2a5425a0d809bb33b0620cd3 to your computer and use it in GitHub Desktop.
Example of .env file for deployment to polygon
### 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