-
Notifications
You must be signed in to change notification settings - Fork 1
/
dipdup.mainnet.yml
95 lines (81 loc) · 2.13 KB
/
dipdup.mainnet.yml
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
datasources:
tzkt_mainnet:
kind: tzkt
url: ${TZKT_URL:-https://api.tzkt.io}
contracts:
hen_mainnet:
address: KT1HbQepzV1nVGg8QVznG7z4RcHseD5kwqBn
typename: hen_marketplace
objkt_mainnet:
address: KT1FvqJwEDWb1Gwc55Jd1jjTHRVWbYKUUpyq
typename: objkt_marketplace
objkt_v2_mainnet:
address: KT1WvzYHCNBvDSdwafTHv7nJ1dWmZ8GCYuuC
typename: objkt_marketplace_v2
indexes:
hen_actions:
kind: operation
datasource: tzkt_mainnet
contracts:
- hen_mainnet
handlers:
- callback: hen_order_list
pattern:
- destination: hen_mainnet
entrypoint: swap
- callback: hen_order_cancel_list
pattern:
- destination: hen_mainnet
entrypoint: cancel_swap
- callback: hen_order_match
pattern:
- destination: hen_mainnet
entrypoint: collect
objkt_actions:
kind: operation
datasource: tzkt_mainnet
contracts:
- objkt_mainnet
handlers:
- callback: objkt_order_list
pattern:
- destination: objkt_mainnet
entrypoint: ask
- callback: objkt_order_cancel_list
pattern:
- destination: objkt_mainnet
entrypoint: retract_ask
- callback: objkt_order_match
pattern:
- destination: objkt_mainnet
entrypoint: fulfill_ask
objkt_v2_actions:
kind: operation
datasource: tzkt_mainnet
contracts:
- objkt_v2_mainnet
handlers:
- callback: objkt_v2_order_list
pattern:
- destination: objkt_v2_mainnet
entrypoint: ask
- callback: objkt_v2_order_cancel_list
pattern:
- destination: objkt_v2_mainnet
entrypoint: retract_ask
- callback: objkt_v2_order_match
pattern:
- destination: objkt_v2_mainnet
entrypoint: fulfill_ask
token_ransfers:
kind: token_transfer
datasource: tzkt_mainnet
handlers:
- callback: on_transfer
advanced:
reindex:
manual: wipe
migration: exception
rollback: exception
config_modified: ignore
schema_modified: ignore