Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 580 Bytes

File metadata and controls

39 lines (25 loc) · 580 Bytes

Relay periphery contracts

Install dependencies

Install all required dependencies using the following command:

git submodule update --init --recursive

Deployment instructions

See the deployments section for instructions on how to deploy the relevant contracts.

Build

$ forge build

Test

The tests should be run on the latest Ethereum fork, as follows:

$ forge test --fork-url https://rpc.flashbots.net

Format

$ forge fmt

Gas Snapshots

$ forge snapshot