Skip to content

Commit

Permalink
refactor(accounts): Remove UserOperation in favour of using Tx for ab…
Browse files Browse the repository at this point in the history
…stracted accounts (#19395)
  • Loading branch information
testinginprod authored Feb 15, 2024
1 parent e46d526 commit 4a88a58
Show file tree
Hide file tree
Showing 54 changed files with 6,029 additions and 10,626 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COPY api/go.mod api/go.sum ./api/
COPY core/go.mod core/go.sum ./core/
COPY collections/go.mod collections/go.sum ./collections/
COPY store/go.mod store/go.sum ./store/
COPY x/accounts/go.mod x/accounts/go.sum ./x/accounts/
COPY x/tx/go.mod x/tx/go.sum /x/tx/
COPY x/protocolpool/go.mod x/protocolpool/go.sum ./x/protocolpool/
COPY x/gov/go.mod x/gov/go.sum ./x/gov/
Expand Down
Loading

0 comments on commit 4a88a58

Please sign in to comment.