Open ellipsis-dev[bot] opened 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
chain-brain | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 11, 2023 7:56am |
chainbrain | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 11, 2023 7:56am |
Summary:
Issue: https://github.com/ChainBrainApp/ChainBrain/issues/7
The pull request introduces a modification to the
CustomizedInputBase.js
file in the frontend of the application. The change involves the addition of a new object to thesubgraphs
array. This new object represents the 'Solana Blockchain' option that is to be included in the dropdown menu of the application. The 'id' and 'subgraph' properties of the new object are both set to 'solana-blockchain'. This change allows users to select 'Solana Blockchain' from the dropdown menu.Implementation:
Add Solana Blockchain to subgraphs array
The diff shows that the 'solana-blockchain' object has been correctly added to the 'subgraphs' array as per the implementation plan. The 'id' and 'subgraph' properties of the new object are both set to 'solana-blockchain', which is exactly what was specified in the plan. Therefore, the implementation correctly follows the plan for this step.Something look wrong?: If this Pull Request doesn't contain the expected changes, add more information to #7. Then, add the
bitbuilder:create
label to try again. For more information, check the documentation.Generated with :heart: by www.bitbuilder.ai