You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the git, and this could lead to an accidental mistake pushing the private keys/API keys to GitHub. This needs to be changed so:
Addresses are used from the config files that are public and tracked;
.env file contains only sensitive data: API keys, private keys, etc;