Skip to content

Commit

Permalink
use {_sender} in UniV2 scenario setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Jan 11, 2025
1 parent b43eea5 commit 28c3153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scenarios/univ2ConfigTest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ args = [
"50000000000000000000000",
"100000000000000",
"5000000000000000",
"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"{_sender}",
"10000000000000"
]

Expand All @@ -177,7 +177,7 @@ args = [
"50000000000000000000000",
"100000000000000",
"5000000000000000",
"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"{_sender}",
"10000000000000"
]

Expand All @@ -193,7 +193,7 @@ args = [
"50000000000000000000000",
"5000000000000000",
"5000000000000000",
"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"{_sender}",
"10000000000000"
]

Expand Down

0 comments on commit 28c3153

Please sign in to comment.