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 the- IJBPriceFeedfeed contract that was added.