Skip to content

Commit

Permalink
πŸ”€ Merge #388 updates to deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Sep 19, 2023
2 parents c8a1247 + f4a2033 commit 048d422
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions components/NFTMint/WriterMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,14 @@ export default class WriterMessage extends Vue {
initialBatchOptions = [
{ batch: -1, price: this.$t('NFTPortal.label.initialBatch.free') },
{ batch: 0, price: 1 },
{ batch: 4, price: 8 },
{ batch: 7, price: 64 },
{ batch: 9, price: 256 },
{ batch: 1, price: 2 },
{ batch: 2, price: 4 },
{ batch: 3, price: 8 },
{ batch: 4, price: 16 },
{ batch: 5, price: 32 },
{ batch: 6, price: 64 },
{ batch: 7, price: 128 },
{ batch: 8, price: 256 },
]
get shouldShowInitialBatchSettings() {
Expand Down

0 comments on commit 048d422

Please sign in to comment.