https://github.com/cowprotocol/mev-blocker-till
Smart contract holding MEV Blocker builders' bonds and managing fee payment
https://github.com/cowprotocol/mev-blocker-till
Last synced: 5 months ago
JSON representation
Smart contract holding MEV Blocker builders' bonds and managing fee payment
- Host: GitHub
- URL: https://github.com/cowprotocol/mev-blocker-till
- Owner: cowprotocol
- Created: 2024-04-04T09:21:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:35:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T06:15:28.405Z (about 1 year ago)
- Language: Solidity
- Size: 7.81 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `MevblockerFeeTill`
Should be compatible with both `dapp` and `forge`. (`dapp` doesn't support one of the cheatcodes so some tests will fail)
## Deploy
```sh
make deploy \
rpc-url=sepolia \
private-key=0x1234567890123456789012345678901234567890123456789012345678901234 \
etherscan_api_key=1234567890ABCDEFGHIJKLMNOPQRSTUVWX \
owner=0x1234567890123456789012345678901234567890
```
## Verify on block explorer
```sh
make verify \
rpc-url=mainnet \
owner=0x1234567890123456789012345678901234567890 \
etherscan_api_key=1234567890ABCDEFGHIJKLMNOPQRSTUVWX \
address=0x1234567890123456789012345678901234567890
```