chore: sync submodule state (parent ref update)
Made-with: Cursor
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user