Skip to content

Commit

Permalink
chore: update comments and attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDiscotech committed Sep 17, 2024
1 parent 9c914ef commit 602589f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contract OptimismSuperchainERC20Kontrol is KontrolBase, InitialState {
vm.assume(notBuiltinAddress(_from));
vm.assume(notBuiltinAddress(_to));

// Can't deal to unsupported cheatcode
// Mint the amount to the caller
vm.prank(Predeploys.L2_STANDARD_BRIDGE);
sourceToken.mint(_from, _initialBalance);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// This code was originally copied from:
// https://github.com/runtimeverification/kontrol/blob/86451cbdaef8bed0370bf804fa4b545ec8b7a28a/docs/external-computation/test/kontrol/state-diff/record-state-diff/RecordStateDiff.sol
// It has been slightly modified, including changes to the compiler version.
// SPDX-License-Identifier: MIT

pragma solidity 0.8.25;

import { console2 as console } from "forge-std/console2.sol";
Expand Down

0 comments on commit 602589f

Please sign in to comment.