Skip to content

Commit

Permalink
Merge pull request #18 from coincord/Modified/Coincord-docs
Browse files Browse the repository at this point in the history
Documentation cleanups
  • Loading branch information
Mozartted authored Aug 9, 2024
2 parents 214e20a + 50c1be4 commit 6b95799
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion lib/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const events = gql`
reference
token_name
token {
id
name
token_set
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6b95799

Please sign in to comment.