-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
990ae18
commit 28aa3ce
Showing
6 changed files
with
16 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule account-abstraction
deleted from
6f02f5
Submodule semaphore-v3
deleted from
1a3d90
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// SPDX-License-Identifier: UNLICENSED | ||
pragma solidity ^0.8.13; | ||
|
||
import {Test, console} from "forge-std/Test.sol"; | ||
import {PBHVerifier} from "../src/PBHVerifier.sol"; | ||
|
||
contract PBHVerifierTest is Test { | ||
PBHVerifier public pbhVerifier; | ||
|
||
function setUp() public { | ||
// pbhVerifier = new PBHVerifier(); | ||
} | ||
|
||
function testTest() public { | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.