@clonegod/ttd-sol-common 1.0.135 → 1.0.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -91,7 +91,7 @@ const subscribe_wallet_transaction_txid = (geyser_ws_url, wallet_address, signat
|
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
catch (e) {
|
|
94
|
-
(0, dist_1.log_error)(
|
|
94
|
+
(0, dist_1.log_error)(`[helius-subscribe-tx] Failed to parse JSON: ${messageStr}`, e);
|
|
95
95
|
ws_client.close();
|
|
96
96
|
}
|
|
97
97
|
});
|
|
@@ -83,7 +83,7 @@ const subscribe_wallet_transaction = (geyser_ws_url, wallet_token_account_list,
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
catch (e) {
|
|
86
|
-
(0, dist_1.log_error)(
|
|
86
|
+
(0, dist_1.log_error)(`[helius-subscribe-tx] Failed to parse JSON: ${messageStr}`, e);
|
|
87
87
|
ws_client.close();
|
|
88
88
|
}
|
|
89
89
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clonegod/ttd-sol-common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.137",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"push": "npm run build && npm publish"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@clonegod/ttd-common": "^1.0.
|
|
16
|
+
"@clonegod/ttd-common": "^1.0.169",
|
|
17
17
|
"@irys/sdk": "^0.2.10",
|
|
18
18
|
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
|
|
19
19
|
"@solana/web3.js": "1.91.6",
|