chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:09 -08:00
parent 50ab378da9
commit 5efe36b1e0
1100 changed files with 155024 additions and 8674 deletions

View File

@@ -66,7 +66,7 @@ contract DeployWETH9Smart is Script {
if (deployed == TARGET_WETH9) {
console.log("OK Successfully deployed WETH9 at target address!");
verifyWETH9();
verifyWeth9();
vm.stopBroadcast();
return;
} else {
@@ -80,7 +80,7 @@ contract DeployWETH9Smart is Script {
if (deployed == TARGET_WETH9) {
console.log("OK Successfully deployed WETH9 at target address!");
verifyWETH9();
verifyWeth9();
vm.stopBroadcast();
return;
} else {
@@ -154,7 +154,7 @@ contract DeployWETH9Smart is Script {
return addr;
}
function verifyWETH9() internal view {
function verifyWeth9() internal view {
WETH weth = WETH(payable(TARGET_WETH9));
console.log("WETH9 name:", weth.name());
console.log("WETH9 symbol:", weth.symbol());