Near-One / rainbow-token-connector

ERC-20/NEP-141 Token Connector for Rainbow Bridge
62 stars 18 forks source link

FT connector: use config instead of `.env` for public data #155

Open sept-en opened 2 years ago

sept-en commented 2 years ago

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: