Skip to content

Commit

Permalink
chore: Fix logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasia committed Dec 3, 2024
1 parent 4129777 commit 5b543c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/script/DeployStakingVaults.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ contract DeployStakingVaults is Script {
);
console2.log(
string.concat(
"!!!!! Deploying CredbullFixedYieldVault OAPY [", vm.toString(address(stakingVault0APY_)), "] !!!!!"
"!!!!! Deploying CredbullFixedYieldVault OAPY [", vm.toString(address(stakingVault0APY)), "] !!!!!"
)
);

Expand Down

0 comments on commit 5b543c6

Please sign in to comment.