From acad18d4499c38bb9f7006b0e153d937ae971d0f Mon Sep 17 00:00:00 2001 From: Tempe Techie <95053628+tempe-techie@users.noreply.github.com> Date: Thu, 28 Dec 2023 01:08:03 +0100 Subject: [PATCH] iggy social link, github link, punk angel NFT prices changed --- src/components/Footer.vue | 16 ++++++---------- src/components/Navbar.vue | 10 ++++++---- src/views/nft/PunkAngelMint.vue | 22 +++++++++++----------- 3 files changed, 23 insertions(+), 25 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 54ea245..6bbdf71 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -9,10 +9,6 @@ | How it works - - | - - L2DAO - - + + + diff --git a/src/views/nft/PunkAngelMint.vue b/src/views/nft/PunkAngelMint.vue index d862cc0..b5d9ef0 100644 --- a/src/views/nft/PunkAngelMint.vue +++ b/src/views/nft/PunkAngelMint.vue @@ -16,7 +16,7 @@

- Punk Angel is a new kind of web3 domains, which gives you both a unique domain name and also a generative art + Punk Angel is a new kind of web3 domain, which gives you both a unique domain name and also a generative art profile picture (all-in-one).

@@ -122,15 +122,15 @@ 3 characters - $2999 + $999 4 characters - $1999 + $199 5+ characters - $999 + $69 @@ -144,10 +144,10 @@

What is the max/total supply?

- Max/total supply is between 44 and 425 domains. It depends on the prices that domains are bought at. - If all domains are bought at $999, the max supply is 425 domains. If some domains are bought at a + Max/total supply is between 65 and 5822 domains. It depends on the prices that domains are bought at. + If all domains are bought at $69, the max supply is 5822 domains. If some domains are bought at a higher price, the total supply will be lower. If all domains are bought at $9999, the total supply - is capped at 44 domains. + is capped at 65 domains.

Can I buy/sell these PFP domains on marketplaces?

@@ -230,7 +230,7 @@ export default { data() { return { canMint: true, - chosenAllowance: 999, + chosenAllowance: 69, chosenDomainName: null, domainPrice: null, idMainnet: 42161, @@ -279,13 +279,13 @@ export default { } else if (this.chosenDomainName.length === 2) { return 4999; } else if (this.chosenDomainName.length === 3) { - return 2999; + return 999; } else if (this.chosenDomainName.length === 4) { - return 1999; + return 199; } } - return 999; + return 69; }, domainLowerCase() {