{
    "Function": "setFeed",
    "File": "src/Oracle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyOperator"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setFeed(address token, IChainlinkFeed feed, uint8 tokenDecimals) public onlyOperator { feeds[token] = FeedData(feed, tokenDecimals); }"
}