zeuslawyer/cl-fall22-external-adapters

Gas Estimation Failed at requestInfo

Opened this issue · 1 comments

I followed the guide when I try to requestInfo I get error:

Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending?
execution reverted: Must use whitelisted functions
{
"originalError": {
"code": 3,
"data": "0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001e4d757374207573652077686974656c69737465642066756e6374696f6e730000",
"message": "execution reverted: Must use whitelisted functions"
}
}

Hey @spaceh3ad!

hmmm it's working for me still.

  1. Have you looked at this Issue in SO - it's always best practice to research the error message as things change a lot!

  2. have you compared your code with the code in branch # 2 of this repo? You may have copied and pasted some code from the docs which may use different functions -- you may be using functions from the oracle smart contract instead of the operator smart contract?

  3. Did you fund your contract with LINK?