Skip to content

Commit

Permalink
update contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
poppyseedDev committed Jan 30, 2025
1 parent 0e73b8a commit 86d7a20
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 352 deletions.
176 changes: 0 additions & 176 deletions hardhat/contracts/guessRandomNumberGame/GuessRandomNumberGame.sol

This file was deleted.

2 changes: 1 addition & 1 deletion hardhat/test/blindAuction/BlindAuction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("BlindAuction", function () {
this.blindAuction = blindAuctionContract;
});

it.only("should check Carol won the bid", async function () {
it("should check Carol won the bid", async function () {
// Create encrypted bid amounts
const input1 = this.instance.createEncryptedInput(this.contractERC20Address, this.signers.bob.address);
input1.add64(10);
Expand Down
175 changes: 0 additions & 175 deletions hardhat/test/guessRandomNumberGame/GuessRandomNumberGame.ts

This file was deleted.

0 comments on commit 86d7a20

Please sign in to comment.