Skip to content

Commit

Permalink
fix: imports at math-poolsimulator package
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Jul 28, 2023
1 parent a309eec commit ed7414b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/math-poolsimulator/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { GyroEPoolPairData, IGyroEMaths } from "gyroE";
import { IMetaStableMath, MetaStablePoolPairData } from "metastable";
import { GyroEPoolPairData, IGyroEMaths } from "./gyroE";
import { IMetaStableMath, MetaStablePoolPairData } from "./metastable";

export type PoolPairData = MetaStablePoolPairData | GyroEPoolPairData;
export type PoolParams = IMetaStableMath | IGyroEMaths;
Expand Down

0 comments on commit ed7414b

Please sign in to comment.