Skip to content

Commit 06d4c82

Browse files
committed
address review feedback
1 parent 7fd12bc commit 06d4c82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/instances/erc4626/sxDai.t.sol

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ contract sxDaiHyperdriveTest is InstanceTest {
4141
IERC4626(0xaf204776c7245bF4147c2612BF6e5972Ee483701);
4242

4343
// Whale accounts.
44-
address internal XDAI_TOKEN_WHALE =
44+
address internal WXDAI_TOKEN_WHALE =
4545
address(0xd0Dd6cEF72143E22cCED4867eb0d5F2328715533);
46-
address[] internal baseTokenWhaleAccounts = [XDAI_TOKEN_WHALE];
47-
address internal XSDAI_TOKEN_WHALE =
46+
address[] internal baseTokenWhaleAccounts = [WXDAI_TOKEN_WHALE];
47+
address internal SXDAI_TOKEN_WHALE =
4848
address(0x7a5c3860a77a8DC1b225BD46d0fb2ac1C6D191BC);
49-
address[] internal vaultSharesTokenWhaleAccounts = [XSDAI_TOKEN_WHALE];
49+
address[] internal vaultSharesTokenWhaleAccounts = [SXDAI_TOKEN_WHALE];
5050

5151
// The configuration for the instance testing suite.
5252
InstanceTestConfig internal __testConfig =

0 commit comments

Comments
 (0)