Fix amoy rpc and gas estimation - #28
ankitkr104 wants to merge 2 commits into
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
WalkthroughThe PR updates Tectonic ABI receiver arguments, configures Wagmi HTTP transports, and changes deployment mint and redeem submissions to require a connected wallet and use Amoy fee overrides. ChangesWallet Transaction Flow
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant DeploymentDetailClient
participant Wagmi
participant TectonicContract
User->>DeploymentDetailClient: Submit mint or redeem
DeploymentDetailClient->>Wagmi: Read connected wallet address
DeploymentDetailClient->>TectonicContract: Call method with receiver and Amoy fee overrides
TectonicContract-->>DeploymentDetailClient: Return write or receipt error
DeploymentDetailClient-->>User: Display transaction error
Possibly related PRs
Suggested labels: Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Addressed Issues:
Fixes #(TODO:issue number)
Screenshots/Recordings:
TODO: If applicable, add screenshots or recordings that demonstrate the interface before and after the changes.
Additional Notes:
AI Usage Disclosure:
We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.
Check one of the checkboxes below:
I have used the following AI models and tools: TODO
Checklist
Summary by CodeRabbit
New Features
Bug Fixes