diff --git a/src/popup/index.html b/src/popup/index.html index a9077a1..2659003 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -384,6 +384,15 @@ id="add-token-info" class="text-xs text-muted mb-2 hidden" > +
+ +
+
`, + ) + .join(""); + list.querySelectorAll(".common-token").forEach((btn) => { + btn.addEventListener("click", () => { + $("add-token-address").value = btn.dataset.address; + }); + }); showView("add-token"); });