Skip to content

Commit

Permalink
Merge branch 'subgraph-basin1.2.3' into feat/sk/subgraphs-wsteth
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Jul 23, 2024
2 parents 2b01db5 + 65edc7c commit e1ab1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/subgraph-basin/src/utils/Token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Token } from "../../generated/schema";
import { CurvePrice } from "../../generated/templates/Well/CurvePrice";
import { BEAN_ERC20, CURVE_PRICE } from "../../../subgraph-core/utils/Constants";
import { toDecimal, ZERO_BD, ZERO_BI } from "../../../subgraph-core/utils/Decimals";
import { getBeanstalkPrice } from "../../../subgraph-bean/src/utils/price/BeanstalkPrice";
import { getBeanstalkPrice } from "./BeanstalkPrice";

export function loadOrCreateToken(tokenAddress: Address): Token {
let token = Token.load(tokenAddress);
Expand Down

0 comments on commit e1ab1e9

Please sign in to comment.