Robinhood

Results 8 comments of Robinhood

> Refactor `args` to `arguments` and copy this: > > ```js > const arguments = [ > vrfCoordinatorV2Address, > subscriptionId, > networkConfig[chainId]["gasLane"], > networkConfig[chainId]["keepersUpdateInterval"], > networkConfig[chainId]["raffleEntranceFee"], > networkConfig[chainId]["callbackGasLimit"], > ]...

> Okay, I see two problems: > > * In networkConfig in your helper.hardhat-config.js file, copy the following: > > ``` > entranceFee: "100000000000000000", > ``` > > _Note: The...

> Okay, I see two problems: > > * In networkConfig in your helper.hardhat-config.js file, copy the following: > > ``` > entranceFee: "100000000000000000", > ``` > > _Note: The...

> sounds like you are using top-level `await`, which is now supported in version 5.2.2 when `module: true` is specified. I think that's the problem