create-ponder 0.4.25 → 0.4.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Join [Ponder's telegram chat](https://t.me/ponder_sh) for support, feedback, and
|
|
|
26
26
|
✅ Index events from multiple chains in the same app<br/>
|
|
27
27
|
✅ Reconciles chain reorganization<br/>
|
|
28
28
|
✅ Factory contracts<br/>
|
|
29
|
-
|
|
29
|
+
✅ Process transactions calls (in addition to logs)<br/>
|
|
30
30
|
🏗️ Run effects (e.g. send an API request) in indexing code<br/>
|
|
31
31
|
|
|
32
32
|
## Quickstart
|
package/dist/index.js
CHANGED