Reconfiguring an existing Ponder project. #331
Unanswered
salieflewis
asked this question in
Question
Replies: 2 comments 1 reply
-
I'm not quite sure what behavior you're seeing when you say
That said - we're very keen to natively supported Foundry + Ponder integration such that when you save changes to your Foundry project, it'll reload Ponder automatically and behave as you expect. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@salieflewis it might be that you can delete the cache directory |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Ponder as a testing environment against a moving smart contract, aka the contract's ABI is changing as we move things around, but the events are staying the same!
I thought it would be as simple as changing the contract address in my
ponder.config.ts
as well as updating the abi inabis/contract.json
but it doesn't seem to be that simple. In essence Ponder is aware of new events, but the logging capabilities do not persist.I'm curious if there is a way to kind of reconfig the project given an updated contract without having to go through the whole CLI process and create a new app. Or is there another thing I'm missing that is necessary to change?
Beta Was this translation helpful? Give feedback.
All reactions