Skip to content

Commit

Permalink
chore: swap
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Sep 9, 2024
1 parent 199a5aa commit e3e0768
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/swap/tests/changelly.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { expect } from "chai";
import Web3Eth from "web3-eth";
import { NATIVE_TOKEN_ADDRESS } from "../src/configs";
import Changelly from "../src/providers/changelly";
import {
Expand All @@ -14,12 +13,10 @@ import {
amount,
fromAddress,
toAddress,
nodeURL,
} from "./fixtures/mainnet/configs";

describe("Changelly Provider", () => {
// @ts-ignore
const web3eth = new Web3Eth(nodeURL);
const changelly = new Changelly(SupportedNetworkName.Ethereum);
const init = changelly.init();
it("it should return a quote ", async () => {
Expand Down

1 comment on commit e3e0768

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.