Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOOL-2822]: Insight Playground: Move chain from subdomain to query p…
…aram (#5922) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on modifying the handling of a parameter in the `BlueprintPlayground` component, changing its name from `chainId` to `chain`, and updating its usage throughout the codebase. ### Detailed summary - Changed the `domain` URL format to remove `chainId`. - Updated the parameter name from `chainId` to `chain` in `modifyParametersForPlayground`. - Adjusted the parameter handling in `ParameterSection` to reflect the new name. - Updated the schema creation to default to `z.string()` for parameters without a schema. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information