updated types for new ABI

This commit is contained in:
hueso
2024-10-09 20:45:14 -03:00
parent 4b4b5af550
commit 1f003f19bc
3 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ etherStore.setSellerView(false);
// States
const { loadingLock, walletAddress, networkName } = storeToRefs(etherStore);
const flowStep = ref<Step>(Step.Search);
const pixTarget = ref<number>();
const pixTarget = ref<string>();
const tokenAmount = ref<number>();
const lockID = ref<string>("");
const loadingRelease = ref<boolean>(false);