Skip to content

Commit

Permalink
chore: delete remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Jun 4, 2024
1 parent 0ebefee commit 67182d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"solidity.packageDefaultDependenciesDirectory": ["node_modules", "lib"],
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
},
Expand Down
10 changes: 0 additions & 10 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
src = "src"
out = "out"
libs = ["node_modules", "lib"]
remappings = [
"@ensdomains/=node_modules/@ensdomains/",
"@gnosis.pm/=node_modules/@gnosis.pm/",
"@openzeppelin/=node_modules/@openzeppelin/",
"@uniswap/=node_modules/@uniswap/",
"canonical-weth/=node_modules/canonical-weth/",
"eth-gas-reporter/=node_modules/eth-gas-reporter/",
"hardhat-deploy/=node_modules/hardhat-deploy/",
"hardhat/=node_modules/hardhat/",
]

# Compiler settings
solc = "0.7.6"
Expand Down

0 comments on commit 67182d4

Please sign in to comment.