Skip to content

Commit

Permalink
chore: aggregate pool creation task param description
Browse files Browse the repository at this point in the history
  • Loading branch information
LidoKing committed Feb 17, 2023
1 parent 407c1e5 commit 8ddccb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/furion-pools/aggregatePoolFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { getNetwork, writeAggregatePool } from "../helpers";

task("create:AggregatePool", "Create aggregate pool")
.addVariadicPositionalParam("nfts", "Addresses of separate pools to be included in the pool")
.addParam("name", "Name of the FFT token")
.addParam("symbol", "Symbol of FFT token")
.addParam("name", "Name of the pool")
.addParam("symbol", "Symbol of pool")
.setAction(async function (taskArguments: TaskArguments, { ethers }) {
const network = getNetwork();
const addressList = readAddressList();
Expand Down

0 comments on commit 8ddccb5

Please sign in to comment.