Closed PatrickAlphaC closed 3 years ago
use named accounts instead of that garbaged "if network is kovan -> do this, if network is rinkeby -> do this"
addressed in https://github.com/smartcontractkit/chainlink-hardhat-box/pull/6.
Decided against named accounts, and used a similar concept to aave. They have a helper config with networking information.
use named accounts instead of that garbaged "if network is kovan -> do this, if network is rinkeby -> do this"