Replies: 1 comment
-
Hey, was going to post a discussion topic on similar matters. I ll add my comments:
It would also avoid the potential issue of using
My plan was to use env variable to let the user chose a network name and use that in my system, but if we could have that recorded in the output forge emit, that would be great. For example for my game, especially on testnets, I have multiple version running. With hardhat I use different network name on the same chain to handle them independently.
|
Beta Was this translation helpful? Give feedback.
-
I developed a monorepo template for foundry here: https://github.com/d1onys1us/dapp-slaps
In doing so I found some small areas I thought would be great features (unless they already exist, and I couldn't find it in the docs):
Finally, thanks for foundry and wagmi-client. It was a very nice experience I had pairing it w/ svelte to make a nice type safe, and reactive development environment. Really looking forward to further improving this stack.
Beta Was this translation helpful? Give feedback.
All reactions