-
Notifications
You must be signed in to change notification settings - Fork 87
Process contract/token webhooks #971
Comments
For invalidating all the contracts cache this is already possible by doing something like:
And for invalidating the token related cache you can do the following:
|
Sure @fmrsabino , but I was talking about processing webhooks the same way we do it with new transactions or new confirmations, not using admin endpoints 😉 |
I don't think these are considered admin endpoints. The Config Service uses these for the hooks. But if we want to change that we can discuss! |
Closing this issue as it no longer applies in this context. But we can open a new discussion under https://github.com/safe-global/safe-client-gateway-nest if it makes sense. |
Contract and token webhooks should be processed invalidating contract/token cache when transaction service starts sending them.
Related to safe-global/safe-transaction-service#1082
The text was updated successfully, but these errors were encountered: