Skip to content

Fix factual errors in RISKS.md#37

Merged
mejango merged 1 commit intomainfrom
docs/fix-risks-final-pass
Mar 23, 2026
Merged

Fix factual errors in RISKS.md#37
mejango merged 1 commit intomainfrom
docs/fix-risks-final-pass

Conversation

@mejango
Copy link
Contributor

@mejango mejango commented Mar 23, 2026

Summary

  • Fix Deploy.s.sol line count from ~1,600 to ~2,200 (actual: 2,230 lines)
  • Fix PoolManager address 0x000000000004444c5dc75cB358380D2e3dE08A90 sharing claim: was "testnets", actually shared by Ethereum Mainnet and Optimism Sepolia
  • Fix JBProjects constructor parameter names: initialOwner/initialOperator to owner/feeProjectOwner
  • Fix JBSuckerRegistry function name: isSuckerDeployerAllowed to suckerDeployerIsAllowed

Test plan

  • Verified line count with wc -l script/Deploy.s.sol (2,230 lines)
  • Verified PoolManager addresses in Deploy.s.sol chain-specific blocks
  • Verified JBProjects constructor params in nana-core-v6/src/JBProjects.sol
  • Verified suckerDeployerIsAllowed in nana-suckers-v6/src/JBSuckerRegistry.sol

🤖 Generated with Claude Code

- Fix Deploy.s.sol line count: ~1,600 -> ~2,200
- Fix PoolManager address sharing: testnets -> Ethereum Mainnet and Optimism Sepolia
- Fix JBProjects constructor param names: initialOwner/initialOperator -> owner/feeProjectOwner
- Fix function name: isSuckerDeployerAllowed -> suckerDeployerIsAllowed

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mejango mejango merged commit 30a1ca5 into main Mar 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant