Skip to content

Commit

Permalink
removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidesstaffieri committed Nov 29, 2023
1 parent a672def commit 3b076c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/mercury/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Client, CombinedError, fetchExchange } from "@urql/core";
import axios from "axios";
import { Logger } from "pino";
import { Address, Horizon, Networks, nativeToScVal, xdr } from "stellar-sdk";
import { Address, Horizon, Networks, xdr } from "stellar-sdk";
import { Redis } from "ioredis";
import BigNumber from "bignumber.js";

Expand Down

0 comments on commit 3b076c8

Please sign in to comment.