-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement local Katana integration #181
Comments
Here's the PR! #190.⚡ Sweep Basic Tier: I'm using GPT-4. You have 5 GPT-4 tickets left for the month and 3 for the day.
For more GPT-4 tickets, visit our payment portal. For a one week free trial, try Sweep Pro (unlimited GPT-4 tickets). Actions (click)
Install Sweep Configs: Pull Request
Step 1: 🔎 SearchingI found the following snippets in your repository. I will now analyze these snippets and come up with a plan. Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description.starknet-remix-plugin/README.md Lines 5 to 164 in 930f1e7
starknet-remix-plugin/plugin/src/components/DevnetAccountSelector/index.tsx Lines 1 to 148 in 930f1e7
Step 2: ⌨️ Coding
Modify plugin/src/components/DevnetAccountSelector/index.tsx with contents:
Modify plugin/src/components/EnvironmentSelector/index.tsx with contents:
Run plugin/src/components/EnvironmentSelector/index.tsx through the sandbox. Step 3: 🔁 Code ReviewHere are my self-reviews of my changes at Here is the 1st review The changes made in the file "plugin/src/components/DevnetAccountSelector/index.tsx" are correct and well implemented. Good job on that! I finished incorporating these changes. 🎉 Latest improvements to Sweep:
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. |
@rjnrohit Does the pr this bot created look correct? |
The Katana project is managed from here: https://github.com/dojoengine/dojo/blob/main/crates/katana/README.md |
Ensure that user can connect to a local Katana instance
(instead of is_alive use "version" endpoint)
Checklist
plugin/src/components/DevnetAccountSelector/index.tsx
✓ 7296dc8plugin/src/components/DevnetAccountSelector/index.tsx
✓ d92ee01plugin/src/components/EnvironmentSelector/index.tsx
! No changes madeThe text was updated successfully, but these errors were encountered: