Skip to content

Commit

Permalink
fix: change procedure arg names
Browse files Browse the repository at this point in the history
  • Loading branch information
monitz87 committed Nov 13, 2019
1 parent 0051cf4 commit 43d8985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/index.ts
Expand Up @@ -354,8 +354,8 @@ export interface LaunchTieredStoProcedureArgs {
nonAccreditedInvestmentLimit: BigNumber;
minimumInvestment: BigNumber;
currencies: Currency[];
storageWallet: string;
treasuryWallet: string;
raisedFundsWallet: string;
unsoldTokensWallet: string;
stableCoinAddresses: string[];
allowPreMinting?: boolean;
}
Expand Down

0 comments on commit 43d8985

Please sign in to comment.