DEV Community

Discussion on: Import & Test a Popular NFT Smart Contract with Hardhat & Ethers

Collapse
 
montbra profile image
José Monteiro

Hi Jacob, thanks for this great tuto, but the first example of bored-ape.test.ts has a missing method, deploy() in code:

const boredApeContract = await BoredApeFactory.deploy(
"Bored Ape Yacht Club",
"BAYC",
10000,
1
);

Hope to help.

Collapse
 
jacobedawson profile image
Jacob E. Dawson

Ah good spotting! Thanks José, I will edit that part now :)