Skip to content

Commit 6a6bec3

Browse files
committed
Fixed the bug in the migration script
1 parent c31b949 commit 6a6bec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/DevnetMigration.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ contract DevnetMigration is Script {
479479
"erc4626Hyperdrive",
480480
address(erc4626Hyperdrive)
481481
);
482-
vm.serializeAddress(
482+
result = vm.serializeAddress(
483483
result,
484484
"stethHyperdrive",
485485
address(stethHyperdrive)

0 commit comments

Comments
 (0)