smartcontractkit/documentation

[Bug]: Cannot successfully compile Operator.sol

Closed this issue · 4 comments

Describe the bug

Hello, I can't successfully compile the Operator.sol with the link you provide:

Fulfilling request:
https://docs.chain.link/chainlink-nodes/v1/fulfilling-requests#overview

Set up your Operator contract -> Deploy your own operator contract -> step 1: Go to Remix and open the Operator.sol
Step 2: compile: Can't successfully compile the Operator.sol

To Reproduce

  1. Go to 'https://docs.chain.link/chainlink-nodes/v1/fulfilling-requests#deploy-your-own-operator-contract'
  2. Click on 'step 1: Go to Remix and open the Operator.sol'
  3. See error in Remix IDE

URLs

Expected behavior

No response

Additional context

No response

Hi @hyc0812

I'm sorry that you are experiencing this issue.
We are currently working to fix it (cf. this PR)

Right now, you have two options:

  • Use Hardhat or Foundry to compile and deploy the contract. You will not have any issues
  • If you want to test locally and prefer to use Remix then as a temporary solution, open this contract in RemixIDE

Hi @aelmanaa,

Thank you for providing me with this temporary solution. Please also update when the Operator contract is ready for Remix use on testnet.

Hi @hyc0812

Sorry for the delay. Can you check again, please? It should work now

Closing this for now. Please open it again if you still run into an issue