Skip to content

Commit

Permalink
Rename and amend the curation script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed May 16, 2024
1 parent a25a794 commit 22743b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/guides/curator.s.sol → script/guides/curation.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ contract CuratorScript is Script, Constants {
}
uint96 lotId = uint96(lotIdRaw);

// Get the callback data from the environment variable
bytes memory callbackData = vm.envBytes("CALLBACK_DATA");
// Callback data is unused in this example
bytes memory callbackData = abi.encode("");

// Curate the lot
// Must be performed as the curator
Expand Down

0 comments on commit 22743b1

Please sign in to comment.