RevanthGundala
RevanthGundala
```Solidity `// SPDX-License-Identifier: MIT pragma solidity 0.6.6; import "@chainlink/contracts/src/v0.6/interfaces/LinkTokenInterface.sol"; import "@chainlink/contracts/src/v0.6/VRFConsumerBase.sol"; contract VRFCoordinatorMock { LinkTokenInterface public LINK; event RandomnessRequest(address indexed sender, bytes32 indexed keyHash, uint256 indexed seed); constructor(address linkAddress) public...
Running into the same issue
Currently working on this here: https://github.com/RevanthGundala/zed-move Trying to figure out why this isn't running locally
I'm happy to pick this up @a-r-r-o-w
I've been looking at this for the past week and I am also struggling to find the difference. I'll be dropping working on this, but if someone wants to pick...