Skip to content

Commit

Permalink
feat: rename and lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Dec 5, 2024
1 parent 12ab7ef commit 8416311
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lib/socket-poc
19 changes: 0 additions & 19 deletions script/Counter.s.sol

This file was deleted.

2 changes: 1 addition & 1 deletion src/CounterComposer.sol → src/CounterAppGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity >=0.7.0 <0.9.0;
import "socket-poc/contracts/base/AppGatewayBase.sol";
import "./Counter.sol";

contract CounterComposer is AppGatewayBase {
contract CounterAppGateway is AppGatewayBase {
constructor(
address _addressResolver,
address deployerContract_,
Expand Down

0 comments on commit 8416311

Please sign in to comment.