mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: Fix grammar typos on commments
This commit is contained in:
parent
34c9bf209e
commit
83d2989eb1
|
@ -24,13 +24,13 @@ export const getDefenderRelaySigner = async () => {
|
|||
const defenderAddress = await defenderSigner.getAddress();
|
||||
console.log(' - Using Defender Relay: ', defenderAddress);
|
||||
|
||||
// Reemplace signer if FORK=main is active
|
||||
// Replace signer if FORK=main is active
|
||||
if (process.env.FORK === 'main') {
|
||||
console.log(' - Impersonating Defender Relay');
|
||||
await impersonateAccountsHardhat([defenderAddress]);
|
||||
defenderSigner = await (DRE as HardhatRuntimeEnvironment).ethers.getSigner(defenderAddress);
|
||||
}
|
||||
// Reemplace signer if Tenderly network is active
|
||||
// Replace signer if Tenderly network is active
|
||||
if (usingTenderly()) {
|
||||
console.log(' - Impersonating Defender Relay via Tenderly');
|
||||
defenderSigner = await (DRE as HardhatRuntimeEnvironment).ethers.getSigner(defenderAddress);
|
||||
|
|
Loading…
Reference in New Issue
Block a user