mockenv deployment rework; price and setprice scripts
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user