GitXplorerGitXplorer
D

foundry-3017

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
f681d9f01f0b04f6b95274ef6bf22e954bed0e49

docs: update README.md

DDaniPopes committed 2 years ago
Verified
96856f87afe2f33af0f9628a10fd3da197a55871

initial commit

DDaniPopes committed 2 years ago

README

The README file for this repository.

foundry 3017

Reproduction environment for foundry-rs/foundry#3017.

Reproduce

# Install dependencies
yarn install

# Run anvil hardhat chain id (31337)
yarn anvil
# or
anvil --fork-url $ETH_RPC_URL --chain-id 31337

# Run hardhat test
yarn test