@@ -39,31 +39,40 @@ templates:
3939 handlers :
4040 - callback : on_fa12_token_to_tez
4141 pattern :
42- - destination : <dex_contract>
42+ - type : transaction
43+ destination : <dex_contract>
4344 entrypoint : tokenToTezPayment
44- - destination : <token_contract>
45+ - type : transaction
46+ destination : <token_contract>
4547 entrypoint : transfer
4648 - callback : on_fa12_tez_to_token
4749 pattern :
48- - destination : <dex_contract>
50+ - type : transaction
51+ destination : <dex_contract>
4952 entrypoint : tezToTokenPayment
50- - destination : <token_contract>
53+ - type : transaction
54+ destination : <token_contract>
5155 entrypoint : transfer
5256 - callback : on_fa12_invest_liquidity
5357 pattern :
54- - destination : <dex_contract>
58+ - type : transaction
59+ destination : <dex_contract>
5560 entrypoint : investLiquidity
56- - destination : <token_contract>
61+ - type : transaction
62+ destination : <token_contract>
5763 entrypoint : transfer
5864 - callback : on_fa12_divest_liquidity
5965 pattern :
60- - destination : <dex_contract>
66+ - type : transaction
67+ destination : <dex_contract>
6168 entrypoint : divestLiquidity
62- - destination : <token_contract>
69+ - type : transaction
70+ destination : <token_contract>
6371 entrypoint : transfer
6472 - callback : on_fa12_withdraw_profit
6573 pattern :
66- - destination : <dex_contract>
74+ - type : transaction
75+ destination : <dex_contract>
6776 entrypoint : withdrawProfit
6877
6978 quipuswap_fa2 :
@@ -74,31 +83,40 @@ templates:
7483 handlers :
7584 - callback : on_fa2_token_to_tez
7685 pattern :
77- - destination : <dex_contract>
86+ - type : transaction
87+ destination : <dex_contract>
7888 entrypoint : tokenToTezPayment
79- - destination : <token_contract>
89+ - type : transaction
90+ destination : <token_contract>
8091 entrypoint : transfer
8192 - callback : on_fa2_tez_to_token
8293 pattern :
83- - destination : <dex_contract>
94+ - type : transaction
95+ destination : <dex_contract>
8496 entrypoint : tezToTokenPayment
85- - destination : <token_contract>
97+ - type : transaction
98+ destination : <token_contract>
8699 entrypoint : transfer
87100 - callback : on_fa20_invest_liquidity
88101 pattern :
89- - destination : <dex_contract>
102+ - type : transaction
103+ destination : <dex_contract>
90104 entrypoint : investLiquidity
91- - destination : <token_contract>
105+ - type : transaction
106+ destination : <token_contract>
92107 entrypoint : transfer
93108 - callback : on_fa20_divest_liquidity
94109 pattern :
95- - destination : <dex_contract>
110+ - type : transaction
111+ destination : <dex_contract>
96112 entrypoint : divestLiquidity
97- - destination : <token_contract>
113+ - type : transaction
114+ destination : <token_contract>
98115 entrypoint : transfer
99116 - callback : on_fa20_withdraw_profit
100117 pattern :
101- - destination : <dex_contract>
118+ - type : transaction
119+ destination : <dex_contract>
102120 entrypoint : withdrawProfit
103121
104122indexes :
0 commit comments