Skip to content

Commit

Permalink
fix: update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoAcosta committed Nov 27, 2024
1 parent 6b5b353 commit d6b3bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/deploy/DeploySingle.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ contract DeploySingle is Script {
stamps[i] = new FollowerSinceStamp(
args.common.stampSigner,
args.space.stampPlatforms[i],
args.space.stampFollowed[i]
args.space.stampFollowed[i],
superAdmin
);
stampAddresses[i] = address(stamps[i]);
}
Expand Down

0 comments on commit d6b3bca

Please sign in to comment.