Skip to content

Commit 57d8aaa

Browse files
committed
fix reclamm mapping
1 parent 30d2a2c commit 57d8aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)