mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2026-01-01 06:06:41 +01:00
「🏗️」 wip(scoreStore): simingly working api
This commit is contained in:
@ -54,8 +54,9 @@ async function callAddScore(p1, p2, p1Score, p2Score) {
|
||||
const tx = await contract.addScore(p1, p2, p1Score, p2Score);
|
||||
console.log('Transaction sent:', tx.hash);
|
||||
await tx.wait(); // Wait for the transaction to be mined
|
||||
const id = await callLastId();
|
||||
console.log('Transaction confirmed');
|
||||
return tx;
|
||||
return { tx, id };
|
||||
} catch (error) {
|
||||
console.error('Error calling addScore function:', error);
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user