We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953ecb2 commit 7f57080Copy full SHA for 7f57080
protocol/test/BridgeMintBurn.t.sol
@@ -8,7 +8,6 @@ import {IBridge} from "../src/interfaces/IBridge.sol";
8
import {Bridge} from "../src/abstract/Bridge.sol";
9
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
10
import {WrappedToken} from "../src/WrappedToken.sol";
11
-import {MerkleTree} from "pod-sdk/verifier/MerkleTree.sol";
12
import {Pausable} from "@openzeppelin/contracts/utils/Pausable.sol";
13
14
contract BridgeMintBurnTest is BridgeBehaviorTest {
0 commit comments