Hey, I really like the EIP and the concept of limiters is very promising.
I got a question after taking a quick look. I noticed there’s an AssetRegistered
event for the registerAsset
function:
event AssetRegistered(address indexed asset, uint256 metricThreshold, uint256 minAmountToLimit);
However, there’s no counterparty for the updateAssetParams
, which means that an indexer would be able to know the initial parameters of a registered asset but won’t be able to track further updates. Is this intentional or am I missing something?