From bcac3b0239957a89cfefefd58cafc1963edbc5ba Mon Sep 17 00:00:00 2001 From: Chibuike Osita Date: Sun, 18 Aug 2024 19:55:27 +0100 Subject: [PATCH] more cleanups --- README.md | 2 ++ lib/queries.ts | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 20ba806..35d53d7 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ type Event { address: Address address_id: String amount: Float! + fee: Float! app: App! app_id: String! app_wallet: AppWallet @@ -381,6 +382,7 @@ type Transaction { address: Address address_id: String amount: Float! + fee: Float! created_at: String! hash: String id: String! diff --git a/lib/queries.ts b/lib/queries.ts index 60d61eb..5d7fc71 100644 --- a/lib/queries.ts +++ b/lib/queries.ts @@ -222,6 +222,9 @@ export const processTransaction = gql` _processTransaction(hash_ref: $hash_ref) { id tx_hash + address { + address + } reference hash amount