Skip to content

Commit

Permalink
feat: add a new contract to test core storage check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 3, 2024
1 parent 15ce5e6 commit b2c1983
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.19;

contract testStorageCheckWorkflow {
uint256 public value;
}
10 changes: 0 additions & 10 deletions packages/contracts/src/dollar/core/TestWorkflow.sol

This file was deleted.

0 comments on commit b2c1983

Please sign in to comment.