Franco Victorio
Franco Victorio
@phated thank you for the tip. We are currently on the fence about using ts-node or swc and this might be the tie-breaker we needed.
This is what we need to do: 1. Transpile-only by default. That's mainly about changing [this line](https://github.com/NomicFoundation/hardhat/blob/f23d106048c2cd5d98bcb3e11596afbcb085afa8/packages/hardhat-core/src/internal/core/typescript-support.ts#L71) and [this line](https://github.com/NomicFoundation/hardhat/blob/f23d106048c2cd5d98bcb3e11596afbcb085afa8/packages/hardhat-core/src/internal/util/scripts-runner.ts#L106) so that they require `"ts-node/register/transpile-only"` instead (unless typechecking is enabled,...
Hi folks. We know this is very important for a lot of teams. The main thing we need to get done to enable this is to separate the Hardhat Network...
I guess they mean that you should use the `ethers` instance in the HRE instead of doing `import ethers from "ethers"`? If that's the case, I agree this is something...
@JimLynchCodes can you provide reproduction steps? This works for me.
Closing for lack of reproduction steps.
It is indeed, thank you.
Hey @m1cm1c, thanks for opening this. I'm a bit confused though. The way I would think about composing fixtures is that you would have something like: ```js function deployTokenFixture() {...
> When first encountered fixtures, I thought you could use them in any way to skip duplicate chain mutations, including of course inside another sequence of chain mutations. If the...
I've already captured this in our documentation backlog, so I'm going to close this issue now. Thanks again.