Skip to content

Commit 9d4ede8

Browse files
authored
Merge pull request #53 from balancer/vault-fixes
fix fee controller imports
2 parents 79dba31 + 0bf3640 commit 9d4ede8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

subgraphs/v3-vault/src/mappings/controller.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Address } from "@graphprotocol/graph-ts";
2-
31
import { getVault, loadPoolToken } from "../helpers/entities";
42
import { Pool } from "../types/schema";
53
import { scaleDown } from "../helpers/misc";
@@ -13,7 +11,7 @@ import {
1311
ProtocolSwapFeePercentageChanged,
1412
ProtocolYieldFeeCollected,
1513
ProtocolYieldFeePercentageChanged,
16-
} from "../types/ProtocolFeeController/ProtocolFeeController";
14+
} from "../types/templates/ProtocolFeeController/ProtocolFeeController";
1715
import { ZERO_BD } from "../helpers/constants";
1816

1917
export function handleGlobalProtocolSwapFeePercentageChanged(

0 commit comments

Comments
 (0)