Skip to content

Commit afe39da

Browse files
committed
nits
1 parent b280779 commit afe39da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

script/proposal-5/Description.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ string constant DESCRIPTION = "# Protocol Fee Expansion: Robinhood Chain"
119119
"\nRobinhood's v4 activation will be included in the V4 Fee Activation (Part 1) proposal described below. Matching the spec of the [v4 fee activation temp check](https://gov.uniswap.org/t/temp-check-activate-v4-protocol-fees/26162), and delivered through the same retryable ticket path, it will encode:"
120120
"\n"
121121
"\n`V4_POOL_MANAGER.setProtocolFeeController(V4_FEE_ADAPTER)`"
122-
"\n[9:24 AM]**RELEVANT ADDRESSES:**"
122+
"\n**RELEVANT ADDRESSES:**"
123123
"\n"
124124
"\n| Name | Network | Address | Description |"
125125
"\n| :-- | :-- | :-- | :--|"

script/proposal-6/V4FeesProposal.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import "../proposal-5/Constants.sol" as Constants;
2121

2222
import {DESCRIPTION} from "./Description.sol";
2323

24-
contract V4FeeActivationProposal is Script {
24+
contract V4FeeProposal is Script {
2525
Recorder internal recorder;
2626
Uniswap internal uniswap;
2727

@@ -138,7 +138,7 @@ contract V4FeeActivationProposal is Script {
138138
});
139139

140140
Proposal memory v4FeeActivationProposalPartOne = Proposal({
141-
description: string.concat("# Activate v4 Protocol Fees (Part 2/2) \n\n", DESCRIPTION),
141+
description: string.concat("# Activate v4 Protocol Fees (Part 1/2) \n\n", DESCRIPTION),
142142
calls: LibCall.newCalls(
143143
[
144144
activateV4FeesEthereum,

0 commit comments

Comments
 (0)