emit e2eid from buy step to home view

This commit is contained in:
RcleydsonR
2022-12-13 20:31:21 -03:00
parent 409f22a8cf
commit 4aec263463
4 changed files with 78 additions and 39 deletions

View File

@@ -222,6 +222,7 @@ const addLock = async (depositId: Number, amount: Number) => {
lock.wait();
updateLockAddedEvents();
return lock;
};
// Get specific lock data by its ID
@@ -270,6 +271,7 @@ const releaseLock = async (
release.wait();
updateLockReleasedEvents();
return release
};
// Formatting methods