llamanodes / web3-proxy

Fast loadbalancing and caching proxy for Ethereum or chains with similar JSON-RPC methods
https://llamanodes.com
GNU General Public License v3.0
153 stars 34 forks source link

Less authorization #188

Closed BlinkyStitt closed 1 year ago

BlinkyStitt commented 1 year ago

https://github.com/llamanodes/web3-proxy/blob/b6cbf02ae764bbf9f4f66ec5dafae26aaff4424d/web3_proxy/src/frontend/users/payment.rs#L472

I don't think we want to pass authorization for these requests. We shouldn't charge users for the requests needed to verify their payments.

BlinkyStitt commented 1 year ago

done