File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ bytecode_hash = "none"
8
8
cbor_metadata = false
9
9
remappings = [
10
10
" pod-protocol/=../protocol/src" ,
11
+ " pod-sdk/=./src" ,
11
12
" @openzeppelin/=lib/openzeppelin-contracts/"
12
13
]
13
14
allow_paths = [
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
2
pragma solidity ^ 0.8.20 ;
3
3
4
- import {ECDSA} from ". /ECDSA.sol " ;
5
- import {MerkleTree} from ". /MerkleTree.sol " ;
4
+ import {ECDSA} from "pod-sdk/verifier /ECDSA.sol " ;
5
+ import {MerkleTree} from "pod-sdk/verifier /MerkleTree.sol " ;
6
6
import {IPodRegistry} from "pod-protocol/interfaces/IPodRegistry.sol " ;
7
7
import {Strings} from "@openzeppelin/contracts/utils/Strings.sol " ;
8
8
import {Math} from "@openzeppelin/contracts/utils/math/Math.sol " ;
You can’t perform that action at this time.
0 commit comments