diff --git a/.env.dev b/.env.dev index 2d0ac21..9d7a0bc 100644 --- a/.env.dev +++ b/.env.dev @@ -14,5 +14,5 @@ VUE_APP_NET_ID='13473' VUE_APP_MARKET_CURRENCY='0xFd42bfb03212dA7e1A4608a44d7658641D99CF34' VUE_APP_MAKEFEE_ADDRESS='0x50A8e60041A206AcaA5F844a1104896224be6F39' VUE_APP_LOCKER_ADDRESS='0xC8607507451059CfAe6Ca4D07EC6f631ce8ef9f9' -VUE_APP_EXPLORER_URL='https://explorer.testnet.immutable.com/address/' +VUE_APP_EXPLORER_URL='https://explorer.testnet.immutable.com' VUE_APP_PRODUCTION=sandbox \ No newline at end of file diff --git a/.env.development b/.env.development index c77ad1a..5f45365 100644 --- a/.env.development +++ b/.env.development @@ -14,5 +14,5 @@ VUE_APP_NET_ID='13473' VUE_APP_MARKET_CURRENCY='0xFd42bfb03212dA7e1A4608a44d7658641D99CF34' VUE_APP_MAKEFEE_ADDRESS='0x50A8e60041A206AcaA5F844a1104896224be6F39' VUE_APP_LOCKER_ADDRESS='0xC8607507451059CfAe6Ca4D07EC6f631ce8ef9f9' -VUE_APP_EXPLORER_URL='https://explorer.testnet.immutable.com/address/' +VUE_APP_EXPLORER_URL='https://explorer.testnet.immutable.com' VUE_APP_PRODUCTION=sandbox \ No newline at end of file diff --git a/.env.production b/.env.production index 75b0e0d..af0934d 100644 --- a/.env.production +++ b/.env.production @@ -14,5 +14,5 @@ VUE_APP_NET_ID='13371' VUE_APP_MARKET_CURRENCY='0x52A6c53869Ce09a731CD772f245b97A4401d3348' VUE_APP_MAKEFEE_ADDRESS='0x50A8e60041A206AcaA5F844a1104896224be6F39' VUE_APP_LOCKER_ADDRESS='0x2034e51e1a24f8b488610aBBDCc74F3e0cA833df' -VUE_APP_EXPLORER_URL='https://explorer.immutable.com/address/' +VUE_APP_EXPLORER_URL='https://explorer.immutable.com' VUE_APP_PRODUCTION=production \ No newline at end of file diff --git a/.env.test b/.env.test index 8dc0e08..b37ad59 100644 --- a/.env.test +++ b/.env.test @@ -14,5 +14,5 @@ VUE_APP_NET_ID='13371' VUE_APP_MARKET_CURRENCY='0x52A6c53869Ce09a731CD772f245b97A4401d3348' VUE_APP_MAKEFEE_ADDRESS='0x50A8e60041A206AcaA5F844a1104896224be6F39' VUE_APP_LOCKER_ADDRESS='0x2034e51e1a24f8b488610aBBDCc74F3e0cA833df' -VUE_APP_EXPLORER_URL='https://explorer.immutable.com/address/' +VUE_APP_EXPLORER_URL='https://explorer.immutable.com' VUE_APP_PRODUCTION=production \ No newline at end of file diff --git a/package.json b/package.json index c844e71..d32cd7a 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "task": "vite --host --mode dev", "dev": "vite --host --mode development", + "prod": "vite --host --mode production", "build:task": "vite build --mode dev", "build:dev": "vite build --mode development", "build:test": "vite build --mode test", diff --git a/src/assets/img/home/new-img/gameWeb_p1_slogan.png b/src/assets/img/home/new-img/gameWeb_p1_slogan.png index 2f5b0ef..9e29f25 100644 Binary files a/src/assets/img/home/new-img/gameWeb_p1_slogan.png and b/src/assets/img/home/new-img/gameWeb_p1_slogan.png differ diff --git a/src/components/Dialogs/buyDialog.vue b/src/components/Dialogs/buyDialog.vue index ae543f2..1086bd0 100644 --- a/src/components/Dialogs/buyDialog.vue +++ b/src/components/Dialogs/buyDialog.vue @@ -1,39 +1,48 @@