From 98d794bd8d5b8f75ebfdb44f29e41fa4b8a5e2a5 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Thu, 21 Dec 2023 19:27:22 -0300 Subject: [PATCH] fix: use mintbehalf handler for mintBehalf --- subgraphs/venus/template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subgraphs/venus/template.yaml b/subgraphs/venus/template.yaml index 367aaa59..1a8562e6 100644 --- a/subgraphs/venus/template.yaml +++ b/subgraphs/venus/template.yaml @@ -108,7 +108,7 @@ templates: - event: Mint(address,uint256,uint256) handler: handleMintV1 - event: MintBehalf(address,address,uint256,uint256) - handler: handleMintV1 + handler: handleMintBehalfV1 - event: Redeem(address,uint256,uint256) handler: handleRedeemV1 - event: Borrow(address,uint256,uint256,uint256) @@ -146,6 +146,6 @@ templates: - event: Mint(address,uint256,uint256,uint256) handler: handleMint - event: MintBehalf(address,address,uint256,uint256,uint256) - handler: handleMint + handler: handleMintBehalf - event: Redeem(address,uint256,uint256,uint256) handler: handleRedeem \ No newline at end of file