Disco
Disco
Fixes Update `hashProposal()` function visibility to `view` instead of `pure` to allow an override using `block.chainid` and/or `address(this)` in order to guarantee more uniqueness on the same proposal but on...
**Description** * Add a new Solady version, as a separate dependency from the current Solady package being used * Inherit from the new Solady's version ERC20 on `SuperchainERC20` * Support...
**Description** Introduce template to execute the `setupRevShare()` flow, and add integration test to check the state on L2. **Tests** Adding integration test for the `setupRevShare()` function, while also its regression...
**Description** Introduce the `FeeSplitter` predeploy as part of a new opt-in revenue-sharing feature. The goal is to make revenue sharing simpler and more modular, with configurable values and automated handling...