-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtenderly.yaml
113 lines (113 loc) Β· 3.45 KB
/
tenderly.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
account_id: ""
actions:
namaskar_1f64f/arbor-finance:
runtime: v2
sources: src/actions
specs:
minipool:
description: A minipool's status changed.
function: minipool:minipoolStatusChange
trigger:
type: transaction
transaction:
filters:
- eventEmitted:
contract:
address: 0xc300Bc9B4b690BA7A182126299a0618eCe268Ee7
name: MinipoolStatusChanged
status: success
network: 43114
status:
- mined
staking:
description: Staking changed.
function: staking:stakeOrWithdraw
trigger:
type: transaction
transaction:
filters:
- network: 43114
eventEmitted:
contract:
address: 0xB6dDbf75e2F0C7FC363B47B84b5C03959526AecB
name: GGPStaked
status: success
- network: 43114
eventEmitted:
contract:
address: 0xB6dDbf75e2F0C7FC363B47B84b5C03959526AecB
name: GGPWithdrawn
status: success
status:
- mined
ggavax:
description: ggAVAX changed.
function: ggavax:stakeOrWithdraw
trigger:
type: transaction
transaction:
filters:
- network: 43114
eventEmitted:
contract:
address: 0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3
name: Deposit
status: success
- network: 43114
eventEmitted:
contract:
address: 0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3
name: Withdraw
status: success
status:
- mined
vault:
description: vault changed.
function: ggpvault:depositOrWithdraw
trigger:
type: transaction
transaction:
filters:
- network: 43114
eventEmitted:
contract:
address: 0xdF34022e8a280fc79499cA560439Bb6f9797EbD8
name: Deposit
status: success
- network: 43114
eventEmitted:
contract:
address: 0xdF34022e8a280fc79499cA560439Bb6f9797EbD8
name: Withdraw
status: success
- network: 43114
eventEmitted:
contract:
address: 0xdF34022e8a280fc79499cA560439Bb6f9797EbD8
name: RewardsDistributed
status: success
status:
- mined
vaultRewards:
description: vault rewards.
function: ggpvault:rewardsDistributed
trigger:
type: transaction
transaction:
filters:
- network: 43114
eventEmitted:
contract:
address: 0xdF34022e8a280fc79499cA560439Bb6f9797EbD8
name: RewardsDistributed
status: success
status:
- mined
rewards:
description: rewards.
function: rewards:checkRewardsPeriodic
trigger:
type: periodic
periodic:
cron: "0 23 * * *"
project_slug: ""