Skip to content

Commit 32572f8

Browse files
committed
Clear 7702 Delegations
1 parent 62277ef commit 32572f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/FrxUSD/Mainnet/SignatureTests.t.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ contract TestFrxUSDSignatures is FraxTest {
4040

4141
deal(address(frxUsd), al, 100e18);
4242
deal(address(frxUsd), bob, 100e18);
43+
44+
vm.etch(al, hex"");
4345
}
4446

4547
function test_Deploy_StorageMatches() public {

src/test/SfrxUSD/Mainnet/SignatureTests.t.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ contract TestSfrxUSDSignatures is FraxTest {
3838

3939
deal(address(sfrxUsd), al, 100e18);
4040
deal(address(sfrxUsd), bob, 100e18);
41+
42+
vm.etch(al, hex"");
4143
}
4244

4345
function test_DOMAIN_SEPARATOR_isCorrect() external {

0 commit comments

Comments
 (0)