You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* @notice Callback function used by ChainLink's VRF Coordinator
*/
function fulfillRandomness() external {
require(isTruster[msg.sender], "Not truster");
When launching the this performing this:
const randomGeneratorContract = await ethers.getContractAt(randomGeneratorABI, _randomGenerator);
gets "gas uint64 overflow".
The text was updated successfully, but these errors were encountered: