Skip to content

Commit

Permalink
Applied suggestion from the review
Browse files Browse the repository at this point in the history
  • Loading branch information
byshape committed Feb 1, 2024
1 parent e1981f3 commit 1e4811e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ EscrowTest:test_WithdrawByResolverDst() (gas: 186497)
EscrowTest:test_WithdrawByResolverDstNative() (gas: 146521)
EscrowTest:test_WithdrawByResolverPublicDst() (gas: 188082)
EscrowTest:test_WithdrawSrc() (gas: 246371)
IntegrationEscrowFactoryTest:testFuzz_DeployCloneForMakerInt(bytes32,uint56,uint56) (runs: 256, μ: 416705, ~: 420173)
IntegrationEscrowFactoryTest:test_NoInsufficientBalanceDeploymentForMakerInt() (gas: 401568)
IntegrationEscrowFactoryTest:testFuzz_DeployCloneForMakerInt(bytes32,uint56,uint56) (runs: 256, μ: 416624, ~: 419968)
IntegrationEscrowFactoryTest:test_NoInsufficientBalanceDeploymentForMakerInt() (gas: 401360)
TimelocksLibTest:test_getStartTimestamps() (gas: 15344)
4 changes: 1 addition & 3 deletions test/utils/BaseSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,11 @@ contract BaseSetup is Test {
whitelist
);

ERC20True erc20True = new ERC20True();

(order, extension) = _buildOrder(
alice.addr,
address(0),
address(usdc),
address(erc20True),
address(new ERC20True()),
srcAmount,
dstAmount,
MakerTraits.wrap(0),
Expand Down

0 comments on commit 1e4811e

Please sign in to comment.