Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath committed Apr 15, 2024
1 parent 1311193 commit 681bf1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ deploy-voting-module: (run-deploy-voting-module-script '--broadcast --verify')

# Account multicall module

dry-run-deploy-acount-multicall-factory: (run-script 'DeployLlamaAccountMulticallFactory')
dry-run-deploy-account-multicall-factory: (run-script 'DeployLlamaAccountMulticallFactory')

deploy-acount-multicall-factory: (run-script 'DeployLlamaAccountMulticallFactory' '--broadcast --verify --slow --build-info --build-info-path build_info')
deploy-account-multicall-factory: (run-script 'DeployLlamaAccountMulticallFactory' '--broadcast --verify --slow --build-info --build-info-path build_info')

verify-account-multicall-factory: (run-script 'DeployLlamaAccountMulticallFactory' '--verify --resume')

Expand Down
2 changes: 1 addition & 1 deletion src/account-multicall/LlamaAccountMulticallExtension.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {LlamaUtils} from "src/lib/LlamaUtils.sol";
/// @title Llama Account Multicall Extension
/// @author Llama ([email protected])
/// @notice An account extension that can multicall on behalf of the Llama account.
/// @dev This contract should be delegate-called from a Llama account.
/// @dev This contract should be delegatecalled from a Llama account.
contract LlamaAccountMulticallExtension is LlamaBaseAccountExtension {
/// @dev Struct to hold target data.
struct TargetData {
Expand Down

0 comments on commit 681bf1f

Please sign in to comment.