fix tests
This commit is contained in:
parent
bb34d0725f
commit
97b5e249ac
5 changed files with 11 additions and 9 deletions
|
|
@ -26,7 +26,7 @@ contract DeployScript is Script {
|
|||
string memory seedPhrase = vm.readFile(".secret");
|
||||
uint256 privateKey = vm.deriveKey(seedPhrase, 0);
|
||||
vm.startBroadcast(privateKey);
|
||||
address sender = vm.addr(privateKey);
|
||||
//address sender = vm.addr(privateKey);
|
||||
|
||||
TwabController tc;
|
||||
if (twabc == address(0)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue