Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzekicb authored Sep 10, 2024
1 parent 264ddab commit 62e3ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uniswap-factory-pool-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ actions:
function: example:actionFn
trigger:
type: alert
alert: <ALERT_ID>
alert: { <ALERT_ID> }
execution_type: parallel
project_slug: "<YOUR_PROJECT_SLUG>"
```
Expand Down Expand Up @@ -77,4 +77,4 @@ You can monitor the execution of your Web3 Action in the Tenderly dashboard unde

## Note on Alert as Trigger
The alert you created in Step 1 serves as the trigger for your Web3 Action. Whenever the specified event (PoolCreated) is emitted by the UniswapV3Factory contract, Tenderly will detect it through the alert system. This alert then automatically triggers the execution of your Web3 Action, allowing you to respond to new pool creations in real-time without manual intervention.
This setup provides a powerful way to automate interactions with the Uniswap V3 ecosystem, enabling you to stay updated on new pool creations and perform custom actions as needed.
This setup provides a powerful way to automate interactions with the Uniswap V3 ecosystem, enabling you to stay updated on new pool creations and perform custom actions as needed.

0 comments on commit 62e3ffb

Please sign in to comment.