diff --git a/.env.example b/.env.example index fb227a93..3a25abe7 100644 --- a/.env.example +++ b/.env.example @@ -4,3 +4,4 @@ NUXT_PUBLIC_MAINTENANCE=false NUXT_PUBLIC_TESTING=true #PROXY_DOMAIN=rotki.com #PROXY_INSECURE=true #When set it will proxy to http instead of https +NUXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= diff --git a/components/checkout/pay/CryptoPage.vue b/components/checkout/pay/CryptoPage.vue index f8c9bb83..dfec01cb 100644 --- a/components/checkout/pay/CryptoPage.vue +++ b/components/checkout/pay/CryptoPage.vue @@ -1,18 +1,15 @@