Skip to content

Commit

Permalink
use from_pools in univ2 spam
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Dec 14, 2024
1 parent 8770685 commit 4188c4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scenarios/univ2ConfigTest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ args = [
[spam.tx]
kind = "uniswap_v2"
to = "{uniRouterV2}"
from = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
# from = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
from_pool = "pool1"
signature = "swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) external returns (uint256[] memory)"
args = [
"1000000000000000000",
Expand All @@ -169,7 +170,8 @@ fuzz = [{param = "amountIn", min = "1", max = "100000000000000000"}]
[spam.tx]
kind = "uniswap_v2"
to = "{uniRouterV2}"
from = "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC"
# from = "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC"
from_pool = "pool2"
signature = "swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) external returns (uint256[] memory)"
args = [
"1000000000000000000",
Expand Down

0 comments on commit 4188c4f

Please sign in to comment.