Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoDex committed Sep 13, 2024
1 parent 6929dde commit f424b04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compolabs/spark-orderbook-ts-sdk",
"version": "1.8.2",
"version": "1.8.3",
"type": "module",
"main": "./dist/index.сjs",
"module": "./dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions src/WriteActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export class WriteActions {
allMarketContracts,
});

console.log("depositAndWithdrawalTxs", depositAndWithdrawalTxs);

const txs = baseMarketFactory.multiCall([
...depositAndWithdrawalTxs,
baseMarketFactory.functions.open_order(
Expand Down Expand Up @@ -267,6 +269,8 @@ export class WriteActions {
feeAssetId,
});

console.log("depositAndWithdrawalTxs", depositAndWithdrawalTxs);

const txs = baseMarketFactory.multiCall([
...depositAndWithdrawalTxs,
baseMarketFactory.functions.fulfill_order_many(
Expand Down

0 comments on commit f424b04

Please sign in to comment.