Skip to content

Commit

Permalink
log deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhemanov committed Feb 26, 2024
1 parent 0887a41 commit 4f8bf29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ class CreateOrderSpotVM {

try {
const tokenContract = new ethers.Contract(activeToken.assetId, ERC20_ABI, accountStore.signer);
console.log(approveAmount.toString());
const approveTransaction = await tokenContract.approve(CONTRACT_ADDRESSES.spotMarket, approveAmount.toString());

await approveTransaction.wait();
Expand Down

0 comments on commit 4f8bf29

Please sign in to comment.