-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtenderly.yaml.example
More file actions
32 lines (31 loc) · 1.03 KB
/
Copy pathtenderly.yaml.example
File metadata and controls
32 lines (31 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
account_id: "${TENDERLY_ACCOUNT_SLUG}"
project_slug: "${TENDERLY_PROJECT_SLUG}"
actions:
${TENDERLY_ACCOUNT_SLUG}/${TENDERLY_PROJECT_SLUG}:
runtime: v2
sources: tenderly/actions
specs:
wallet-large-balance-change:
description: "Notify when Wallet sees a meaningful native balance change"
function: notify:largeBalanceChange
trigger:
type: alert
alert:
<WALLET_LARGE_BALANCE_CHANGE_ALERT_ID>
execution_type: parallel
wallet-privileged-call:
description: "Notify when Wallet owner-only functions are called"
function: notify:privilegedCall
trigger:
type: alert
alert:
<WALLET_PRIVILEGED_CALL_ALERT_ID>
execution_type: parallel
wallet-failed-transaction:
description: "Notify when transactions against Wallet fail"
function: notify:failedTransaction
trigger:
type: alert
alert:
<WALLET_FAILED_TX_ALERT_ID>
execution_type: parallel