Skip to content

Commit

Permalink
refactor: use hardcoded deployer in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlecoufl committed Dec 11, 2024
1 parent 3396181 commit 5292dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DistributionCreator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ contract UpgradeDistributionCreatorTest is Test, JsonReader {

function setUp() public {
// Setup environment variables
deployer = vm.envAddress("DEPLOYER_ADDRESS");
deployer = 0xA9DdD91249DFdd450E81E1c56Ab60E1A62651701; // deploy
vm.createSelectFork(vm.envString("BASE_NODE_URI"));
chainId = block.chainid;

Expand Down

0 comments on commit 5292dab

Please sign in to comment.