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
The node-rpc setup to read data from L1 is completely attached to infura. The idea is to be able to swap to any other provider, e.g. Alchemy freely.
The problem is relevant, so it is quick to swap when any of these providers offer a better solution (i.e. price-wise or any other metric we see as appropriate).
The affected part is the wallet setup.
📈 Subtasks
Add new env vars to set up a node-rpc-uri per network.
Update the wallet network setup.
🎯 Definition of Done
CI is passing
Vercel builds are green
The text was updated successfully, but these errors were encountered:
📄 Context
The node-rpc setup to read data from L1 is completely attached to
infura
. The idea is to be able to swap to any other provider, e.g. Alchemy freely.The problem is relevant, so it is quick to swap when any of these providers offer a better solution (i.e. price-wise or any other metric we see as appropriate).
The affected part is the wallet setup.
📈 Subtasks
🎯 Definition of Done
The text was updated successfully, but these errors were encountered: