diff --git a/src/utils/Assets.ts b/src/utils/Assets.ts index 3f5f072b..57d0f567 100644 --- a/src/utils/Assets.ts +++ b/src/utils/Assets.ts @@ -138,6 +138,8 @@ export async function calculateTemplateIndexV2( const tokenTemplate = await factoryERC721.getTokenTemplate(i) console.log('\n\n------------\ntemplateIndex:' + i) console.log(tokenTemplate) + console.log('hardhatEthers', hardhatEthers) + console.log('ethers prop?:', hre.ethers) const erc20Template = await hardhatEthers.ethers.getContractAt( 'ERC20Template', tokenTemplate.templateAddress