Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
small rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk committed Sep 18, 2023
1 parent 16dfcba commit f6a0542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootloader/bootloader.yul
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object "Bootloader" {
}
object "Bootloader_deployed" {
code {
{{TEST_STATELESS}}
{{CODE_START_PLACEHOLDER}}
/// @notice the address that will be the beneficiary of all the fees
let OPERATOR_ADDRESS := mload(0)

Expand Down
2 changes: 1 addition & 1 deletion scripts/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async function main() {

const bootloaderWithTests = await renderFile('bootloader/bootloader.yul', {
...params,
TEST_STATELESS: bootloaderTestUtils + "\n" + bootloaderTests + "\n" + testFramework
CODE_START_PLACEHOLDER: bootloaderTestUtils + "\n" + bootloaderTests + "\n" + testFramework
});
const provedBootloaderWithTests = preprocess.preprocess(bootloaderWithTests, { BOOTLOADER_TYPE: 'proved_batch' });

Expand Down

0 comments on commit f6a0542

Please sign in to comment.