Skip to content

Commit 54333c9

Browse files
committed
fix versions mismatch
1 parent 5fa4c5e commit 54333c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

subgraphs/v3-pools/src/mappings/reclamm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Address, Bytes } from "@graphprotocol/graph-ts";
22

33
import { handlePoolCreated, PoolType } from "./common";
4-
import { PoolCreated } from "../types/LBPoolFactory/BasePoolFactory";
4+
import { PoolCreated } from "../types/ReClammPoolV2Factory/BasePoolFactory";
55
import { ReClammPool } from "../types/ReClammPoolFactory/ReClammPool";
66
import { ReClammParams } from "../types/schema";
77
import { ReClammPool as ReClammPoolTemplate } from "../types/templates";

subgraphs/v3-pools/src/mappings/stable.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Address, Bytes } from "@graphprotocol/graph-ts";
22

33
import { handlePoolCreated, PoolType } from "./common";
4-
import { PoolCreated } from "../types/StablePoolFactory/BasePoolFactory";
5-
import { StablePool } from "../types/StablePoolFactory/StablePool";
4+
import { PoolCreated } from "../types/StablePoolV2Factory/BasePoolFactory";
5+
import { StablePool } from "../types/StablePoolV2Factory/StablePool";
66
import { StableParams } from "../types/schema";
77

88
function handleStablePoolParams(poolAddress: Address): Bytes {

subgraphs/v3-pools/src/mappings/surge.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { Address, Bytes } from "@graphprotocol/graph-ts";
22

33
import { handlePoolHookCreated, PoolType } from "./common";
4-
import { StablePool } from "../types/StablePoolFactory/StablePool";
4+
import { StablePool } from "../types/StablePoolV2Factory/StablePool";
55
import { StableSurgeParams } from "../types/schema";
66
import {
77
StableSurgeHook,
88
StableSurgeHookRegistered,
9-
} from "../types/StableSurgeHook/StableSurgeHook";
9+
} from "../types/StableSurgeHookV2/StableSurgeHook";
1010
import { scaleDown } from "../helpers/math";
1111

1212
function handleStableSurgeParams(

0 commit comments

Comments
 (0)