Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker-sandbox): allow forks in sandbox (#2831)
Currently you can't fork anvil on the sandbox. This PR enables this. Instructions: ``` export FORK_BLOCK_NUMBER=17514288 export FORK_URL=<YOUR_RPC_URL e.g. https://mainnet.infura.io/v3/API_KEY> ``` Now run the sandbox! Blocks #2726
- Loading branch information