AddFeed
Emitted from:
Definition
event AddFeed(uint256 indexed currency, uint256 indexed base, IJBPriceFeed feed);
currencyis the currency the feed was added for.baseis the currency that the feed's price will be reported based on.feedis theIJBPriceFeedfeed contract that was added.