paradigmxyz/rivet

Feature: Add "Reset fork" button

Opened this issue · 3 comments

jxom commented

Important

If you would like to work on this, please comment and we will assign you to the issue.


On the Network Configuration screen, we should add a button under Update so consumers can reset the Anvil fork programmatically. We can iterate on where this functionality should live in the UI later.

Suggested Implementation

  1. Add a mutation Hook called useReset to src/hooks/ for viem's reset Action
  2. Add a button called "Reset fork" under "Update" that utilizes the new useReset Hook.
cashd commented

Hey jxom! I would like to work on this!

jxom commented

🤝

I would like to work on this