FT connector: use config instead of .env
for public data
#155
Labels
enhancement
New feature or request
.env
for public data
#155
Currently, deployment and usage of Hardhat scripts for FT connector use
.env
file as a source for the contract addresses, etc. The.env
file is currently in thegit
, and this could lead to an accidental mistake pushing the private keys/API keys to GitHub. This needs to be changed so:.env
file contains only sensitive data: API keys, private keys, etc;.env
file is removed from the tracked files.The text was updated successfully, but these errors were encountered: