An open API service indexing awesome lists of open source software.

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

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
```