Skip to content

Commit

Permalink
fix: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avaxrox committed Oct 2, 2023
1 parent cf27d0d commit 9f9f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/createAcount.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract CreateAccount is Script {
abi.encodeWithSelector(KernelStorage.initialize.selector, defaultValidator, abi.encodePacked(0x9fD431b7703f94289Ba02034631dcC302717805B)),
0
);
console.log("smart account created at: %s", proxy);
console.log("smart account created at: %s", accountProxy);
vm.stopBroadcast();
}
}
Expand Down

0 comments on commit 9f9f7ec

Please sign in to comment.