Update all code to be able to release. Still having issues on Release transaction.
This commit is contained in:
@@ -118,7 +118,6 @@ export const listAllTransactionByWalletAddress = async (
|
||||
});
|
||||
|
||||
const data = await response.json();
|
||||
console.log("Subgraph data:", data);
|
||||
// Convert all transactions to common WalletTransaction format
|
||||
const transactions: WalletTransaction[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user