Skip to content

Commit 62abac4

Browse files
committed
fix: minor
1 parent dd3315b commit 62abac4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

contracts/deploy/00-curate-v2.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ const deploy: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
115115
extraData,
116116
evidenceModule.address,
117117
ethers.ZeroAddress, // _connectedTCR
118-
[disputeTemplateRegistry.address, [registrationTemplate, ""], [removalTemplate, ""]],
118+
disputeTemplateRegistry.address,
119+
[registrationTemplate, ""],
120+
[removalTemplate, ""],
119121
[fee, fee, fee, fee],
120122
timeout,
121123
deployer,

contracts/src/CurateFactory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
/// @custom:authors: [@mtsalenc*, @unknownunknown1]
3+
/// @custom:authors: [@mtsalenc, @unknownunknown1]
44
/// @custom:reviewers: []
55
/// @custom:auditors: []
66
/// @custom:bounties: []

contracts/src/CurateV2.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
/// @custom:authors: [@unknownunknown1, @mtsalenc*, @hbarcelos*]
3+
/// @custom:authors: [@unknownunknown1, @mtsalenc, @hbarcelos]
44
/// @custom:reviewers: []
55
/// @custom:auditors: []
66
/// @custom:bounties: []

contracts/src/CurateView.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
/// @custom:authors: [@unknownunknown1, @mtsalenc*]
3+
/// @custom:authors: [@unknownunknown1, @mtsalenc]
44
/// @custom:reviewers: []
55
/// @custom:auditors: []
66
/// @custom:bounties: []

0 commit comments

Comments
 (0)