You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR tracks introducing new proxy routes that will basically act as a man in the middle for the various API(s) that the client uses, in order to not expose those private, paid for keys on the client side
This needs to:
introduce the required proxy routes (pinata, coingecko, bscscan, etherscan)
introduce the required env variables here
refactor the client with the new routes going through this proxy
remove the unused env variables in the client
remove the unused env variables in the docker file in the client
The text was updated successfully, but these errors were encountered:
This PR tracks introducing new proxy routes that will basically act as a man in the middle for the various API(s) that the client uses, in order to not expose those private, paid for keys on the client side
This needs to:
env
variables in the clientenv
variables in the docker file in the clientThe text was updated successfully, but these errors were encountered: