Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Sep 10, 2024
1 parent 519a8da commit 0def5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/EmergencyPauseFacet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ The EmergencyPauseFacet is an admin-only facet. Its purpose is to provide a fast
- `function pauseDiamond()`
- Pauses the diamond by redirecting all function selectors to EmergencyPauseFacet
- `function unpauseDiamond(address[] calldata _blacklist)`
- Unpauses the diamond by reactivating all formerly registered facets except for the facets in '\_blacklist'
- Unpauses the diamond by reactivating all formerly registered facets, except for the facets in '\_blacklist'
2 changes: 1 addition & 1 deletion script/tasks/diamondEMERGENCYPauseGitHub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function main {
done <"./networks"
# NETWORKS=("bsc" "polygon")

echo "networks found: $NETWORKS"
echo "networks found: ${NETWORKS[@]}"

PRIV_KEY_ADDRESS=$(cast wallet address "$PRIVATE_KEY_PAUSER_WALLET")
echo "Address PauserWallet: $PRIV_KEY_ADDRESS"
Expand Down

0 comments on commit 0def5d6

Please sign in to comment.