`NEXT_PUBLIC_HELIUS_API_KEY` is not valid, it would make sense to reuse RPC endpoint user has inputed at step 0
Closed this issue · 1 comments
kustrun commented
The API-KEY read from environmental variables is invalid, user can't change it. To make the app work it would make sense to replace usages of NEXT_PUBLIC_HELIUS_API_KEY
with the RPC url user has provided at step 0 (in this case user can arbitrary RPC URL with or without any API-KEY).
Line 108 in 793a8a9