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
At the moment, each time staging is redeployed the solver contract addresses change, requiring a manual update client side (either in env variables or in code).
Proposed Solution
Dynamically fetch/generate the contract addresses using a similar method to deterministic address generation logic used in the go code.
The text was updated successfully, but these errors were encountered:
Problem to Solve
At the moment, each time staging is redeployed the solver contract addresses change, requiring a manual update client side (either in env variables or in code).
Proposed Solution
Dynamically fetch/generate the contract addresses using a similar method to deterministic address generation logic used in the go code.
The text was updated successfully, but these errors were encountered: