Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Oct 10, 2023
1 parent a1df9ec commit ba11087
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ describe('contract', () => {

const logs = await contractDeployed.getPastEvents('Transfer');
const tokenId = (logs[0] as EventLog)?.returnValues?.tokenId as string;
// eslint-disable-next-line
console.log(logs)
// eslint-disable-next-line
console.log(tokenId)
const transferFromReceipt = await contractDeployed.methods
.transferFrom(tempAccount.address, toAccount.address, tokenId)
.send({
Expand Down

0 comments on commit ba11087

Please sign in to comment.