* clear

* feat: Add everything

* fix: Commenht
This commit is contained in:
Prad Nukala
2025-10-03 14:45:52 -04:00
committed by GitHub
parent 43b4a11c06
commit 13e6c3e84d
1935 changed files with 655061 additions and 40058 deletions
+25
View File
@@ -0,0 +1,25 @@
[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