Skip to content

Commit

Permalink
Update deployContract.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
blizet authored Dec 3, 2024
1 parent 08dec4f commit 71a775c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/types/deployContract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface DeployContractProps {
tokenName: string;
tokenSymbol: string;
maxSupply: string;
thresholdSupply: string;
maxExpansionRate: string;
}
}

0 comments on commit 71a775c

Please sign in to comment.