marigold-dev / tzsafe-ui

TzSafe-UI frontend — to interact with multi-signatures wallets.
https://www.marigold.dev/tzsafe
10 stars 2 forks source link

fix: UI only loads the exact contracts it know #136

Closed rueshyna closed 10 months ago

rueshyna commented 10 months ago

for security reason, from now on, UI only loads the exact contracts it know. The change will prevent that malicious contacts act like as tzsafe contract from deceiving users. according to the TZKT's doc, there is small chance that hash collision may happen.

cc: @tj825