Skip to content

Commit

Permalink
feat: import counter
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Dec 5, 2024
1 parent 7a29b1a commit 7c27859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/checkCounters.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
import {Script} from "forge-std/Script.sol";
import {console} from "forge-std/Console.sol";
import {CounterDeployer} from "../src/CounterDeployer.sol";
import {CounterAppGateway} from "../src/CounterAppGateway.sol";
import {Counter} from "../src/Counter.sol";

contract CheckCounters is Script {
// bytes32 public counter = keccak256(abi.encode("counter"));
Expand Down

0 comments on commit 7c27859

Please sign in to comment.