This commit is contained in:
Tim
2024-04-03 15:04:29 -04:00
parent 391c5738ed
commit e406960c70
10 changed files with 108 additions and 35 deletions

View File

@@ -21,6 +21,7 @@ const s = useStore()
const prefs = usePrefStore()
async function token(obj) {
if (!obj) return null
return obj.a ? obj : await getToken(s.chainId, obj)
}