test: add Ethereum Mainnet fork test

feat: add "ALCHEMY_API_KEY" env var
feat: add "ethereum"
ci: delete now-stale "version" param in foundry-toolchain
refactor: delete "ETH_RPC_URL" env var
test: delete console log in "testFuzz_Example"
test: use "assertGt" instead of "assertTrue" for "x > 0" comparison
This commit is contained in:
Paul Razvan Berg
2023-01-17 19:49:14 +02:00
parent b9342870e7
commit 0efda5eabb
4 changed files with 24 additions and 6 deletions

View File

@@ -22,8 +22,6 @@ jobs:
- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: "nightly"
- name: "Install Node.js"
uses: "actions/setup-node@v3"