bugfixes
This commit is contained in:
@@ -33,7 +33,7 @@ import {FixedNumber} from "ethers";
|
||||
const s = useStore()
|
||||
const props = defineProps(['modelValue', 'vault', 'maxAmount'])
|
||||
const emit = defineEmits(['update:modelValue'])
|
||||
const balanceFloat = computed(() => Number(props.maxAmount)/1e18)
|
||||
const balanceFloat = computed(() => Number(props.maxAmount)/1e18) // todo configurable native decimals
|
||||
const floatAmount = ref(0)
|
||||
|
||||
function wrapNative() {
|
||||
|
||||
Reference in New Issue
Block a user