diff --git a/README.md b/README.md index 8ffebed..b5d26e6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# [zkSync Checkout dApp](https://checkout.zksync.io) · [zkSync.io](https://zksync.io/) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](./LICENSE-APACHE) +# [zkSync Lite Checkout](https://checkout.zksync.io) · [zkSync.io](https://zksync.io/) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](./LICENSE-APACHE) -# zkSync Checkout — trustable permissionless DeFi payment gateway +# zkSync Lite Checkout — trustable permissionless DeFi payment gateway -zkSync Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet. +zkSync Lite Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Lite Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet. * **[SDK documentation](https://zksync.io/api/sdk/checkout/)** | [**Changelog**](CHANGELOG.md) ## Deployment -zkSync uses firebase hosting for all it's dApps. +zkSync Checkout uses firebase hosting. Resource targets for the zkCheckout are: ### Available Hosts diff --git a/environments/.env.goerli b/environments/.env.goerli index b643277..486b8d7 100644 --- a/environments/.env.goerli +++ b/environments/.env.goerli @@ -4,9 +4,9 @@ APP_WS_API_ETHERSCAN_TOKEN=FTKI6X11ZGTQ9J1KZ6WIRQ2ZW8EYZ8Y7FC RECAPTCHA_SITE_KEY=6LeLrREaAAAAAMu8pgd66XVyy2tzwa8lWw7wRQan APP_IS_TEST=true SENTRY_DSN=https://674c7230d4594037bc1a9797339aa831@o496053.ingest.sentry.io/5662609 -SITE_TITLE="zkSync Checkout — simple permissionless DeFi payment gateway" -SITE_DESCRIPTION="zkSync Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet." -SITE_KEYWORDS="zkSync, Checkout, send payments in crypto, add payment gateway, cryptopayments, defi,Matter Labs, rollup, ZK rollup, zero confirmation, ZKP, +SITE_TITLE="zkSync Lite Checkout — simple permissionless DeFi payment gateway" +SITE_DESCRIPTION="zkSync Lite Checkout helps anyone permission-less adopt checkout backed by zkSync Lite, receive payments automatically and benefit from all the advantage of zkSync Lite Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet." +SITE_KEYWORDS="zkSync, Checkout, send payments in crypto, add payment gateway, cryptopayments, defi, rollup, ZK rollup, zero confirmation, ZKP, zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure payments, scalable crypto payments" GTAG_ID=GTM-P9S4QSF SCREENING_API_URL=https://us-central1-screening-service.cloudfunctions.net/validate diff --git a/environments/.env.mainnet b/environments/.env.mainnet index 7fffb4a..3e1b91f 100644 --- a/environments/.env.mainnet +++ b/environments/.env.mainnet @@ -4,9 +4,9 @@ APP_WS_API_ETHERSCAN_TOKEN=FTKI6X11ZGTQ9J1KZ6WIRQ2ZW8EYZ8Y7FC RECAPTCHA_SITE_KEY=6LeLrREaAAAAAMu8pgd66XVyy2tzwa8lWw7wRQan APP_IS_TEST=false SENTRY_DSN=https://674c7230d4594037bc1a9797339aa831@o496053.ingest.sentry.io/5662609 -SITE_TITLE="zkSync Checkout — simple permissionless DeFi payment gateway" -SITE_DESCRIPTION="zkSync Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet." -SITE_KEYWORDS="zkSync, Checkout, send payments in crypto, add payment gateway, cryptopayments, defi,Matter Labs, rollup, ZK rollup, zero confirmation, ZKP, +SITE_TITLE="zkSync Lite Checkout — simple permissionless DeFi payment gateway" +SITE_DESCRIPTION="zkSync Lite Checkout helps anyone permission-less adopt checkout backed by zkSync Lite, receive payments automatically and benefit from all the advantage of zkSync Lite Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet." +SITE_KEYWORDS="zkSync, Checkout, send payments in crypto, add payment gateway, cryptopayments, defi, rollup, ZK rollup, zero confirmation, ZKP, zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure payments, scalable crypto payments" GTAG_ID=GTM-P9S4QSF SCREENING_API_URL=https://us-central1-screening-service.cloudfunctions.net/validate diff --git a/nuxt.config.ts b/nuxt.config.ts index 0e327ce..7717bbb 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,7 +18,7 @@ const zkTailwindDefault = require("matter-zk-ui/tailwind.config.js"); const srcDir = "./src/"; const env = process.env.APP_ENV ?? "dev"; -const pageTitle = `${CURRENT_APP_NAME}`.toString() ?? "zkSync Checkout"; +const pageTitle = `${CURRENT_APP_NAME}`.toString() ?? "zkSync Lite Checkout"; const pageImg = "/social.png"; const pageTitleTemplate = ETHER_PRODUCTION ? CURRENT_APP_NAME : `${ETHER_NETWORK_CAPITALIZED}`; diff --git a/package.json b/package.json index db708ea..7b2344b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@matterlabs/zksync-dapp-checkout", - "title": "zkSync Checkout — simple permissionless DeFi payment gateway", + "title": "zkSync Lite Checkout — simple permissionless DeFi payment gateway", "homepage": "https://checkout.zksync.io", - "description": "zkSync Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet.", + "description": "zkSync Lite Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Lite Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet.", "version": "3.7.5", "keywords": [ "zksync", @@ -16,7 +16,6 @@ "payment gateway", "cryptopayments", "gitcoin", - "matter labs", "zksync dapps", "dapp", "ethers" diff --git a/src/blocks/BottomMenu.vue b/src/blocks/BottomMenu.vue index c8386bf..3482a04 100644 --- a/src/blocks/BottomMenu.vue +++ b/src/blocks/BottomMenu.vue @@ -31,7 +31,7 @@ export default Vue.extend({ return this.$store.getters["zk-onboard/config"].zkSyncNetwork.explorer; }, zkWalletLink(): string { - return `//wallet.zksync.io?network=${ETHER_NETWORK_NAME}`; + return `//lite.zksync.io?network=${ETHER_NETWORK_NAME}`; }, }, }); diff --git a/src/blocks/connectedWallet.vue b/src/blocks/connectedWallet.vue index f987316..7fa77f5 100644 --- a/src/blocks/connectedWallet.vue +++ b/src/blocks/connectedWallet.vue @@ -60,7 +60,7 @@ export default Vue.extend({ return this.network === "mainnet"; }, walletUrl(): string { - return `///wallet.zksync.io/${this.network !== "mainnet" ? "?network=" + this.network : ""}`; + return `///lite.zksync.io/${this.network !== "mainnet" ? "?network=" + this.network : ""}`; }, }, methods: { diff --git a/src/blocks/infoBlock.vue b/src/blocks/infoBlock.vue index a259f21..db51260 100644 --- a/src/blocks/infoBlock.vue +++ b/src/blocks/infoBlock.vue @@ -203,7 +203,7 @@ export default Vue.extend({ return this.$store.getters["zk-transaction/fees"]; }, zkWalletLink(): string { - return `//wallet.zksync.io?network=${ETHER_NETWORK_NAME}`; + return `//lite.zksync.io?network=${ETHER_NETWORK_NAME}`; }, totalFees(): BigNumberish { const allFees = this.allFees; diff --git a/src/components/BuyWithRampBtn.vue b/src/components/BuyWithRampBtn.vue index 59a5e15..5fa68d3 100644 --- a/src/components/BuyWithRampBtn.vue +++ b/src/components/BuyWithRampBtn.vue @@ -49,7 +49,7 @@ export default Vue.extend({ throw new Error("Ramp is not supported on this environment."); } new RampInstantSDK({ - hostAppName: "zkSync Checkout", + hostAppName: "zkSync Lite Checkout", hostLogoUrl: window.location.origin + "/favicon-dark.png", variant: "hosted-auto", swapAsset: "ZKSYNC_*", diff --git a/src/components/TransactionToken.vue b/src/components/TransactionToken.vue index 72183a4..0997d33 100644 --- a/src/components/TransactionToken.vue +++ b/src/components/TransactionToken.vue @@ -15,7 +15,7 @@