Skip to content

Commit

Permalink
fix: optimize marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 25, 2024
1 parent 4a915d3 commit f46c03e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/commands/marketplace/stake-show.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,5 @@ export const stakeShow = async (
) => {
address = address || (await masa.config.signer.getAddress());

console.log(
await masa.contracts.marketplace.userStakes(
address,
BigNumber.from(tokenId),
),
);
console.log(await masa.contracts.marketplace.stakeAll());
};

0 comments on commit f46c03e

Please sign in to comment.