Use branch tmigone/horizon
For a forked environment, run with:
HARDHAT_VAR_LOCALHOST_MNEMONIC=<governor_mnemonic> \\
FORK_RPC_URL=<rpc_url> \\
docker compose up graph-contracts --build
<governor_mnemonic>
is the protocol governor on the forked chain<rpc_url>
is the RPC to be used for the forkIf you want a non forked environment just run:
docker compose up graph-contracts --build