Skip to content

Commit

Permalink
fix: init issue
Browse files Browse the repository at this point in the history
  • Loading branch information
orionstardust committed Mar 21, 2024
1 parent 1c8b085 commit 07f71ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ export function handleAuction_Initialized(
"0x0000000000000000000000000000000000000000"
);
auction.cancelled = false;
auction.buyNowPrice = BigInt.fromI32(0);
auction.startBidPrice = BigInt.fromI32(0);

//Fetch auction info from contract
let contract = Contract.bind(event.address);
Expand Down

0 comments on commit 07f71ff

Please sign in to comment.