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