Skip to content

Commit

Permalink
add temporary change to trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 9, 2024
1 parent e8a4e17 commit 9ad00be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/solidity-devops/src/SynapseScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {SynapseBaseScript} from "./base/SynapseBaseScript.sol";
import {StringUtils} from "./libs/StringUtils.sol";
import {stdJson} from "forge-std/Script.sol";

// TODO: remove this temp comment
abstract contract SynapseScript is SynapseBaseScript {
/// @notice Should return "💬"
function getInfoEmoji() internal pure virtual override returns (string memory) {
Expand Down

0 comments on commit 9ad00be

Please sign in to comment.