From 50c1be4cbab291072a97707960b41ecc731836c8 Mon Sep 17 00:00:00 2001 From: Chibuike Osita Date: Fri, 9 Aug 2024 12:36:04 +0100 Subject: [PATCH] more cleanups --- README.md | 2 +- lib/queries.ts | 1 - package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e88107..b850519 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ type EventRequest = { tx_hash: string | null; recipient: string | null; }; - event: "INCOMING_TRANSACTION" | "OUTGOING_TRANSACTION" | "MINED_TRANSACTION"; + event: "INCOMING_TRANSACTION" | "MINED_OUTGOING_TRANSACTION"; token_set: string; amount: number; network: "BITCOIN" | "LITECOIN" | "POLYGON" | "TRON" | "ETHEREUM" diff --git a/lib/queries.ts b/lib/queries.ts index a2d9509..b5ebf3f 100644 --- a/lib/queries.ts +++ b/lib/queries.ts @@ -89,7 +89,6 @@ export const events = gql` reference token_name token { - id name token_set } diff --git a/package.json b/package.json index 393a409..b084321 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coincord/coincord-core-sdk-wallet", - "version": "0.1.8-alpha.4", + "version": "0.1.8-alpha.5", "description": "A module for managing and manipulating operations with bitcoin, ethereum and litecoin wallets.", "main": "dist/lib/index.js", "publishConfig": {