Full build: Vite/React acid-terminal frontend (BEARER design system, Panchang/Sentient/Fragment Mono, neon layer, palette audit script), HoodquidityVaults Foundry contracts (single+dual deposits via Chainlink-style feeds, hybrid exit, 10% platform fee, boost, Genesis LP), Reown AppKit wallet connect with Robinhood Chain testnet (46630), live data from Dexscreener and onchain reads, partner portal, design-sync setup for claude.ai/design. Deploy: static via Forgejo Actions platform, BUILD_DIR=apps/web/dist (.env). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
580 B
TOML
20 lines
580 B
TOML
[profile.default]
|
|
solc_version = '0.8.31'
|
|
evm_version = 'osaka'
|
|
optimizer = true
|
|
optimizer_runs = 200
|
|
src = 'contracts'
|
|
out = 'out'
|
|
libs = ['node_modules', 'lib']
|
|
test = 'test'
|
|
cache_path = 'cache_forge'
|
|
fs_permissions = [{ access = "read", path = "./node_modules/hardhat-predeploy/bin" }]
|
|
|
|
[lint]
|
|
exclude_lints = ["mixed-case-function", "asm-keccak256", "screaming-snake-case-immutable", "incorrect-shift", "mixed-case-variable"]
|
|
ignore = ["./contracts/interfaces/**/*.sol", "./contracts/mocks/Stateless.sol"]
|
|
lint_on_build = false
|
|
|
|
[fuzz]
|
|
runs = 5000
|
|
max_test_rejects = 150000
|