-
Notifications
You must be signed in to change notification settings - Fork 1
/
tenderly.yaml
67 lines (67 loc) · 2.06 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
account_id: ""
actions:
namaskar_1f64f/arbor-finance:
runtime: v2
sources: src/actions
specs:
oneInchLimitOrderFill:
description: An order with Arbor Bonds was filled.
function: oneInch:orderFilled
trigger:
type: transaction
transaction:
filters:
- eventEmitted:
contract:
address: 0x1111111254EEB25477B68fb85Ed929f73A960582
name: OrderFilled
status: success
network: 1
status:
- mined
gnosisAuctionTransfer:
description: Someone purchased bonds from the auction.
function: gnosisAuction:transfer
trigger:
type: transaction
transaction:
filters:
- eventEmitted:
contract:
address: 0x0b7ffc1f4ad541a4ed16b40d8c37f0929158d101
name: ClaimedFromOrder
status: success
network: 1
status:
- mined
gnosisAuctionBid:
description: Someone bid on bonds from the auction.
function: gnosisAuction:newSellOrder
trigger:
type: transaction
transaction:
filters:
- eventEmitted:
contract:
address: 0x0b7ffc1f4ad541a4ed16b40d8c37f0929158d101
name: NewSellOrder
status: success
network: 1
status:
- mined
gnosisAuctionCancellation:
description: Someone cancelled their bid on the auction.
function: gnosisAuction:cancellationSellOrder
trigger:
type: transaction
transaction:
filters:
- eventEmitted:
contract:
address: 0x0b7ffc1f4ad541a4ed16b40d8c37f0929158d101
name: CancellationSellOrder
status: success
network: 1
status:
- mined
project_slug: ""