I am using AIM together with some third-party visualisation tool. For each aim run, there exists an https://zndraw.domain.com/token/<hash> which I'd like to make more accesible from the aim UI.
At the moment the URL is displayed but can not be clicked on.
Pitch
As for security concerns, one could use run.track(aim.URL('https://...'))
🚀 Feature
I am using AIM together with some third-party visualisation tool. For each aim run, there exists an
https://zndraw.domain.com/token/<hash>
which I'd like to make more accesible from the aim UI. At the moment the URL is displayed but can not be clicked on.Pitch
As for security concerns, one could use
run.track(aim.URL('https://...'))