From ea669e4c0bf9682b4cd9a95859dd9b3f3494bd26 Mon Sep 17 00:00:00 2001 From: David Mohl Date: Fri, 24 Jun 2022 19:07:58 +0900 Subject: [PATCH] Make parseReserve import more explicit --- src/classes/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/action.ts b/src/classes/action.ts index ec508988..fde7c31b 100644 --- a/src/classes/action.ts +++ b/src/classes/action.ts @@ -40,7 +40,7 @@ import { } from "../instructions"; import { U64_MAX, WAD } from "./constants"; import BigNumber from "bignumber.js"; -import { parseReserve } from ".."; +import { parseReserve } from "../state"; import axios from "axios"; export const POSITION_LIMIT = 6;