Skip to content

Commit

Permalink
fix notification styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Jan 18, 2024
1 parent 348d535 commit ba3a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundry/script/SendRequests.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract SendRequestsScript is ScaffoldETHDeploy {
vm.startBroadcast(deployerPrivateKey);

OnlyBuidlorsNft onlyBuildorsNft = OnlyBuidlorsNft(
0x822736A04Df5323BC55A45368dd0a6e09F7ECDe9
0x0B7F4cb1dab4a9bcaBb6B8684D1BdC9712E7f9EA
);

string[] memory args = new string[](1);
Expand Down

0 comments on commit ba3a798

Please sign in to comment.