Skip to content

Commit

Permalink
chore: adding the initial foundry config
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgj94 committed Mar 21, 2024
1 parent 801ef16 commit d66d419
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 8 additions & 6 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
src = "src"
out = "out"
libs = ["lib"]
evm_version = "shanghai"
# solc = "0.8.20"

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
remappings = [
'@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/',
'@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/',
'@aragon/osx/=lib/osx/packages/contracts/src/'
]

[rpc_endpoints]
sepolia = "${SEPOLIA_RPC_URL}"

[etherscan]
sepolia = { key = "${ETHERSCAN_API_KEY}" }
4 changes: 4 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/
@aragon/osx/=lib/osx/packages/contracts/src/
@ensdomains/ens-contracts/=lib/ens-contracts/

0 comments on commit d66d419

Please sign in to comment.