37 lines
1.0 KiB
TOML
37 lines
1.0 KiB
TOML
[profile.default]
|
|
src = "src"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
|
|
solc_version = "0.8.20"
|
|
gas_reports = [
|
|
"Fatso",
|
|
"Ghost",
|
|
"Stinky",
|
|
"GhostAuthority",
|
|
"GhostStaking",
|
|
"GhostBondDepository",
|
|
"GhostDistributor",
|
|
"GhostBondingCalculator",
|
|
"GhostTreasury",
|
|
]
|
|
remappings = [
|
|
"@openzeppelin-contracts/=dependencies/@openzeppelin-contracts-5.0.2/",
|
|
"@uniswap-v2-core/=dependencies/@uniswap-v2-core-1.0.1/contracts",
|
|
"forge-std-1.9.2/=dependencies/forge-std-1.9.2/",
|
|
]
|
|
fs_permissions = [{ access = "read", path = "./broadcast"}]
|
|
allow_internal_expect_revert = true
|
|
|
|
[dependencies]
|
|
forge-std = { version = "1.9.2", url = "https://soldeer-revisions.s3.amazonaws.com/forge-std/1_9_2_06-08-2024_17:31:25_forge-std-1.9.2.zip" }
|
|
"@openzeppelin-contracts" = "5.0.2"
|
|
"@uniswap-v2-core" = "1.0.1"
|
|
|
|
[rpc_endpoints]
|
|
anvil-localnet = "http://127.0.0.1:8545"
|
|
sepolia-testnet = "${SEPOLIA_TEST_RPC_URL}"
|
|
|
|
[etherscan]
|
|
sepolia-testnet = { key = "${SEPOLIA_TEST_API_KEY}", url = "${SEPOLIA_TEST_ENDPOINT}" }
|