PrimeDAO / prime-launch-dapp

https://launch.prime.xyz
6 stars 13 forks source link

Add Rinkeby to staging #764

Open hiaux0 opened 2 years ago

hiaux0 commented 2 years ago

Why? Currently Prime Launch staging is on mainnet only

ideally goerli, but for now rinkeby still helpful imo

hiaux0 commented 1 year ago

@giladt Can you help troubleshoot? I checked the network env variable on vercel, and for staging it points to rinkeby, but the url still asks for mainnet https://prime-launch-staging.vercel.app/

giladt commented 1 year ago

The .env vars are correct. The issue is because the build script on staging is behind. It was updated in PR #750, but for some reason not merged into staging yet (or maybe reverted?).

image.png

hiaux0 commented 1 year ago

@BartuCulha

https://prime-launch-staging.vercel.app/ Should point to rinkeby again, can you confirm?