Commit 06d4c82 1 parent 7fd12bc commit 06d4c82 Copy full SHA for 06d4c82
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ contract sxDaiHyperdriveTest is InstanceTest {
41
41
IERC4626 (0xaf204776c7245bF4147c2612BF6e5972Ee483701 );
42
42
43
43
// Whale accounts.
44
- address internal XDAI_TOKEN_WHALE =
44
+ address internal WXDAI_TOKEN_WHALE =
45
45
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 =
48
48
address (0x7a5c3860a77a8DC1b225BD46d0fb2ac1C6D191BC );
49
- address [] internal vaultSharesTokenWhaleAccounts = [XSDAI_TOKEN_WHALE ];
49
+ address [] internal vaultSharesTokenWhaleAccounts = [SXDAI_TOKEN_WHALE ];
50
50
51
51
// The configuration for the instance testing suite.
52
52
InstanceTestConfig internal __testConfig =
You can’t perform that action at this time.
0 commit comments