Skip to content

Commit

Permalink
chore: swap test to use new config, delete old one
Browse files Browse the repository at this point in the history
  • Loading branch information
MinisculeTarantula committed Nov 15, 2024
1 parent e27c26f commit 2d96d71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 81 deletions.
80 changes: 0 additions & 80 deletions script/configs/mainnet/mainnet-addresses.config.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/integration/IntegrationDeployer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ abstract contract IntegrationDeployer is ExistingDeploymentParser {
isUpgraded = true;
} else if (forkType == MAINNET) {
// cheats.selectFork(mainnetForkId);
string memory deploymentInfoPath = "script/configs/mainnet/mainnet-addresses.config.json";
string memory deploymentInfoPath = "script/configs/mainnet.json";
_parseDeployedContracts(deploymentInfoPath);

// Unpause to enable deposits and withdrawals for initializing random user state
Expand Down

0 comments on commit 2d96d71

Please sign in to comment.