Skip to content

Commit

Permalink
πŸ› Set default initial batch to 4 (128 LIKE) (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiJun0827 committed Aug 14, 2023
1 parent 50c10d2 commit b8b8ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/nft/iscn/_iscnId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default class NFTTestMintPage extends Vue {
reserveNft: number = 0
mintAmount: number = this.maxMintAmount
initialBatch: number = 0
initialBatch: number = 4
shouldShowNoUrlWarning: boolean = false
get isUserISCNOwner(): boolean {
Expand Down

0 comments on commit b8b8ac6

Please sign in to comment.