We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d2a2c commit 57d8aaaCopy full SHA for 57d8aaa
subgraphs/v3-pools/src/mappings/reclamm.ts
@@ -2,7 +2,7 @@ import { Address, Bytes } from "@graphprotocol/graph-ts";
2
3
import { handlePoolCreated, PoolType } from "./common";
4
import { PoolCreated } from "../types/ReClammPoolV2Factory/BasePoolFactory";
5
-import { ReClammPool } from "../types/ReClammPoolFactory/ReClammPool";
+import { ReClammPool } from "../types/ReClammPoolV2Factory/ReClammPool";
6
import { ReClammParams } from "../types/schema";
7
import { ReClammPool as ReClammPoolTemplate } from "../types/templates";
8
import {
0 commit comments