Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 16, 2024
1 parent 17f7edb commit 20f8031
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions testFoundry/GatewayEVM.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ contract GatewayEVMTest is Test, IGatewayEVMErrors, IGatewayEVMEvents, IReceiver

gateway.setCustody(address(custody));

// Mint initial supply to the owner
token.mint(owner, 1000000);

// Transfer some tokens to the custody contract
token.transfer(address(custody), 500000);
}

Expand Down Expand Up @@ -172,7 +169,6 @@ contract GatewayEVMInboundTest is Test, IGatewayEVMErrors, IGatewayEVMEvents, IR

gateway.setCustody(address(custody));

// Mint initial supply to the owner
token.mint(owner, ownerAmount);
}

Expand Down
3 changes: 0 additions & 3 deletions testFoundry/GatewayEVMUpgrade.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ contract GatewayEVMUUPSUpgradeTest is Test, IGatewayEVMErrors, IGatewayEVMEvents

gateway.setCustody(address(custody));

// Mint initial supply to the owner
token.mint(owner, 1000000);

// Transfer some tokens to the custody contract
token.transfer(address(custody), 500000);
}

Expand Down
4 changes: 0 additions & 4 deletions testFoundry/GatewayEVMZEVM.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ contract GatewayEVMZEVMTest is Test, IGatewayEVMErrors, IGatewayEVMEvents, IGate

gatewayEVM.setCustody(address(custody));

// Mint initial supply to the ownerEVM
token.mint(ownerEVM, 1000000);

// Transfer some tokens to the custody contract
token.transfer(address(custody), 500000);

receiverEVM = new ReceiverEVM();
Expand All @@ -75,7 +72,6 @@ contract GatewayEVMZEVMTest is Test, IGatewayEVMErrors, IGatewayEVMEvents, IGate
));
gatewayZEVM = GatewayZEVM(proxyZEVM);
senderZEVM = new SenderZEVM(address(gatewayZEVM));
// Impersonate the fungible module account
address fungibleModuleAddress = address(0x735b14BB79463307AAcBED86DAf3322B1e6226aB);
vm.startPrank(fungibleModuleAddress);
systemContract = new SystemContractMock(address(0), address(0), address(0));
Expand Down

0 comments on commit 20f8031

Please sign in to comment.