@clonegod/ttd-sol-common 1.0.162 → 1.0.164
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.
|
@@ -201,6 +201,7 @@ class TransactionResultChecker {
|
|
|
201
201
|
broadcast,
|
|
202
202
|
server_info,
|
|
203
203
|
};
|
|
204
|
+
const c_id = this.order_msg.c_id || '';
|
|
204
205
|
const trade_result = {
|
|
205
206
|
success,
|
|
206
207
|
error_code,
|
|
@@ -220,6 +221,7 @@ class TransactionResultChecker {
|
|
|
220
221
|
tx_price,
|
|
221
222
|
balance: trade_balance_change,
|
|
222
223
|
execution: trade_extra_info,
|
|
224
|
+
c_id
|
|
223
225
|
};
|
|
224
226
|
return trade_result;
|
|
225
227
|
}
|
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.164",
|
|
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.1.
|
|
16
|
+
"@clonegod/ttd-common": "1.1.15",
|
|
17
17
|
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
|
|
18
18
|
"@solana/web3.js": "1.91.6",
|
|
19
19
|
"rpc-websockets": "7.10.0",
|