You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/config/networks/ethereum_mainnet.json.example[default configuration^] should work, but you may want to update the RPC URL to your preferred provider.
156
+
The link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/examples/config/networks/ethereum_mainnet.json[default configuration^] should work, but you may want to update the RPC URL to your preferred provider.
157
157
158
158
[source,json]
159
159
----
@@ -183,10 +183,11 @@ Create the USDC transfer monitor configuration:
This link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/config/monitors/evm_transfer_usdc.json.example[configuration^] monitors USDC transfers over 10,000 USDC. You can customize the notification channels by modifying the `triggers` array.
190
+
This link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/examples/config/monitors/evm_transfer_usdc.json[configuration^] monitors USDC transfers over 10,000 USDC. You can customize the notification channels by modifying the `triggers` array.
190
191
191
192
[source,json]
192
193
----
@@ -264,10 +265,10 @@ Remove the `trigger_conditions` array to disable additional filtering.
Update the webhook URL in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/config/triggers/slack_notifications.json.example[configuration^].
271
+
Update the webhook URL in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/examples/config/triggers/slack_notifications.json[configuration^].
271
272
272
273
[source,json]
273
274
----
@@ -290,10 +291,10 @@ Update the webhook URL in the link:https://github.com/OpenZeppelin/openzeppelin-
Update the SMTP settings in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/config/triggers/email_notifications.json.example[configuration^].
297
+
Update the SMTP settings in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/examples/config/triggers/email_notifications.json[configuration^].
297
298
298
299
[source,json]
299
300
----
@@ -347,7 +348,7 @@ The monitor will now:
347
348
* Adjust the transfer threshold by modifying the `expression` value.
348
349
* Monitor additional ERC20 tokens by creating new monitor configurations.
349
350
* xref:index.adoc#testing_your_configuration[Test the Monitor] configuration against a block number
350
-
* Explore other examples in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/tree/main/config/monitors[`config/monitors` directory].
351
+
* Explore other examples in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/tree/main/examples/config/monitors[`examples/config/monitors` directory].
351
352
352
353
=== Monitoring Dex Swaps (Stellar):
353
354
@@ -357,10 +358,10 @@ Create the Stellar mainnet network configuration:
The link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/config/networks/stellar_mainnet.json.example[default configuration^] should work, but you may want to update the RPC URL to your preferred provider.
364
+
The link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/examples/config/networks/stellar_mainnet.json[default configuration^] should work, but you may want to update the RPC URL to your preferred provider.
364
365
365
366
[source,json]
366
367
----
@@ -390,10 +391,11 @@ Create the large swap monitor configuration:
This link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/config/monitors/stellar_swap_dex.json.example[configuration^] monitors large swaps of over 1,000,000,000 tokens. You can customize the notification channels by modifying the `triggers` array.
398
+
This link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/examples/config/monitors/stellar_swap_dex.json[configuration^] monitors large swaps of over 1,000,000,000 tokens. You can customize the notification channels by modifying the `triggers` array.
397
399
398
400
[source,json]
399
401
----
@@ -448,10 +450,10 @@ Remove the `trigger_conditions` array to disable additional filtering.
Update the webhook URL in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/config/triggers/slack_notifications.json.example[configuration^].
456
+
Update the webhook URL in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/blob/main/examples/config/triggers/slack_notifications.json[configuration^].
455
457
456
458
[source,json]
457
459
----
@@ -497,4 +499,4 @@ The monitor will now:
497
499
* Adjust the swap threshold by modifying the `expression` value.
498
500
* Monitor additional dex swaps by creating new monitor configurations.
499
501
* xref:index.adoc#testing_your_configuration[Test the Monitor] configuration against a block number
500
-
* Explore other examples in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/tree/main/config/monitors[`config/monitors` directory].
502
+
* Explore other examples in the link:https://github.com/OpenZeppelin/openzeppelin-monitor/tree/main/examples/config/monitors[`examples/config/monitors` directory].
0 commit comments