Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Fix setup issues #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix setup issues #4

wants to merge 1 commit into from

Conversation

DavideSilva
Copy link

Why:

  • The eth Mise task relied on Justfile to generate the
    wagmi.generated.ts. Since we no longer have a Justile,
    the file was never generated, causing an error

How:

  • Replacing the call to just wagmi with yarn run wagmi generate
  • Adding a .yarn folder to the gitignore that appeared during a fresh
    install

Why:
* The `eth` Mise task relied on Justfile to generate the
  `wagmi.generated.ts`. Since we no longer have a Justile,
  the file was never generated, causing an error

How:
* Replacing the call to `just wagmi` with `yarn run wagmi generate`
* Adding a `.yarn` folder to the gitignore that appeared during a fresh
  install
@DavideSilva DavideSilva requested a review from naps62 December 11, 2024 17:30
@naps62
Copy link
Member

naps62 commented Dec 11, 2024

I'm in the process of merging this app into the main repo, to take advantage of the existing mprocs, and UI elements, so this repo will be deprecated soon (I hope)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants