From ec8c2e2a75f87577e032a6aa7718da31bbfca9e4 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 17 Dec 2023 14:54:18 +0200 Subject: [PATCH] chore: update wording in scripts --- script/DeployCore2.s.sol | 2 +- script/DeployDeterministicCore2.s.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/DeployCore2.s.sol b/script/DeployCore2.s.sol index 0752639c1..3ce985c69 100644 --- a/script/DeployCore2.s.sol +++ b/script/DeployCore2.s.sol @@ -8,7 +8,7 @@ import { SablierV2LockupLinear } from "../src/SablierV2LockupLinear.sol"; import { BaseScript } from "./Base.s.sol"; -/// @notice Deploys all V2 Core contract in the following order: +/// @notice Deploys these contracts in the following order: /// /// 1. {SablierV2Comptroller} /// 2. {SablierV2LockupDynamic} diff --git a/script/DeployDeterministicCore2.s.sol b/script/DeployDeterministicCore2.s.sol index c6b76b4f7..71015d65e 100644 --- a/script/DeployDeterministicCore2.s.sol +++ b/script/DeployDeterministicCore2.s.sol @@ -8,7 +8,7 @@ import { SablierV2LockupLinear } from "../src/SablierV2LockupLinear.sol"; import { BaseScript } from "./Base.s.sol"; -/// @notice Deploys all V2 Core contracts at deterministic addresses across chains, in the following order: +/// @notice Deploys these contracts at deterministic addresses across chains, in the following order: /// /// 1. {SablierV2Comptroller} /// 2. {SablierV2LockupDynamic}