Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/rho-markets
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl committed Jul 3, 2024
2 parents 1736cc6 + 2f2985f commit d17a3ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion adapters/rhomarkets/src/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import csv from "csv-parser";
import { scroll } from "viem/chains";
import { fetchGraphQLData } from "./request";
import { getMarketInfos } from "./marketDetails";
import { createPublicClient, extractChain, formatUnits, http } from "viem";
import {
createPublicClient,
extractChain,
formatUnits,
http,
} from "viem";
import { CHAINS, PROTOCOLS, RPC_URLS } from "./config";
import ltokenAbi from "./abi/ltoken.abi";

Expand Down

0 comments on commit d17a3ff

Please sign in to comment.