@clonegod/ttd-sol-common 1.0.136 → 1.0.138
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.
|
@@ -25,7 +25,7 @@ const subscribe_wallet_transaction = (geyser_ws_url, wallet_token_account_list,
|
|
|
25
25
|
(0, dist_1.log_warn)(`user_token_account_list is empty, nothing to subscribe`);
|
|
26
26
|
return;
|
|
27
27
|
}
|
|
28
|
-
yield (0, dist_1.sleep)(
|
|
28
|
+
yield (0, dist_1.sleep)(parseInt(process.env.SUBSCRIBE_WS_WAIT_SECONDS || '3000'));
|
|
29
29
|
var ws_client = new ws_1.default(geyser_ws_url);
|
|
30
30
|
function subscribe_account_transaction() {
|
|
31
31
|
(0, dist_1.log_info)(`subscribe_account_transaction`, wallet_token_account_list);
|
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.138",
|
|
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",
|