lousando / briskett

A delicious Tezos wallet interface for Trezor.
https://briskett.app
MIT License
5 stars 8 forks source link

Environment Variable Rename #20

Closed lousando closed 11 months ago

lousando commented 11 months ago

NUXT_ENV_TZSTATS_URL is an old env var that needs to be renamed to NUXT_ENV_TZPRO_URL. It's a lingering artifact of the old API that Briskett used to use.

GajendraR commented 11 months ago

i want to work on this issue

lousando commented 11 months ago

Woo, I appreciate it. Let me know if you have issues setting up your machine. I've recently updated the README.md

GajendraR commented 11 months ago

Can you guide me through the process? And in which file can I get this env variable?

lousando commented 11 months ago

@GajendraR You'll have to pull down the repo on your local machine. The find every instance of NUXT_ENV_TZSTATS_URL URL and replace it.

You'll want to verify that you can successfully build the project using yarn build

GajendraR commented 11 months ago

Ok thanks

lousando commented 11 months ago

Fixed in #21