mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
12 lines
237 B
TOML
12 lines
237 B
TOML
[profile.default]
|
|
src = "contracts"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
remappings = [
|
|
"@openzeppelin/=lib/openzeppelin-contracts/"
|
|
]
|
|
|
|
[rpc_endpoints]
|
|
local = "http://127.0.0.1:8545"
|
|
sepolia = "https://sepolia.infura.io/v3/${INFURA_API_KEY}"
|