scaffold-eth / scaffold-eth-typescript

Typescript version of Scaffold-Eth 🏗
MIT License
186 stars 85 forks source link

Initial Template doesn't show debug menus for contracts #101

Closed vanities closed 2 years ago

vanities commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to the repo
  2. Click on Use this Template
  3. Clone the repo in a folder
  4. run yarn chain, then yarn contracts:build && yarn deploy then yarn start
  5. See error below for NFT tab and Your Contract

Expected behavior The debugging interface should be there

Screenshots

image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

ShravanSunder commented 2 years ago

its working fine for me. please provide a reproduction

i would also use yarn contracts:rebuild to make sure everything is cleaned and built again

ShravanSunder commented 2 years ago

no response