Merge pull request #17 from Michael-A-Heuer/patch-1

Fix wrong network alias
This commit is contained in:
Paul Razvan Berg 2023-03-17 23:32:43 +02:00 committed by GitHub
commit 34e6610c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ contract FooTest is PRBTest, StdCheats {
}
// Run the test normally, otherwise.
vm.createSelectFork({ urlOrAlias: "ethereum", blockNumber: 16_428_000 });
vm.createSelectFork({ urlOrAlias: "mainnet", blockNumber: 16_428_000 });
address usdc = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48;
address holder = 0x7713974908Be4BEd47172370115e8b1219F4A5f0;
uint256 actualBalance = IERC20(usdc).balanceOf(holder);