Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDeadCe11 committed May 21, 2024
1 parent 32a3323 commit 0fff027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion script/gov/Generator.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ contract Generator is ForkManagement {
vm.createSelectFork(vm.rpcUrl('sepolia'));
} else {
vm.createSelectFork(vm.rpcUrl('mainnet'));
vm.prank(0x000D636bD52BFc1B3a699165Ef5aa340BEA8939c);
}

_generateProposal();
Expand Down
2 changes: 1 addition & 1 deletion tasks/governanceManager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function generateProposal() {
getRpcAndPk $NETWORK

COMMAND_PATH=$(node tasks/parseProposalPath.js $1)
echo "$COMMAND_PATH"

CALLDATA=$(cast calldata "run(string)" $CAST_PATH)
forge script $COMMAND_PATH -s $CALLDATA --fork-url $ARB_MAINNET_RPC --unlocked
# simulate $COMMAND_PATH $CALLDATA $RPC_ENDPOINT $PRIVATE_KEY
Expand Down

0 comments on commit 0fff027

Please sign in to comment.