Currently:
- If I have a query written that has saved and ran within one chain schema (i.e. Optimism (OVM 1.0)), then I switch it to a new schema (i.e. Optimism (OVM 2.0)) without changing anything in the query and run, then the query will re-run in the initial schema. I have to make an arbitrary change to the query (i.e. type a space) for "save and run" to prompt and my query to run in the new schema.
Expected:
- Changing schema prompts a "save and run" and the query runs in the new schema.
Let me know if this doesn't make sense, or having it not work this way was an intentional decision!