Skip to content

Commit

Permalink
fix: add version on mock test contract required on pre pr
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDiscotech committed Oct 1, 2024
1 parent 8a94c49 commit e0654a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/contracts-bedrock/test/L2/SuperchainERC20.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ import { SuperchainERC20, ISuperchainERC20Extension } from "src/L2/SuperchainERC
import { ISuperchainERC20Errors } from "src/L2/interfaces/ISuperchainERC20.sol";

contract SuperchainERC20Implementation is SuperchainERC20 {
/// @notice Semantic version.
/// @custom:semver 1.0.0-mock
string public constant override version = "1.0.0-mock";

function name() public pure override returns (string memory) {
return "SuperchainERC20";
}
Expand Down

0 comments on commit e0654a0

Please sign in to comment.