mockenv deployment rework; price and setprice scripts

This commit is contained in:
Tim Olson
2023-11-02 17:23:48 -04:00
parent f3aef443b3
commit 3f15985bf5
4 changed files with 16 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-chip>
<!-- <v-avatar start :image="token.icon === null ? '' : token.icon"/>-->
<!-- <v-avatar start :image="token.image === null ? '' : token.image"/>-->
{{token.symbol}}&nbsp;{{token.name}}
</v-chip>
</template>