Skip to content

Commit

Permalink
fix basin test
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed May 20, 2024
1 parent c5f4644 commit 2e9b72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/subgraph-basin/tests/helpers/Functions.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Address, BigInt, ethereum } from "@graphprotocol/graph-ts";
import { createMockedFunction } from "matchstick-as";
import { BEAN_3CRV, BEAN_ERC20, BEAN_WETH_CP2_WELL, CRV3_POOL_V1, WETH } from "../../../subgraph-core/utils/Constants";
import { BEAN_3CRV, BEAN_ERC20, BEAN_WETH_CP2_WELL, CRV3_TOKEN, WETH } from "../../../subgraph-core/utils/Constants";
import { BEAN_USD_PRICE, WELL } from "./Constants";
import { setMockCurvePrice, setMockWellPrice } from "../../../subgraph-core/tests/event-mocking/Price";

export function createContractCallMocks(): void {
setMockCurvePrice({
contract: BEAN_3CRV,
tokens: [BEAN_ERC20, CRV3_POOL_V1],
tokens: [BEAN_ERC20, CRV3_TOKEN],
balances: [BigInt.fromString("14306013160240"), BigInt.fromString("12306817594155799426763734")],
price: BEAN_USD_PRICE,
liquidity: BigInt.fromString("26025239751318"),
Expand Down

0 comments on commit 2e9b72f

Please sign in to comment.