File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
subgraphs/v3-pools/src/mappings Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import { Address , Bytes } from "@graphprotocol/graph-ts" ;
22
33import { handlePoolCreated , PoolType } from "./common" ;
4- import { PoolCreated } from "../types/LBPoolFactory /BasePoolFactory" ;
4+ import { PoolCreated } from "../types/ReClammPoolV2Factory /BasePoolFactory" ;
55import { ReClammPool } from "../types/ReClammPoolFactory/ReClammPool" ;
66import { ReClammParams } from "../types/schema" ;
77import { ReClammPool as ReClammPoolTemplate } from "../types/templates" ;
Original file line number Diff line number Diff line change 11import { Address , Bytes } from "@graphprotocol/graph-ts" ;
22
33import { 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" ;
66import { StableParams } from "../types/schema" ;
77
88function handleStablePoolParams ( poolAddress : Address ) : Bytes {
Original file line number Diff line number Diff line change 11import { Address , Bytes } from "@graphprotocol/graph-ts" ;
22
33import { handlePoolHookCreated , PoolType } from "./common" ;
4- import { StablePool } from "../types/StablePoolFactory /StablePool" ;
4+ import { StablePool } from "../types/StablePoolV2Factory /StablePool" ;
55import { StableSurgeParams } from "../types/schema" ;
66import {
77 StableSurgeHook ,
88 StableSurgeHookRegistered ,
9- } from "../types/StableSurgeHook /StableSurgeHook" ;
9+ } from "../types/StableSurgeHookV2 /StableSurgeHook" ;
1010import { scaleDown } from "../helpers/math" ;
1111
1212function handleStableSurgeParams (
You can’t perform that action at this time.
0 commit comments