We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79dba31 + 0bf3640 commit 9d4ede8Copy full SHA for 9d4ede8
subgraphs/v3-vault/src/mappings/controller.ts
@@ -1,5 +1,3 @@
1
-import { Address } from "@graphprotocol/graph-ts";
2
-
3
import { getVault, loadPoolToken } from "../helpers/entities";
4
import { Pool } from "../types/schema";
5
import { scaleDown } from "../helpers/misc";
@@ -13,7 +11,7 @@ import {
13
11
ProtocolSwapFeePercentageChanged,
14
12
ProtocolYieldFeeCollected,
15
ProtocolYieldFeePercentageChanged,
16
-} from "../types/ProtocolFeeController/ProtocolFeeController";
+} from "../types/templates/ProtocolFeeController/ProtocolFeeController";
17
import { ZERO_BD } from "../helpers/constants";
18
19
export function handleGlobalProtocolSwapFeePercentageChanged(
0 commit comments