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

@@ -35,7 +35,7 @@ const fixed = computed(() => FixedNumber.fromValue(props.amount, token.decimals,
width: 256,
decimals: token.decimals
}))
const imageSrc = computed(() => null)
const imageSrc = computed(() => token.image)
const withdrawing = ref(false)
</script>