Files
sonr/contracts/wSNR/foundry.toml
T
Prad NukalaandGitHub 13e6c3e84d Master (#1262)
* clear

* feat: Add everything

* fix: Commenht
2025-10-03 14:45:52 -04:00

26 lines
442 B
TOML

[profile.default]
src = "src"
out = "out"
libs = ["lib"]
solc = "0.8.20"
optimizer = true
optimizer_runs = 200
# Network configurations
[rpc_endpoints]
sonr = "${SONR_RPC_URL}"
sonr_testnet = "${SONR_TESTNET_RPC_URL}"
sepolia = "https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}"
[etherscan]
sonr = { key = "${ETHERSCAN_API_KEY}" }
# Testing configuration
[fuzz]
runs = 256
[invariant]
runs = 256
depth = 128
fail_on_revert = false