From 4d14dae3aa8c1e6f7501515ef218a4676b1d457e Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Mon, 9 Sep 2024 10:55:33 +0100 Subject: [PATCH] debug ethers on hardhat --- src/utils/Assets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Assets.ts b/src/utils/Assets.ts index 57d0f567..781f186c 100644 --- a/src/utils/Assets.ts +++ b/src/utils/Assets.ts @@ -139,7 +139,7 @@ export async function calculateTemplateIndexV2( console.log('\n\n------------\ntemplateIndex:' + i) console.log(tokenTemplate) console.log('hardhatEthers', hardhatEthers) - console.log('ethers prop?:', hre.ethers) + console.log('has ethers prop?:', hre) const erc20Template = await hardhatEthers.ethers.getContractAt( 'ERC20Template', tokenTemplate.templateAddress