update contract ABI
Some checks failed
Some checks failed
This commit is contained in:
@@ -201,7 +201,7 @@ const checkUnreleasedLock = async (
|
||||
|
||||
const pixTarget = lock.pixTarget;
|
||||
const amount = formatEther(lock?.amount);
|
||||
pixData.pixKey = String(Number(pixTarget));
|
||||
pixData.pixKey = pixTarget;
|
||||
pixData.value = Number(amount);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user