We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0051cf4 commit 43d8985Copy full SHA for 43d8985
1 file changed
src/types/index.ts
@@ -354,8 +354,8 @@ export interface LaunchTieredStoProcedureArgs {
354
nonAccreditedInvestmentLimit: BigNumber;
355
minimumInvestment: BigNumber;
356
currencies: Currency[];
357
- storageWallet: string;
358
- treasuryWallet: string;
+ raisedFundsWallet: string;
+ unsoldTokensWallet: string;
359
stableCoinAddresses: string[];
360
allowPreMinting?: boolean;
361
}
0 commit comments