From f247ea2cc3277fe475601fcf1ba7f6c7ec409891 Mon Sep 17 00:00:00 2001 From: Chibuike Osita Date: Mon, 19 Aug 2024 15:16:57 +0100 Subject: [PATCH 1/2] more cleanups --- lib/queries.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/queries.ts b/lib/queries.ts index 5d7fc71..a3969e4 100644 --- a/lib/queries.ts +++ b/lib/queries.ts @@ -226,6 +226,7 @@ export const processTransaction = gql` address } reference + recipient hash amount status From 62834927556bd65bcf19dbc81efef383ef57f218 Mon Sep 17 00:00:00 2001 From: Chibuike Osita Date: Mon, 19 Aug 2024 15:18:44 +0100 Subject: [PATCH 2/2] more updates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a18855d..ef44413 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coincord/coincord-core-sdk-wallet", - "version": "0.1.8-alpha.7", + "version": "0.1.8-alpha.8", "description": "A module for managing and manipulating operations with bitcoin, ethereum and litecoin wallets.", "main": "dist/lib/index.js", "publishConfig": {