From 15f348d5be63fa93a38e62bf78bde72c4c5b7c72 Mon Sep 17 00:00:00 2001 From: Chibuike Osita Date: Sun, 18 Aug 2024 20:03:21 +0100 Subject: [PATCH 1/2] changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35d53d7..13dbf8e 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ type RequestBody = { } type WebhookEventStructure = { - address: Address; + address: Address | string; transaction: { id: string | null; tx_hash: string | null; @@ -214,6 +214,7 @@ type WebhookEventStructure = { event: "INCOMING_TRANSACTION" | "MINED_OUTGOING_TRANSACTION"; token_set: string; amount: number; + fee?: number; network: "BITCOIN" | "LITECOIN" | "POLYGON" | "TRON" | "ETHEREUM" reference: string | null; details: string; @@ -450,4 +451,4 @@ type CoreSDK { ): [Transaction] } -``` \ No newline at end of file +``` From ea8329781fc365af4b57bc661c94da9d2cf4d663 Mon Sep 17 00:00:00 2001 From: Chibuike Osita Date: Sun, 18 Aug 2024 20:45:57 +0100 Subject: [PATCH 2/2] updates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4c8743..a18855d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coincord/coincord-core-sdk-wallet", - "version": "0.1.8-alpha.6", + "version": "0.1.8-alpha.7", "description": "A module for managing and manipulating operations with bitcoin, ethereum and litecoin wallets.", "main": "dist/lib/index.js", "publishConfig": {