Skip to content

Commit

Permalink
remove default remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
dyzz committed Nov 6, 2022
1 parent a5d6833 commit 55c9e55
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ class SolImportPathReference(element: SolImportPathElement) : SolReferenceBase<S
remappings.add(Pair(splitMapping[0].trim(),splitMapping[1].trim()))
}
}
} else {
// add default mapping for forge-std and openzeppelin
remappings.add(Pair("forge-std/","lib/forge-std/src/"));
remappings.add(Pair("@openzeppelin/", "lib/openzeppelin-contracts/"));
}

val remappedPath = applyRemappings(remappings, path);
Expand Down

0 comments on commit 55c9e55

Please sign in to comment.