-
from solidity: This is my function below
BTW i'm using the ETH/ USD address on the Sepolia Testnet https://docs.chain.link/data-feeds/price-feeds/addresses#Sepolia%20Testnet |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Figured it out, looks like I had |
Beta Was this translation helpful? Give feedback.
Figured it out, looks like I had
AggregatorV3Interface(0x694AA1769357215DE4FAC081bf1f309aDC325306).version()
where The.version()
call should not have been there which messed with the types by not resolving it to a uint256 but rather leaving is as a contract type