Skip to content

Commit f697135

Browse files
committed
docs: fix comment and test title
1 parent c3e2e7d commit f697135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v3/tasks/20250430-v3-pool-pause-helper/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2025-04-30 - V3 Pool Pause Helper
22

3-
The Pool Pause Helper contract enables granular control over the power to pause pools. maintains a set of registered pools that can be paused by authorized accounts. Governance must first grant this contract permission to pause pools, then add a set of pools, and finally grant permission to call pause on the helper contract.
3+
The Pool Pause Helper contract enables granular control over the power to pause pools. It maintains a set of registered pools that can be paused by authorized accounts. Governance must first grant this contract permission to pause pools, then add a set of pools, and finally grant permission to call pause on the helper contract.
44

55
Note that unpausing is not addressed here, and still must be explicitly granted by governance.
66

v3/tasks/20250430-v3-pool-pause-helper/test/task.fork.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { describeForkTest, getForkedNetwork, Task, TaskMode, impersonate, getSig
66
import { actionId } from '@helpers/models/misc/actions';
77
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
88

9-
describeForkTest('PoolPauseHelper', 'mainnet', 22348940, function () {
9+
describeForkTest('V3-PoolPauseHelper', 'mainnet', 22348940, function () {
1010
const TASK_NAME = '20250430-v3-pool-pause-helper';
1111
const CONTRACT_NAME = 'PoolPauseHelper';
1212

0 commit comments

Comments
 (0)