Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6390 shanghai waifu #6393

Merged
merged 2 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const image = computed(() => {
case 'dot-drop':
return 'https://replicate.delivery/pbxt/te3utBZeR4kbi0u1Xrsrz6VhZScDhElj9ZFTKQ3fRPRYHTUiA/out-0.png'
case 'free-drop':
return 'https://replicate.delivery/pbxt/DqeaImcF1W3AcCeBw2EwCxpvss9CBHM2oeZKBBfHMrqSmzpEB/out-0.png'
return 'https://replicate.delivery/pbxt/bANqMENrH1LCDdpkhycwYj5nO03pII7TFjpEfTUbTt3uvXmIA/out-2.png'
default:
return 'https://replicate.delivery/pbxt/Cxfhi4qeTNvn6kcrrKlvL1YUPBKeAmbNrrf2ATtPVd6o5gDEB/out-1.png'
}
Expand Down
2 changes: 1 addition & 1 deletion components/collection/unlockable/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const now = new Date()
export const countDownTime = endOfHour(now).getTime()

export const slidesCountOnTimeCountdown = 10
export const collectionId = '30'
export const collectionId = '32'

export const DISPLAY_SLIDE_IMAGE_COUNT = 4
6 changes: 3 additions & 3 deletions components/collection/unlockable/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { createMetadata, unSanitizeIpfsUrl } from '@kodadot1/minimark/utils'
import { preheatFileFromIPFS } from '@/utils/ipfs'
import { pinJson } from '@/services/nftStorage'

export const UNLOCKABLE_CAMPAIGN = 'cph'
export const UNLOCKABLE_NAME = 'Copenhagen Waifu'
export const UNLOCKABLE_CAMPAIGN = 'sha'
export const UNLOCKABLE_NAME = 'Shanghai Waifu'
export const unlockableDesc = (value: number) => `
This anime waifu is a demonstration of unlockables at [KodaDot](https://kodadot.xyz)

Owner of this item has **access to $${value} voucher**, which can be claimed in **[KodaShop](https://shop.kodadot.xyz)**.
KodaMerch is then shipped right to your door step.

It's **limited supply** and **only first 150 can claim** this voucher.
It's **limited supply** and **only first 100 can claim** this voucher.

Enjoy and be quick 😉
`
Expand Down